diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2009-12-04 05:45:46 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2009-12-04 05:45:46 +0000 |
| commit | 5e6d0a234efe20e18df2505bf919e455ec6a2d21 (patch) | |
| tree | b135d2b12f0edd8d5139ad0d71a55345d9ee9c78 /sys/dev/ichsmb | |
| parent | a01f5aeb09f50aa15a7ee86af08360df40ebaa99 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ichsmb')
| -rw-r--r-- | sys/dev/ichsmb/ichsmb_pci.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c index fd9a8cb7f1e4..30d6dd91e362 100644 --- a/sys/dev/ichsmb/ichsmb_pci.c +++ b/sys/dev/ichsmb/ichsmb_pci.c @@ -67,7 +67,6 @@ __FBSDID("$FreeBSD$"); #include <dev/ichsmb/ichsmb_reg.h> /* PCI unique identifiers */ -#define VENDORID_INTEL 0x8086 #define ID_82801AA 0x24138086 #define ID_82801AB 0x24238086 #define ID_82801BA 0x24438086 @@ -172,13 +171,6 @@ ichsmb_pci_probe(device_t dev) device_set_desc(dev, "Intel 631xESB/6321ESB (ESB2) SMBus controller"); break; default: - if (pci_get_vendor(dev) == VENDORID_INTEL - && pci_get_class(dev) == PCIC_SERIALBUS - && pci_get_subclass(dev) == PCIS_SERIALBUS_SMBUS - && pci_get_progif(dev) == PCIS_SERIALBUS_SMBUS_PROGIF) { - device_set_desc(dev, "Intel SMBus controller"); - return (BUS_PROBE_DEFAULT); /* XXX */ - } return (ENXIO); } |
