Tabify.
This commit is contained in:
parent
36ac4cc502
commit
abb75f864a
@ -73,27 +73,27 @@ __FBSDID("$FreeBSD$");
|
||||
#include <dev/ichwd/ichwd.h>
|
||||
|
||||
static struct ichwd_device ichwd_devices[] = {
|
||||
{ DEVICEID_82801AA, "Intel 82801AA watchdog timer", 1 },
|
||||
{ DEVICEID_82801AB, "Intel 82801AB watchdog timer", 1 },
|
||||
{ DEVICEID_82801BA, "Intel 82801BA watchdog timer", 2 },
|
||||
{ DEVICEID_82801BAM, "Intel 82801BAM watchdog timer", 2 },
|
||||
{ DEVICEID_82801CA, "Intel 82801CA watchdog timer", 3 },
|
||||
{ DEVICEID_82801CAM, "Intel 82801CAM watchdog timer", 3 },
|
||||
{ DEVICEID_82801DB, "Intel 82801DB watchdog timer", 4 },
|
||||
{ DEVICEID_82801DBM, "Intel 82801DBM watchdog timer", 4 },
|
||||
{ DEVICEID_82801E, "Intel 82801E watchdog timer", 5 },
|
||||
{ DEVICEID_82801AA, "Intel 82801AA watchdog timer", 1 },
|
||||
{ DEVICEID_82801AB, "Intel 82801AB watchdog timer", 1 },
|
||||
{ DEVICEID_82801BA, "Intel 82801BA watchdog timer", 2 },
|
||||
{ DEVICEID_82801BAM, "Intel 82801BAM watchdog timer", 2 },
|
||||
{ DEVICEID_82801CA, "Intel 82801CA watchdog timer", 3 },
|
||||
{ DEVICEID_82801CAM, "Intel 82801CAM watchdog timer", 3 },
|
||||
{ DEVICEID_82801DB, "Intel 82801DB watchdog timer", 4 },
|
||||
{ DEVICEID_82801DBM, "Intel 82801DBM watchdog timer", 4 },
|
||||
{ DEVICEID_82801E, "Intel 82801E watchdog timer", 5 },
|
||||
{ DEVICEID_82801EBR, "Intel 82801EB/ER watchdog timer", 5 },
|
||||
{ DEVICEID_6300ESB, "Intel 6300ESB watchdog timer", 5 },
|
||||
{ DEVICEID_6300ESB, "Intel 6300ESB watchdog timer", 5 },
|
||||
{ DEVICEID_82801FBR, "Intel 82801FB/FR watchdog timer", 6 },
|
||||
{ DEVICEID_ICH6M, "Intel ICH6M watchdog timer", 6 },
|
||||
{ DEVICEID_ICH6W, "Intel ICH6W watchdog timer", 6 },
|
||||
{ DEVICEID_ICH7, "Intel ICH7 watchdog timer", 7 },
|
||||
{ DEVICEID_ICH7M, "Intel ICH7M watchdog timer", 7 },
|
||||
{ DEVICEID_ICH7MDH, "Intel ICH7MDH watchdog timer", 7 },
|
||||
{ DEVICEID_ICH8, "Intel ICH8 watchdog timer", 8 },
|
||||
{ DEVICEID_ICH8DH, "Intel ICH8DH watchdog timer", 8 },
|
||||
{ DEVICEID_ICH8DO, "Intel ICH8DO watchdog timer", 8 },
|
||||
{ DEVICEID_63XXESB, "Intel 63XXESB watchdog timer", 8 },
|
||||
{ DEVICEID_ICH6M, "Intel ICH6M watchdog timer", 6 },
|
||||
{ DEVICEID_ICH6W, "Intel ICH6W watchdog timer", 6 },
|
||||
{ DEVICEID_ICH7, "Intel ICH7 watchdog timer", 7 },
|
||||
{ DEVICEID_ICH7M, "Intel ICH7M watchdog timer", 7 },
|
||||
{ DEVICEID_ICH7MDH, "Intel ICH7MDH watchdog timer", 7 },
|
||||
{ DEVICEID_ICH8, "Intel ICH8 watchdog timer", 8 },
|
||||
{ DEVICEID_ICH8DH, "Intel ICH8DH watchdog timer", 8 },
|
||||
{ DEVICEID_ICH8DO, "Intel ICH8DO watchdog timer", 8 },
|
||||
{ DEVICEID_63XXESB, "Intel 63XXESB watchdog timer", 8 },
|
||||
{ 0, NULL, 0 },
|
||||
};
|
||||
|
||||
|
@ -40,7 +40,7 @@ struct ichwd_device {
|
||||
struct ichwd_softc {
|
||||
device_t device;
|
||||
device_t ich;
|
||||
int ich_version;
|
||||
int ich_version;
|
||||
|
||||
int active;
|
||||
unsigned int timeout;
|
||||
|
Loading…
x
Reference in New Issue
Block a user