Add support for Nvidia Nforce MCP04 AC97 controller.

PR:		kern/106829
Submitted by:	Frédéric Petit <fredantispam@free.fr>
This commit is contained in:
ariff 2006-12-17 13:23:00 +00:00
parent 2061110785
commit 7563f9cf1e

View File

@ -68,6 +68,7 @@ SND_DECLARE_FILE("$FreeBSD$");
#define NVIDIA_NFORCE3_250 0x00ea
#define NVIDIA_NFORCE4 0x0059
#define NVIDIA_NFORCE_410_MCP 0x026b
#define NVIDIA_NFORCE4_MCP 0x003a
#define AMD_768 0x7445
#define AMD_8111 0x746d
@ -126,6 +127,8 @@ static const struct ich_type {
"nVidia nForce4" },
{ NVIDIA_VENDORID, NVIDIA_NFORCE_410_MCP, 0,
"nVidia nForce 410 MCP" },
{ NVIDIA_VENDORID, NVIDIA_NFORCE4_MCP, 0,
"nVidia nForce 4 MCP" },
{ AMD_VENDORID, AMD_768, 0,
"AMD-768" },
{ AMD_VENDORID, AMD_8111, 0,