Appendix B – Standard LAN Bypass Platform Settings
96
Ne
two
rk A
pplia
nce
FWS
-8600
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
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-8600
Page 1: ...Last Updated September 23 2019 FWS 8600 Network Appliance User s Manual 1st Ed ...
Page 14: ...Network Appliance FWS 8600 Chapter 1 Chapter 1 Product Specifications ...
Page 18: ...Network Appliance FWS 8600 Chapter 2 Chapter 2 Hardware Information ...
Page 19: ...Chapter 2 Hardware Information 6 Network Appliance FWS 8600 2 1 Dimensions 2 1 1 System ...
Page 20: ...Chapter 2 Hardware Information 7 Network Appliance FWS 8600 2 1 2 Board Top and Front ...
Page 21: ...Chapter 2 Hardware Information 8 Network Appliance FWS 8600 Bottom and Side ...
Page 22: ...Chapter 2 Hardware Information 9 Network Appliance FWS 8600 2 1 3 PER T488 Expansion Riser ...
Page 23: ...Chapter 2 Hardware Information 10 Network Appliance FWS 8600 2 1 4 PER T489 I O Card ...
Page 25: ...Chapter 2 Hardware Information 12 Network Appliance FWS 8600 Bottom and Side ...
Page 26: ...Chapter 2 Hardware Information 13 Network Appliance FWS 8600 2 2 2 PER T488 Expansion Riser ...
Page 27: ...Chapter 2 Hardware Information 14 Network Appliance FWS 8600 2 2 3 PER T489 I O Card ...
Page 45: ...Network Appliance FWS 8600 Chapter 3 Chapter 3 AMI BIOS Setup ...
Page 48: ...Chapter 3 AMI BIOS Setup 35 Network Appliance FWS 8600 3 3 Setup Submenu Main ...
Page 49: ...Chapter 3 AMI BIOS Setup 36 Network Appliance FWS 8600 3 4 Setup Submenu Advanced ...
Page 56: ...Chapter 3 AMI BIOS Setup 43 Network Appliance FWS 8600 3 4 4 Advanced SIO Configuration ...
Page 68: ...Chapter 3 AMI BIOS Setup 55 Network Appliance FWS 8600 3 4 6 Advanced NVMe Configuration ...
Page 82: ...Chapter 3 AMI BIOS Setup 69 Network Appliance FWS 8600 3 7 Setup Submenu Save Exit ...
Page 88: ...Chapter 3 AMI BIOS Setup 75 Network Appliance FWS 8600 3 9 Setup Submenu Socket Configuration ...
Page 91: ...Chapter 3 AMI BIOS Setup 78 Network Appliance FWS 8600 3 9 2 1 Memory Topology ...
Page 94: ...Network Appliance FWS 8600 Chapter 4 Chapter 4 Drivers Installation ...
Page 96: ...Network Appliance FWS 8600 Appendix A Appendix A Watchdog Timer Programming ...
Page 103: ...Network Appliance FWS 8600 Appendix B Appendix B Standard LAN Bypass Platform Settings ...
Page 111: ...Appendix B Standard LAN Bypass Platform Settings 98 Network Appliance FWS 8600 ...