summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichsmb/ichsmb_pci.c
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2011-02-01 01:05:11 +0000
committerjfv <jfv@FreeBSD.org>2011-02-01 01:05:11 +0000
commitc4f814b2fb3f8ace6692b76e2395e15fe63cca70 (patch)
treef64f78fbf84afa97813ba0ddea48fd29e61794f1 /sys/dev/ichsmb/ichsmb_pci.c
parentb1efa03054e07ab902c30a2eb3b195601954dd8f (diff)
downloadFreeBSD-src-c4f814b2fb3f8ace6692b76e2395e15fe63cca70.zip
FreeBSD-src-c4f814b2fb3f8ace6692b76e2395e15fe63cca70.tar.gz
Support for the new Patsburg PCH chipset:
- SMBus Controller - SATA Controller - HD Audio Controller - Watchdog Controller Thanks to Seth Heasley (seth.heasley@intel.com) for providing us code. MFC after 3 days
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 a48371b..aa1d0cd 100644
--- a/sys/dev/ichsmb/ichsmb_pci.c
+++ b/sys/dev/ichsmb/ichsmb_pci.c
@@ -82,6 +82,7 @@ __FBSDID("$FreeBSD$");
#define ID_6300ESB 0x25a48086
#define ID_631xESB 0x269b8086
#define ID_DH89XXCC 0x23308086
+#define ID_PATSBURG 0x1d228086
#define ID_CPT 0x1c228086
#define PCIS_SERIALBUS_SMBUS_PROGIF 0x00
@@ -179,6 +180,9 @@ ichsmb_pci_probe(device_t dev)
case ID_DH89XXCC:
device_set_desc(dev, "Intel DH89xxCC SMBus controller");
break;
+ case ID_PATSBURG:
+ device_set_desc(dev, "Intel Patsburg SMBus controller");
+ break;
case ID_CPT:
device_set_desc(dev, "Intel Cougar Point SMBus controller");
break;
OpenPOWER on IntegriCloud