summaryrefslogtreecommitdiffstats
path: root/sys/pci/intpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/intpm.c')
-rw-r--r--sys/pci/intpm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c
index 1e92909..48ff26e 100644
--- a/sys/pci/intpm.c
+++ b/sys/pci/intpm.c
@@ -98,6 +98,9 @@ intsmb_probe(device_t dev)
#endif
device_set_desc(dev, "Intel PIIX4 SMBUS Interface");
break;
+ case 0x43721002:
+ device_set_desc(dev, "ATI IXP400 SMBus Controller");
+ break;
case 0x43851002:
/* SB800 and newer can not be configured in a compatible way. */
if (pci_get_revid(dev) >= 0x40)
OpenPOWER on IntegriCloud