summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichsmb
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2011-05-11 20:31:27 +0000
committerjfv <jfv@FreeBSD.org>2011-05-11 20:31:27 +0000
commit3cb21d8ed247aff5807321b7ade9b6a6cac2355a (patch)
tree0f2b2b92c0063de07cc4e106f1fe0e58e797ab0d /sys/dev/ichsmb
parentd529455d7db30a84557af5ad654e469cf9277a6f (diff)
downloadFreeBSD-src-3cb21d8ed247aff5807321b7ade9b6a6cac2355a.zip
FreeBSD-src-3cb21d8ed247aff5807321b7ade9b6a6cac2355a.tar.gz
Chipset support for the new Intel Panther Point PCH, thanks
to Seth Heasley for preparing the changes.
Diffstat (limited to 'sys/dev/ichsmb')
-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 aa1d0cd..48d6eb6 100644
--- a/sys/dev/ichsmb/ichsmb_pci.c
+++ b/sys/dev/ichsmb/ichsmb_pci.c
@@ -84,6 +84,7 @@ __FBSDID("$FreeBSD$");
#define ID_DH89XXCC 0x23308086
#define ID_PATSBURG 0x1d228086
#define ID_CPT 0x1c228086
+#define ID_PPT 0x1e228086
#define PCIS_SERIALBUS_SMBUS_PROGIF 0x00
@@ -186,6 +187,9 @@ ichsmb_pci_probe(device_t dev)
case ID_CPT:
device_set_desc(dev, "Intel Cougar Point SMBus controller");
break;
+ case ID_PPT:
+ device_set_desc(dev, "Intel Panther Point SMBus controller");
+ break;
default:
return (ENXIO);
}
OpenPOWER on IntegriCloud