Appendix B
–
Standard LAN Bypass Platform Setting
88
Net
work
Ap
plian
ce
FW
S-
78
40
bData = bData & 0xDF;
else
// Bypass
bData = bData | 0x20;
// WDT Action (Reg01h bit4)
if(SET_WDT_RESET) // Reset
bData = bData & 0xEF;
else
// Bypass
bData = bData | 0x10;
SmbusWriteByte(CPLD_SLAVE_ADDRESS, OFFSET, bData);
// Apply Settings (Reg01h bit7)
bData = SmbusReadByte(CPLD_SLAVE_ADDRESS, OFFSET);
SmbusWriteByte(CPLD_SLAVE_ADDRESS, OFFSET, bData & 0x7F);
Sleep(500);
bData = SmbusReadByte(CPLD_SLAVE_ADDRESS, OFFSET);
SmbusWriteByte(CPLD_SLAVE_ADDRESS, OFFSET, bData | 0x80);
************************************************************************************
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 ...