summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichsmb/ichsmb_pci.c
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2014-12-03 06:53:49 +0000
committermav <mav@FreeBSD.org>2014-12-03 06:53:49 +0000
commita486cdc239b41df7838ab312126f0c46d68060c3 (patch)
tree2243ce78cb3f73f695418303045bfb95e909a1e0 /sys/dev/ichsmb/ichsmb_pci.c
parent68673ca7dfc07489bbe43dd13539b8ffe1a9ca1e (diff)
downloadFreeBSD-src-a486cdc239b41df7838ab312126f0c46d68060c3.zip
FreeBSD-src-a486cdc239b41df7838ab312126f0c46d68060c3.tar.gz
MFC r275101:
Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.
Diffstat (limited to 'sys/dev/ichsmb/ichsmb_pci.c')
-rw-r--r--sys/dev/ichsmb/ichsmb_pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c
index 906c41d..de0d074 100644
--- a/sys/dev/ichsmb/ichsmb_pci.c
+++ b/sys/dev/ichsmb/ichsmb_pci.c
@@ -88,6 +88,7 @@ __FBSDID("$FreeBSD$");
#define ID_AVOTON 0x1f3c8086
#define ID_COLETOCRK 0x23B08086
#define ID_LPT 0x8c228086
+#define ID_WCPT 0x8ca28086
#define PCIS_SERIALBUS_SMBUS_PROGIF 0x00
@@ -197,6 +198,9 @@ ichsmb_pci_probe(device_t dev)
case ID_LPT:
device_set_desc(dev, "Intel Lynx Point SMBus controller");
break;
+ case ID_WCPT:
+ device_set_desc(dev, "Intel Wildcat Point SMBus controller");
+ break;
case ID_COLETOCRK:
device_set_desc(dev, "Intel Coleto Creek SMBus controller");
break;
OpenPOWER on IntegriCloud