mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add PCI ID for the ICH4 AC97 controller.
This commit is contained in:
parent
4d4c1c5ca2
commit
eabc182e02
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue