1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00: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:
Ariff Abdullah 2006-04-03 17:37:27 +00:00
parent cb895fb9b0
commit facebb04a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157436

View File

@ -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,