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

(-)ichwd.c 2010-01-21 16:10:36.000000000 -0500 (+1 lines)
Lines 109-114 Link Here
109
       { DEVICEID_ICH10D,   "Intel ICH10D watchdog timer",     10 },
109
       { DEVICEID_ICH10D,   "Intel ICH10D watchdog timer",     10 },
110
       { DEVICEID_ICH10DO,  "Intel ICH10DO watchdog timer",    10 },
110
       { DEVICEID_ICH10DO,  "Intel ICH10DO watchdog timer",    10 },
111
       { DEVICEID_ICH10R,   "Intel ICH10R watchdog timer",     10 },
111
       { DEVICEID_ICH10R,   "Intel ICH10R watchdog timer",     10 },
112
       { DEVICEID_H55EXP,   "Intel H55 Express watchdog timer",        10 },
112
       { 0, NULL, 0 },
113
       { 0, NULL, 0 },
113
};
114
};
114
115
(-)ichwd.h 2010-01-21 16:10:20.000000000 -0500 (+1 lines)
Lines 99-104 Link Here
99
#define DEVICEID_ICH10D                0x3a1a
99
#define DEVICEID_ICH10D                0x3a1a
100
#define DEVICEID_ICH10DO       0x3a14
100
#define DEVICEID_ICH10DO       0x3a14
101
#define DEVICEID_ICH10R                0x3a16
101
#define DEVICEID_ICH10R                0x3a16
102
#define DEVICEID_H55EXP                0x3b06
102
103
103
/* ICH LPC Interface Bridge Registers (ICH5 and older) */
104
/* ICH LPC Interface Bridge Registers (ICH5 and older) */
104
#define ICH_GEN_STA            0xd4
105
#define ICH_GEN_STA            0xd4

Return to bug 143068