summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichsmb/ichsmb_pci.c
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2013-01-02 22:01:26 +0000
committerjfv <jfv@FreeBSD.org>2013-01-02 22:01:26 +0000
commitef7c36def0c9a37795b8bcd0d1902cbd1a84a516 (patch)
treecc1214ad47482bef025a57d771109358262a3450 /sys/dev/ichsmb/ichsmb_pci.c
parent5b8ff032dab7118a4d65bbad2989801744dbe67e (diff)
downloadFreeBSD-src-ef7c36def0c9a37795b8bcd0d1902cbd1a84a516.zip
FreeBSD-src-ef7c36def0c9a37795b8bcd0d1902cbd1a84a516.tar.gz
Add Intel Lynx Point PCH SMBus Device IDs
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 d4fb777..083338f 100644
--- a/sys/dev/ichsmb/ichsmb_pci.c
+++ b/sys/dev/ichsmb/ichsmb_pci.c
@@ -85,6 +85,7 @@ __FBSDID("$FreeBSD$");
#define ID_PATSBURG 0x1d228086
#define ID_CPT 0x1c228086
#define ID_PPT 0x1e228086
+#define ID_LPT 0x8c228086
#define PCIS_SERIALBUS_SMBUS_PROGIF 0x00
@@ -188,6 +189,9 @@ ichsmb_pci_probe(device_t dev)
case ID_PPT:
device_set_desc(dev, "Intel Panther Point SMBus controller");
break;
+ case ID_LPT:
+ device_set_desc(dev, "Intel Lynx Point SMBus controller");
+ break;
default:
return (ENXIO);
}
OpenPOWER on IntegriCloud