System Installation
PEB-2770/2780VG2A User’s Manual
3-6
WDT Control Command Example
// Enter Extended Function Mode
outp(0x002E, 0x87);
outp(0x002E, 0x87);
// Enable Pin 77 as WDTO#
// Select Logic Device 8
outp(0x002E, 0x07);
outp(0x002F, 0x08);
// Active Logic Device 8
outp(0x002E, 0x30);
outp(0x002F, 0x01);
// Select Count Mode
outp(0x002E, 0xF5);
outp(0x002F, (inp(0x002F) & 0xF7) | (
Count-mode Register
& 0x08));
// Specify Time-out Value
outp(0x002E, 0xF6);
outp(0x002F,
Time-out Value Register
);
// Disable WDT reset by keyboard/mouse interrupts
outp(0x002E, 0xF7);
outp(0x002F, 0x00);
// Exit Extended Function Mode
outp(0x002E, 0xAA);
Definitions of Variables:
Value of
Count-mode Register
:
1) 0x00 -- Count down in seconds (Bit3=0)
2) 0x08 -- Count down in minutes (Bit3=1)
Value of
Time-out Value Register
:
1) 0x00 -- Time-out Disable
2) 0x01~0xFF -- Value for counting down
Содержание PEB-2770VG2A
Страница 8: ...System Overview PEB 2770 2780VG2A User s Manual 1 5 Mechanical Drawing TOP side ...
Страница 9: ...System Overview PEB 2770 2780VG2A User s Manual 1 6 Bottom side Rear IO ...
Страница 10: ...System Overview PEB 2770 2780VG2A User s Manual 1 7 Bottom side with thermal kit Rear IO with thermal kit ...
Страница 13: ...Hardware Configuration PEB 2770 2780VG2A User s Manual 2 2 Solder side ...
Страница 43: ...Troubleshooting PEB 2770 2780VG2A User s Manual 4 10 ACPI Settings Select for Advanced ACPI Configuration ...
Страница 47: ...Troubleshooting PEB 2770 2780VG2A User s Manual 4 14 AHCI Settings Select for AHCI Configuration ...
Страница 51: ...Troubleshooting PEB 2770 2780VG2A User s Manual 4 18 Configure ASF Parameters Select for ASF Support ...