summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authorariff <ariff@FreeBSD.org>2006-12-17 13:23:00 +0000
committerariff <ariff@FreeBSD.org>2006-12-17 13:23:00 +0000
commit7563f9cf1efe1b16355887bef2863154976b3387 (patch)
tree3632c23d91b4ef278ce2486b9c38d7024778082f /sys/dev/sound
parent20611107850a6c1de42880a35271d3a18a4b8811 (diff)
downloadFreeBSD-src-7563f9cf1efe1b16355887bef2863154976b3387.zip
FreeBSD-src-7563f9cf1efe1b16355887bef2863154976b3387.tar.gz
Add support for Nvidia Nforce MCP04 AC97 controller.
PR: kern/106829 Submitted by: Frédéric Petit <fredantispam@free.fr>
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/pci/ich.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c
index 6283ae5..14be969 100644
--- a/sys/dev/sound/pci/ich.c
+++ b/sys/dev/sound/pci/ich.c
@@ -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,
OpenPOWER on IntegriCloud