mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Add device ID for nForce 410 MCP audio controller.
PR: kern/95257 Submitted by: cenix <cenixxx at gmail dot com> MFC after: 3 days
This commit is contained in:
parent
cb895fb9b0
commit
facebb04a5
1 changed files with 3 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ SND_DECLARE_FILE("$FreeBSD$");
|
|||
#define NVIDIA_NFORCE3 0x00da
|
||||
#define NVIDIA_NFORCE3_250 0x00ea
|
||||
#define NVIDIA_NFORCE4 0x0059
|
||||
#define NVIDIA_NFORCE_410_MCP 0x026b
|
||||
#define AMD_768 0x7445
|
||||
#define AMD_8111 0x746d
|
||||
|
||||
|
|
@ -111,6 +112,8 @@ static const struct ich_type {
|
|||
"nVidia nForce3 250" },
|
||||
{ NVIDIA_VENDORID, NVIDIA_NFORCE4, 0,
|
||||
"nVidia nForce4" },
|
||||
{ NVIDIA_VENDORID, NVIDIA_NFORCE_410_MCP, 0,
|
||||
"nVidia nForce 410 MCP" },
|
||||
{ AMD_VENDORID, AMD_768, 0,
|
||||
"AMD-768" },
|
||||
{ AMD_VENDORID, AMD_8111, 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue