summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2015-04-24 07:24:31 +0000
committertakawata <takawata@FreeBSD.org>2015-04-24 07:24:31 +0000
commit7244e2348f87e641058251f666a3ed672e4bc649 (patch)
treee3c2839e98f6a12a65139741a5f9d68a96f4098e
parent2c50af7f3ee7e431e27e8648e303d0172ffddbf3 (diff)
downloadFreeBSD-src-7244e2348f87e641058251f666a3ed672e4bc649.zip
FreeBSD-src-7244e2348f87e641058251f666a3ed672e4bc649.tar.gz
Add Lynx-Point LP smbus controller ID.
-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 5c1ef54..ae8b179 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_LPTLP 0x9c228086
#define ID_WCPT 0x8ca28086
#define ID_WCPTLP 0x9ca28086
@@ -199,6 +200,9 @@ ichsmb_pci_probe(device_t dev)
case ID_LPT:
device_set_desc(dev, "Intel Lynx Point SMBus controller");
break;
+ case ID_LPTLP:
+ device_set_desc(dev, "Intel Lynx Point-LP SMBus controller");
+ break;
case ID_WCPT:
device_set_desc(dev, "Intel Wildcat Point SMBus controller");
break;
OpenPOWER on IntegriCloud