aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ichsmb
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2011-08-09 20:55:54 +0000
committerAttilio Rao <attilio@FreeBSD.org>2011-08-09 20:55:54 +0000
commit2d49ef5934a9a55d75e31d27019b7aa334e6f5e7 (patch)
tree0c3c184664291dbc122071d97b238b8b22a2ba67 /sys/dev/ichsmb
parente047ade9477f4147d908164726a3a820a3fe4147 (diff)
downloadsrc-2d49ef5934a9a55d75e31d27019b7aa334e6f5e7.tar.gz
src-2d49ef5934a9a55d75e31d27019b7aa334e6f5e7.zip
Revert r224736 as the introduced value was already present.
Reported by: tinderbox, pluknet Approved by: re (kib)
Notes
Notes: svn path=/head/; revision=224745
Diffstat (limited to 'sys/dev/ichsmb')
-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 1fd9ad0ddc89..48d6eb6e177e 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;