summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichwd
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
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')
-rw-r--r--sys/dev/ichwd/ichwd.c34
-rw-r--r--sys/dev/ichwd/ichwd.h32
2 files changed, 65 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 },
};
diff --git a/sys/dev/ichwd/ichwd.h b/sys/dev/ichwd/ichwd.h
index 0d93ef2..bb809d8 100644
--- a/sys/dev/ichwd/ichwd.h
+++ b/sys/dev/ichwd/ichwd.h
@@ -99,6 +99,38 @@ struct ichwd_softc {
#define DEVICEID_CPT31 0x1c5f
#define DEVICEID_PATSBURG_LPC1 0x1d40
#define DEVICEID_PATSBURG_LPC2 0x1d41
+#define DEVICEID_PPT0 0x1e40
+#define DEVICEID_PPT1 0x1e41
+#define DEVICEID_PPT2 0x1e42
+#define DEVICEID_PPT3 0x1e43
+#define DEVICEID_PPT4 0x1e44
+#define DEVICEID_PPT5 0x1e45
+#define DEVICEID_PPT6 0x1e46
+#define DEVICEID_PPT7 0x1e47
+#define DEVICEID_PPT8 0x1e48
+#define DEVICEID_PPT9 0x1e49
+#define DEVICEID_PPT10 0x1e4a
+#define DEVICEID_PPT11 0x1e4b
+#define DEVICEID_PPT12 0x1e4c
+#define DEVICEID_PPT13 0x1e4d
+#define DEVICEID_PPT14 0x1e4e
+#define DEVICEID_PPT15 0x1e4f
+#define DEVICEID_PPT16 0x1e50
+#define DEVICEID_PPT17 0x1e51
+#define DEVICEID_PPT18 0x1e52
+#define DEVICEID_PPT19 0x1e53
+#define DEVICEID_PPT20 0x1e54
+#define DEVICEID_PPT21 0x1e55
+#define DEVICEID_PPT22 0x1e56
+#define DEVICEID_PPT23 0x1e57
+#define DEVICEID_PPT24 0x1e58
+#define DEVICEID_PPT25 0x1e59
+#define DEVICEID_PPT26 0x1e5a
+#define DEVICEID_PPT27 0x1e5b
+#define DEVICEID_PPT28 0x1e5c
+#define DEVICEID_PPT29 0x1e5d
+#define DEVICEID_PPT30 0x1e5e
+#define DEVICEID_PPT31 0x1e5f
#define DEVICEID_DH89XXCC_LPC 0x2310
#define DEVICEID_82801AA 0x2410
#define DEVICEID_82801AB 0x2420
OpenPOWER on IntegriCloud