From c4f814b2fb3f8ace6692b76e2395e15fe63cca70 Mon Sep 17 00:00:00 2001 From: jfv Date: Tue, 1 Feb 2011 01:05:11 +0000 Subject: 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 --- sys/dev/ichwd/ichwd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/ichwd/ichwd.c') diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c index 4e835e5..18c02b5 100644 --- a/sys/dev/ichwd/ichwd.c +++ b/sys/dev/ichwd/ichwd.c @@ -157,7 +157,9 @@ 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_DH89XXCC_LPC, "Intel DH89xxCC watchdog timer", 10 }, + { DEVICEID_PATSBURG_LPC1, "Intel Patsburg watchdog timer", 10 }, + { DEVICEID_PATSBURG_LPC2, "Intel Patsburg watchdog timer", 10 }, { 0, NULL, 0 }, }; -- cgit v1.1