aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ichsmb
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2015-04-06 06:02:58 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2015-04-06 06:02:58 +0000
commit63f9a9fa26314bf6ca5eeb4c8426e81c78a39fcd (patch)
tree938fa5bd28eef9706bda8a10a61f8b7badfb34ac /sys/dev/ichsmb
parent3d4c8bbc51f00221d1ce493da16a341fc9243a0c (diff)
Notes
Diffstat (limited to 'sys/dev/ichsmb')
-rw-r--r--sys/dev/ichsmb/ichsmb_pci.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c
index de0d0743d8c2..5c1ef544b010 100644
--- a/sys/dev/ichsmb/ichsmb_pci.c
+++ b/sys/dev/ichsmb/ichsmb_pci.c
@@ -86,9 +86,10 @@ __FBSDID("$FreeBSD$");
#define ID_CPT 0x1c228086
#define ID_PPT 0x1e228086
#define ID_AVOTON 0x1f3c8086
-#define ID_COLETOCRK 0x23B08086
+#define ID_COLETOCRK 0x23B08086
#define ID_LPT 0x8c228086
#define ID_WCPT 0x8ca28086
+#define ID_WCPTLP 0x9ca28086
#define PCIS_SERIALBUS_SMBUS_PROGIF 0x00
@@ -201,6 +202,9 @@ ichsmb_pci_probe(device_t dev)
case ID_WCPT:
device_set_desc(dev, "Intel Wildcat Point SMBus controller");
break;
+ case ID_WCPTLP:
+ device_set_desc(dev, "Intel Wildcat Point-LP SMBus controller");
+ break;
case ID_COLETOCRK:
device_set_desc(dev, "Intel Coleto Creek SMBus controller");
break;