summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichwd/ichwd.c
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/ichwd/ichwd.c
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/ichwd/ichwd.c')
-rw-r--r--sys/dev/ichwd/ichwd.c34
1 files changed, 33 insertions, 1 deletions
diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c
index b39747a..a66826e 100644
--- a/sys/dev/ichwd/ichwd.c
+++ b/sys/dev/ichwd/ichwd.c
@@ -157,9 +157,41 @@ static struct ichwd_device ichwd_devices[] = {
{ DEVICEID_CPT29, "Intel Cougar Point watchdog timer", 10 },
{ DEVICEID_CPT30, "Intel Cougar Point watchdog timer", 10 },
{ DEVICEID_CPT31, "Intel Cougar Point watchdog timer", 10 },
- { DEVICEID_DH89XXCC_LPC, "Intel DH89xxCC watchdog timer", 10 },
{ DEVICEID_PATSBURG_LPC1, "Intel Patsburg watchdog timer", 10 },
{ DEVICEID_PATSBURG_LPC2, "Intel Patsburg watchdog timer", 10 },
+ { DEVICEID_PPT0, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT1, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT2, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT3, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT4, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT5, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT6, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT7, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT8, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT9, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT10, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT11, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT12, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT13, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT14, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT15, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT16, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT17, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT18, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT19, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT20, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT21, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT22, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT23, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT24, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT25, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT26, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT27, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT28, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT29, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT30, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_PPT31, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_DH89XXCC_LPC, "Intel DH89xxCC watchdog timer", 10 },
{ 0, NULL, 0 },
};
OpenPOWER on IntegriCloud