Appendix A – Watchdog Timer Programming
50
Net
work
Ap
plian
ce
FW
S-
22
51
************************************************************************************
VOID SIOBitSet(byte LDN, byte Register, byte BitNum, byte Value){
Byte TmpValue;
SIOEnterMBPnPMode();
SIOSelectLDN(byte LDN);
IOWriteByte(SIOIndex, Register);
TmpValue = IOReadByte(SIOData);
TmpValue &= ~(1 << BitNum);
TmpValue |= (Value << BitNum);
IOWriteByte(SIOData, TmpValue);
SIOExitMBPnPMode();
}
VOID SIOByteSet(byte LDN, byte Register, byte Value){
SIOEnterMBPnPMode();
SIOSelectLDN(LDN);
IOWriteByte(SIOIndex, Register);
IOWriteByte(SIOData, Value);
SIOExitMBPnPMode();
}
************************************************************************************
Summary of Contents for FWS-2251
Page 1: ...Last Updated February 22 2016 FWS 2251 Network Appliance User s Manual 1st Ed...
Page 13: ...Network Appliance FWS 2251 Chapter 1 Chapter 1 Product Specifications...
Page 17: ...Network Appliance FWS 2251 Chapter 2 Chapter 2 Hardware Information...
Page 18: ...Chapter 2 Hardware Information 6 Network Appliance FWS 2251 2 1 Dimensions System...
Page 19: ...Chapter 2 Hardware Information 7 Network Appliance FWS 2251 Board...
Page 20: ...Chapter 2 Hardware Information 8 Network Appliance FWS 2251...
Page 22: ...Chapter 2 Hardware Information 10 Network Appliance FWS 2251...
Page 28: ...Network Appliance FWS 2251 Chapter 3 Chapter 3 AMI BIOS Setup...
Page 31: ...Chapter 3 AMI BIOS Setup 19 Network Appliance FWS 2251 3 3 Setup Submenu Main...
Page 32: ...Chapter 3 AMI BIOS Setup 20 Network Appliance FWS 2251 3 4 Setup Submenu Advanced...
Page 43: ...Chapter 3 AMI BIOS Setup 31 Network Appliance FWS 2251 3 4 8 Advanced SIO Configuration...
Page 45: ...Chapter 3 AMI BIOS Setup 33 Network Appliance FWS 2251 3 5 Setup submenu Chipset...
Page 46: ...Chapter 3 AMI BIOS Setup 34 Network Appliance FWS 2251 3 5 1 Chipset North Bridge...
Page 51: ...Chapter 3 AMI BIOS Setup 39 Network Appliance FWS 2251 3 7 1 Boot BBS Priorities...
Page 52: ...Chapter 3 AMI BIOS Setup 40 Network Appliance FWS 2251 3 8 Setup submenu Exit...
Page 53: ...Network Appliance FWS 2251 Chapter 4 Chapter 4 Drivers Installation...
Page 56: ...Network Appliance FWS 2251 Appendix A Appendix A Watchdog Timer Programming...
Page 63: ...Network Appliance FWS 2251 Appendix B Appendix B I O Information...
Page 64: ...Appendix B I O Information 52 Network Appliance FWS 2251 B 1 I O Address Map...
Page 65: ...Appendix B I O Information 53 Network Appliance FWS 2251...
Page 66: ...Appendix B I O Information 54 Network Appliance FWS 2251 B 2 Memory Address Map...
Page 67: ...Appendix B I O Information 55 Network Appliance FWS 2251 B 3 IRQ Mapping Chart...
Page 68: ...Appendix B I O Information 56 Network Appliance FWS 2251...
Page 69: ...Appendix B I O Information 57 Network Appliance FWS 2251...