Appendix B – Standard LAN Bypass Platform Settings
95
Ne
two
rk A
pplia
nce
FWS
-8600
Table 3 : LAN Bypass relative register mapping table
CPLD Slave Address 0x90 (Note1)
Attribute
Offset(SMBUS)
BitNum
Value
LAN_ID3
R/W
0x01(Note2)
3
(Table 1)
LAN_ID2
R/W
0x01(Note2)
2
(Table 1)
LAN_ID1
R/W
0x01(Note2)
1
(Table 1)
LAN_ID0
R/W
0x01(Note2)
0
(Table 1)
PWR_ON
R/W
0x01(Note2)
6
(Table 2)
PWR_OFF
R/W
0x01(Note2)
5
(Table 2)
WDT_EN
R/W
0x01(Note2)
4
(Table 2)
ACT_EN
R/W
0x01(Note2)
7
(Table 2)
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
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 ...