svn commit: r234678 - in stable/8/sys: i386/conf pci
Andriy Gapon
avg at FreeBSD.org
Wed Apr 25 07:18:04 UTC 2012
Author: avg
Date: Wed Apr 25 07:18:04 2012
New Revision: 234678
URL: http://svn.freebsd.org/changeset/base/234678
Log:
MFC r234338: intpm: add ATI IXP400 pci id
PR: kern/136762
Modified:
stable/8/sys/pci/intpm.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/boot/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/e1000/ (props changed)
stable/8/sys/i386/conf/XENHVM (props changed)
Modified: stable/8/sys/pci/intpm.c
==============================================================================
--- stable/8/sys/pci/intpm.c Wed Apr 25 07:13:16 2012 (r234677)
+++ stable/8/sys/pci/intpm.c Wed Apr 25 07:18:04 2012 (r234678)
@@ -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)
More information about the svn-src-stable-8
mailing list