View | Details | Raw Unified | Return to bug 143118
Collapse All | Expand All

(-)ichwd.c 2010-01-13 23:31:15.000000000 +0900 (+2 lines)
Lines 91-96 Link Here
91
       { DEVICEID_ICH7,     "Intel ICH7 watchdog timer",       7 },
91
       { DEVICEID_ICH7,     "Intel ICH7 watchdog timer",       7 },
92
       { DEVICEID_ICH7DH,   "Intel ICH7DH watchdog timer",     7 },
92
       { DEVICEID_ICH7DH,   "Intel ICH7DH watchdog timer",     7 },
93
       { DEVICEID_ICH7M,    "Intel ICH7M watchdog timer",      7 },
93
       { DEVICEID_ICH7M,    "Intel ICH7M watchdog timer",      7 },
94
       { DEVICEID_NM10,     "Intel NM10 watchdog timer",       7 },
94
       { DEVICEID_ICH7MDH,  "Intel ICH7MDH watchdog timer",    7 },
95
       { DEVICEID_ICH7MDH,  "Intel ICH7MDH watchdog timer",    7 },
95
       { DEVICEID_ICH8,     "Intel ICH8 watchdog timer",       8 },
96
       { DEVICEID_ICH8,     "Intel ICH8 watchdog timer",       8 },
96
       { DEVICEID_ICH8DH,   "Intel ICH8DH watchdog timer",     8 },
97
       { DEVICEID_ICH8DH,   "Intel ICH8DH watchdog timer",     8 },
98
diff -u ichwd.h.orig ichwd.h
(-)ichwd.h 2010-01-13 23:30:29.000000000 +0900 (+1 lines)
Lines 83-88 Link Here
83
#define DEVICEID_ICH7          0x27b8
83
#define DEVICEID_ICH7          0x27b8
84
#define DEVICEID_ICH7DH                0x27b0
84
#define DEVICEID_ICH7DH                0x27b0
85
#define DEVICEID_ICH7M         0x27b9
85
#define DEVICEID_ICH7M         0x27b9
86
#define DEVICEID_NM10          0x27bc
86
#define DEVICEID_ICH7MDH       0x27bd
87
#define DEVICEID_ICH7MDH       0x27bd
87
#define DEVICEID_ICH8          0x2810
88
#define DEVICEID_ICH8          0x2810
88
#define DEVICEID_ICH8DH                0x2812
89
#define DEVICEID_ICH8DH                0x2812

Return to bug 143118