From eabc182e02c11dba84a071bfe9fc245c133fbcd3 Mon Sep 17 00:00:00 2001 From: Mark Peek Date: Mon, 12 Aug 2002 15:45:12 +0000 Subject: [PATCH] Add PCI ID for the ICH4 AC97 controller. --- sys/dev/sound/pci/ich.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c index 603641f0336..3cc7053ce44 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;