diff options
| author | Jack F Vogel <jfv@FreeBSD.org> | 2013-07-19 21:37:40 +0000 |
|---|---|---|
| committer | Jack F Vogel <jfv@FreeBSD.org> | 2013-07-19 21:37:40 +0000 |
| commit | 428e286da31ec38f26cac2c57f6b772fb4a010c1 (patch) | |
| tree | aba92099dfdc8e89a66313b2b46dc4a48ef6b205 /sys/dev/ichsmb | |
| parent | 2fb37e8f1a08e8aff27062e768c5ada5dbdb1559 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ichsmb')
| -rw-r--r-- | sys/dev/ichsmb/ichsmb_pci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c index 083338fea5f0..049a98b621a0 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_COLETOCRK 0x23B08086 #define ID_LPT 0x8c228086 #define PCIS_SERIALBUS_SMBUS_PROGIF 0x00 @@ -192,6 +193,9 @@ ichsmb_pci_probe(device_t dev) case ID_LPT: device_set_desc(dev, "Intel Lynx Point SMBus controller"); break; + case ID_COLETOCRK: + device_set_desc(dev, "Intel Coleto Creek SMBus controller"); + break; default: return (ENXIO); } |
