Instruction Manual
Table Of Contents
- Chapter 1 Introduction
- Chapter 2 Procedures of Assembly/Disassembly
- Chapter 3 Board Introduction
- Chapter 4 H/W Information
- Chapter 5 BIOS Settings
- SATA Configuration
- W83627DHG Super IO Configuration
- Serial Port Console Redirection
- Intel(R) 82576 Gigabit Dual Port Network Connection
- N/A
- Configure Gigabit Ethernet device parameters
- Intel(R) 82574L Gigabit Network Connection
- N/A
- Configure Gigabit Ethernet device parameters
- SATA Mode Selection
- Port 1
- Port 2
- CF card
- COM1 Configuration
- COM2 Configuration
- LAN by Pass Function
- Change Settings
- Serial Port
- Change Settings
- Device Mode
- Console Redirection
- Console Redirection Settings
- EMS
- EMS Settings
- Terminal Type
- Bits per second
- Data Bits
- Parity
- Stop Bits
- Flow Control
- NIC Configuration
- Blink LEDs (range 0-1
- Link Status
- NIC Configuration
- Blink LEDs (range 0-1
- Link Status
- SYS temperature
- CPU temperature
- CPU Fan Speed
- VCORE
- LAN1 ~ 8
- USB Configuration
- xHCI Mode
- EHCI1
- Setup Prompt Timeout
- Boot up NumLock State
- Boot Logo
- PXE Function

7.3.3 Watchdog
1. Syntax:
Void wdt_start(int, int)
Description: This function read the value of the watchdog time counter and return it to the caller.
Parameters: None.
Return Value: This function return the value of the time counter and return it to the caller as an
unsigned integer.
2. Syntax:
Void wdt_stop(void)
Description: close watch dog timer.
Parameters: None.
Return Value: None.
3. Syntax:
Int get_wdt_count(void)
Description: This function get WDT_Counter.
Parameters: None.
Return Value: None.
7.3.4 LAN Bypass Subsystem
1. void enableWdt(void)
Enable Watchdog Timer. (This timer is different from the System Watchdog timer, which is
configured by the API described in 6.2).
2. void disableWdt(void)
Disable Watchdog Timer.
3. void reloadWdt(void)
Reload Watchdog Timer.
4. void forceNormal(void)
Force the port to become normal state.
71