55
// 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 :
1) 0x00 -- Time-out Disable
2) 0x01~0xFF -- Value for counting down
Summary of Contents for WMIX-D5256
Page 1: ...WMIX D5256 Intel Atom D525 User Manual Rev 02 May 2012...
Page 46: ...46 Step 2 Read the License Agreement and click Yes to continue Step 3 Click Next to continue...
Page 47: ...47 Step 4 Click Finish to complete setup...
Page 49: ...49 Step 3 Click Next to continue Step 4 Click Next to continue...
Page 50: ...50 Step 5 Click Finish to complete setup...
Page 51: ...51 3 3 LAN Driver Step 1 Click Next to continue Step 2 Click Install to continue...
Page 52: ...52 Step 3 Click Finish to complete setup...
Page 53: ...53 3 4 Audio Driver Step 1 Click Next to continue Step 2 Click Finish to complete setup...