summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichsmb/ichsmb_pci.c
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-08-09 16:42:31 +0000
committerattilio <attilio@FreeBSD.org>2011-08-09 16:42:31 +0000
commitc8b888eaca6dfe777f7f43a7e765122c7b8e650b (patch)
tree15355862332b80c2b50b20009af0a7c7220c8b60 /sys/dev/ichsmb/ichsmb_pci.c
parent4c512765e90879d2f80bbeda8eba059a67cb6e82 (diff)
downloadFreeBSD-src-c8b888eaca6dfe777f7f43a7e765122c7b8e650b.zip
FreeBSD-src-c8b888eaca6dfe777f7f43a7e765122c7b8e650b.tar.gz
Add the PCI ID for the PCH DH89xxCC on ichsmb as got from Linux counterpart.
Sponsored by: Sandvine Incorporated Reviewed by: emaste, rstone Approved by: re (bz) MFC after: 3 days
Diffstat (limited to 'sys/dev/ichsmb/ichsmb_pci.c')
-rw-r--r--sys/dev/ichsmb/ichsmb_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c
index 48d6eb6..1fd9ad0 100644
--- a/sys/dev/ichsmb/ichsmb_pci.c
+++ b/sys/dev/ichsmb/ichsmb_pci.c
@@ -67,6 +67,7 @@ __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
@@ -169,6 +170,7 @@ 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