From 8b452ff57a098a4298daec7c9be04a933324cd32 Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Mon, 16 Apr 2012 10:33:46 +0000 Subject: [PATCH] intpm: add ATI IXP400 pci id PR: kern/136762 Submitted by: Aurelien Mere Tested by: Jens Link MFC after: 5 days --- sys/pci/intpm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c index 1e92909dc33..48ff26e6adc 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)