summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichsmb/ichsmb_pci.c
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-08-09 20:55:54 +0000
committerattilio <attilio@FreeBSD.org>2011-08-09 20:55:54 +0000
commitbceb19a351c4e3c01b16f29e3c6856629159df2e (patch)
tree0c3c184664291dbc122071d97b238b8b22a2ba67 /sys/dev/ichsmb/ichsmb_pci.c
parent3f15a4a91bc22ed5ec076af6d002b862eb2a25be (diff)
downloadFreeBSD-src-bceb19a351c4e3c01b16f29e3c6856629159df2e.zip
FreeBSD-src-bceb19a351c4e3c01b16f29e3c6856629159df2e.tar.gz
Revert r224736 as the introduced value was already present.
Reported by: tinderbox, pluknet Approved by: re (kib)
Diffstat (limited to 'sys/dev/ichsmb/ichsmb_pci.c')
-rw-r--r--sys/dev/ichsmb/ichsmb_pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c
index 1fd9ad0..48d6eb6 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 ID_PCH_DH89XXCC 0x23308086
#define ID_82801AA 0x24138086
#define ID_82801AB 0x24238086
#define ID_82801BA 0x24438086
@@ -170,7 +169,6 @@ ichsmb_pci_probe(device_t dev)
case ID_82801JI:
device_set_desc(dev, "Intel 82801JI (ICH10) SMBus controller");
break;
- case ID_PCH_DH89XXCC:
case ID_PCH:
device_set_desc(dev, "Intel PCH SMBus controller");
break;
OpenPOWER on IntegriCloud