aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2012-04-16 10:33:46 +0000
committerAndriy Gapon <avg@FreeBSD.org>2012-04-16 10:33:46 +0000
commit8b452ff57a098a4298daec7c9be04a933324cd32 (patch)
tree2eaf8cd1a01193425b6af4639ac3c3cd35c5d78d /sys
parent0b898a9ef15aad38ba442209203a31fc9840a0f3 (diff)
downloadsrc-8b452ff57a098a4298daec7c9be04a933324cd32.tar.gz
src-8b452ff57a098a4298daec7c9be04a933324cd32.zip
intpm: add ATI IXP400 pci id
PR: kern/136762 Submitted by: Aurelien Mere <freebsd@amc-os.com> Tested by: Jens Link <jens.link@gmx.de> MFC after: 5 days
Notes
Notes: svn path=/head/; revision=234338
Diffstat (limited to 'sys')
-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 1e92909dc330..48ff26e6adcd 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)