51
VOID
SET_Value (Word IoAddr, Byte BitNum,Byte Value)
{ BYTE TmpValue;
TmpValue = inportb (IoAddr);
TmpValue &= ~(1 << BitNum);
TmpValue |= (Value << BitNum);
outport(IoAddr, TmpValue);
}
************************************************************************************
VOID
Main
(){
//Select LAN kit refer to table 1
SET_Value (LAN_ID2, LANID2, UnitVal);
SET_Value (LAN_ID1, LANID1, UnitVal);
SET_Value (LAN_ID0, LANID1, UnitVal);
//Set the PWR_ON parameter
SET_Value (PWR_ON, PWR_ON_R, UnitVal);
//Set the PWR_OFF parameter
SET_Value (PWR_OFF, PWR_OFF_R, UnitVal);
//Set the WDT_EN parameter
SET_Value (PWR_OFF, PWR_OFF_R, UnitVal);
//Active LAN Bypass setting
Bypass_Active (ACT_EN, ACT_EN_R);
}
************************************************************************************
Summary of Contents for BNX-H81
Page 1: ...1 Security Board BNX H81 Always at the forefront of innovation User Manual ...
Page 7: ...7 Chapter 1 General Information ...
Page 11: ...11 Figure 1 1 Board Layout of BNX H81 1 4 Board Layout ...
Page 12: ...12 Chapter 2 Preparation ...
Page 16: ...16 2 5 Locations Of Jumpers and Connectors ...
Page 21: ...21 Chapter 3 Operation ...
Page 29: ...29 Chapter 4 BIOS Setup ...