Appendix B
–
Standard LAN Bypass Platform Setting
87
Net
work
Ap
plian
ce
FW
S-
78
40
B.2.2
Sample Code
******************************************************************************************
****
#define Byte CPLD_SLAVE_ADDRESS
//This parameter is represented from Note1
#define Byte OFFSET
//This parameter is represented from Note2
******************************************************************************************
****
// Select Lan Pair
BYTE bLanSel = LAN_PAIR;
BYTE bData = SmbusReadByte(CPLD_SLAVE_ADDRESS, OFFSET);
// Set Reg01h bit3
if(bLanSel & 0x08)
bData = bData | 0x08;
else
bData = bData & 0xF7;
// Set Reg01h bit2
if(bLanSel & 0x04)
bData = bData | 0x04;
else
bData = bData & 0xFB;
// Set Reg01h bit1
if(bLanSel & 0x02)
bData = bData | 0x02;
else
bData = bData & 0xFD;
// Set Reg01h bit0
if(bLanSel & 0x01)
bData = bData | 0x01;
else
bData = bData & 0xFE;
// Power On Action (Reg01h bit6)
if(SET_PASS_THROUGH)
// Pass Through
bData = bData & 0xBF;
else
// Bypass
bData = bData | 0x40;
// Power Off Action (Reg01h bit5)
if(SET_PASS_THROUGH)
// Pass Through
Summary of Contents for AAEON FWS-7840
Page 1: ...Last Updated September 24 2021 FWS 7840 Network Appliance User s Manual 1st Ed ...
Page 14: ...Network Appliance FWS 7840 Chapter 1 Chapter 1 Product Specifications ...
Page 17: ...Network Appliance FWS 7840 Chapter 2 Chapter 2 Hardware Information ...
Page 20: ...Chapter 2 Hardware Information 7 Network Appliance FWS 7840 Main Board Solder Side ...
Page 22: ...Chapter 2 Hardware Information 9 Network Appliance FWS 7840 2 1 4 PER T636 PCIe x8 Riser Card ...
Page 25: ...Chapter 2 Hardware Information 12 Network Appliance FWS 7840 Solder Side ...
Page 30: ...Chapter 2 Hardware Information 17 Network Appliance FWS 7840 2 5 PER T629 Connectors ...
Page 49: ...Network Appliance FWS 7840 Chapter 3 Chapter 3 AMI BIOS Setup ...
Page 52: ...Chapter 3 AMI BIOS Setup 39 Network Appliance FWS 7840 3 3 Setup Submenu Main ...
Page 53: ...Chapter 3 AMI BIOS Setup 40 Network Appliance FWS 7840 3 4 Setup Submenu Advanced ...
Page 55: ...Chapter 3 AMI BIOS Setup 42 Network Appliance FWS 7840 3 4 2 PCH FW Configuration ...
Page 60: ...Chapter 3 AMI BIOS Setup 47 Network Appliance FWS 7840 3 4 5 SIO Configuration ...
Page 64: ...Chapter 3 AMI BIOS Setup 51 Network Appliance FWS 7840 3 4 6 Hardware Monitor ...
Page 65: ...Chapter 3 AMI BIOS Setup 52 Network Appliance FWS 7840 3 4 6 1 Smart Fan Function ...
Page 77: ...Chapter 3 AMI BIOS Setup 64 Network Appliance FWS 7840 3 5 Setup Submenu Chipset ...
Page 84: ...Chapter 3 AMI BIOS Setup 71 Network Appliance FWS 7840 3 8 Setup Submenu Save Exit ...
Page 85: ...Network Appliance FWS 7840 Chapter 4 Chapter 4 Drivers Installation ...
Page 87: ...Network Appliance FWS 7840 Appendix A Appendix A Watchdog Timer Programming ...
Page 94: ...Network Appliance FWS 7840 Appendix B Appendix B Standard LAN Bypass Platform Setting ...
Page 104: ...Network Appliance FWS 7840 Appendix C Appendix C Digital I O Ports ...