Appendix B
–
Hardware and LAN Bypass Programming
92
Deskt
op
Net
work
Ap
plian
ce
FW
S-
2365
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);
Summary of Contents for AAEON FWS-2365
Page 1: ...Last Updated January 7 2021 FWS 2365 Desktop Network Appliance User Manual 1st Ed ...
Page 14: ...Desktop Network Appliance FWS 2365 Chapter 1 Chapter 1 Product Specifications ...
Page 18: ...Desktop Network Appliance FWS 2365 Chapter 2 Chapter 2 Hardware Information ...
Page 19: ...Chapter 2 Hardware Information 19 Desktop Network Appliance FWS 2365 2 1 Dimensions System ...
Page 20: ...Chapter 2 Hardware Information 20 Desktop Network Appliance FWS 2365 Board Top and I O View ...
Page 21: ...Chapter 2 Hardware Information 21 Desktop Network Appliance FWS 2365 Bottom and Side View ...
Page 38: ...Desktop Network Appliance FWS 2365 Chapter 3 Chapter 3 AMI BIOS Setup ...
Page 41: ...Chapter 3 AMI BIOS Setup 41 Desktop Network Appliance FWS 2365 3 3 Setup Submenu Main ...
Page 52: ...Chapter 3 AMI BIOS Setup 52 Desktop Network Appliance FWS 2365 3 4 4 SIO Configuration ...
Page 66: ...Chapter 3 AMI BIOS Setup 66 Desktop Network Appliance FWS 2365 3 7 Setup Submenu Save Exit ...
Page 68: ...Chapter 3 AMI BIOS Setup 68 Desktop Network Appliance FWS 2365 3 8 1 Processor Configuration ...
Page 69: ...Chapter 3 AMI BIOS Setup 69 Desktop Network Appliance FWS 2365 3 8 2 Server ME Configuration ...
Page 72: ...Chapter 3 AMI BIOS Setup 72 Desktop Network Appliance FWS 2365 3 8 4 1 SATA Configuration ...
Page 76: ...Desktop Network Appliance FWS 2365 Chapter 4 Chapter 4 Driver Installation ...
Page 78: ...Desktop Network Appliance FWS 2365 Appendix A Appendix A Watchdog Timer Programming ...
Page 85: ...Desktop Network Appliance FWS 2365 Appendix B Appendix B Hardware and LAN Bypass Programming ...