K350-D25501 / K350-N26001 User Manual
59
// Enter Extended Function Mode
outp(0x002E, 0x87);
outp(0x002E, 0x87);
// Assign Pin 77 to be a WDTO# Signal
outp(0x002E, 0x2D);
outp(0x002F, inp(0x002F) & 0xFE);
// Select Logic Device 8
outp(0x002E, 0x07);
outp(0x002F, 0x08);
// Active Logic Device 8
outp(0x002E, 0x30);
outp(0x002F, 0x01);
//Clear WDTO# Status
outp(0x002E, 0xF7);
outp(0x002F, inp(0x2F) & 0xEF);
// Select Count Mode (Second / Minute)
outp(0x002E, 0xF5);
outp(0x002F, (inp(0x002F) & 0xF7) | (
Count-mode Register
& 0x08));
// Set Time-out Value
outp(0x002E, 0xF6);
outp(0x002F,
Time-out Value Register
);
// 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 :
Summary of Contents for K350-D25501
Page 1: ...K350 D25501 K350 N26001 Intel D2550 Intel N2600 2 1 0 2 v o N 1 0 v e R l a u n a M r e s U ...
Page 42: ...K350 D25501 K350 N26001 User Manual 42 ϭ SMBus Controller Choices Disabled Enabled ...
Page 54: ...K350 D25501 K350 N26001 User Manual 54 Step 5 Click Finish to complete setup ...
Page 56: ...K350 D25501 K350 N26001 User Manual 56 Step 3 Click Finish to complete setup ...