From facebb04a5ab46cbfefc889c6f69a2db802134a5 Mon Sep 17 00:00:00 2001 From: Ariff Abdullah Date: Mon, 3 Apr 2006 17:37:27 +0000 Subject: [PATCH] Add device ID for nForce 410 MCP audio controller. PR: kern/95257 Submitted by: cenix MFC after: 3 days --- sys/dev/sound/pci/ich.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c index 2a67a709d7d..1cc1a429a56 100644 --- a/sys/dev/sound/pci/ich.c +++ b/sys/dev/sound/pci/ich.c @@ -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,