summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2002-08-12 15:45:12 +0000
committermp <mp@FreeBSD.org>2002-08-12 15:45:12 +0000
commitc89541e0dce12efcc4d7eddb0b87e44ab32c1188 (patch)
tree601b17556f78d219aa5448973293591552bad59f /sys/dev/sound
parent6452ea69241e849adf547bba32aa555b8e1a6639 (diff)
downloadFreeBSD-src-c89541e0dce12efcc4d7eddb0b87e44ab32c1188.zip
FreeBSD-src-c89541e0dce12efcc4d7eddb0b87e44ab32c1188.tar.gz
Add PCI ID for the ICH4 AC97 controller.
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 603641f..3cc7053 100644
--- a/sys/dev/sound/pci/ich.c
+++ b/sys/dev/sound/pci/ich.c
@@ -611,6 +611,10 @@ ich_pci_probe(device_t dev)
device_set_desc(dev, "Intel 82801CA (ICH3)");
return 0;
+ case 0x24c58086:
+ device_set_desc(dev, "Intel 82801DC (ICH4)");
+ return 0;
+
case SIS7012ID:
device_set_desc(dev, "SiS 7012");
return 0;
OpenPOWER on IntegriCloud