summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-09-03 07:38:21 +0000
committerobrien <obrien@FreeBSD.org>2003-09-03 07:38:21 +0000
commit70be9f6715f9864d78de7f207821e5cadfd12c61 (patch)
tree2b62f963d3c4b0cc49ea5eb977318af980312af9 /sys/dev/sound
parent1e549f16bc03af5a4481566362dec01555abbd74 (diff)
downloadFreeBSD-src-70be9f6715f9864d78de7f207821e5cadfd12c61.zip
FreeBSD-src-70be9f6715f9864d78de7f207821e5cadfd12c61.tar.gz
Recognize the sound chip on the Opteron-based nForce3 motherboards
(such as the Asus SK8N).
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/pci/ich.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c
index 4b1d608..4f9edfa 100644
--- a/sys/dev/sound/pci/ich.c
+++ b/sys/dev/sound/pci/ich.c
@@ -648,6 +648,10 @@ ich_pci_probe(device_t dev)
device_set_desc(dev, "Nvidia nForce2");
return 0;
+ case 0x00da10de:
+ device_set_desc(dev, "Nvidia nForce3");
+ return 0;
+
case 0x74451022:
device_set_desc(dev, "AMD-768");
return 0;
OpenPOWER on IntegriCloud