summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichsmb/ichsmb_pci.c
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2013-11-15 13:19:15 +0000
committermav <mav@FreeBSD.org>2013-11-15 13:19:15 +0000
commit52beb82db2529be2f6d1303954847a61f0ad3ec8 (patch)
treeae013368429b4dc9d58e2dd376c2d79f23d50972 /sys/dev/ichsmb/ichsmb_pci.c
parent73cb8afd49611b435c6fbae850dca2dc770e8892 (diff)
downloadFreeBSD-src-52beb82db2529be2f6d1303954847a61f0ad3ec8.zip
FreeBSD-src-52beb82db2529be2f6d1303954847a61f0ad3ec8.tar.gz
Add ID for Intel Avoton SMBus controller.
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 049a98b..906c41d 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_AVOTON 0x1f3c8086
#define ID_COLETOCRK 0x23B08086
#define ID_LPT 0x8c228086
@@ -190,6 +191,9 @@ ichsmb_pci_probe(device_t dev)
case ID_PPT:
device_set_desc(dev, "Intel Panther Point SMBus controller");
break;
+ case ID_AVOTON:
+ device_set_desc(dev, "Intel Avoton SMBus controller");
+ break;
case ID_LPT:
device_set_desc(dev, "Intel Lynx Point SMBus controller");
break;
OpenPOWER on IntegriCloud