
N e t w o r k Ap p l i a n c e
F W S - 7 8 1 0
Appendix C Standard LAN Bypass Platform Setting
C-3
Sample Code
************************************************************************************
#define Word
LED2Add //This parameter is represented from
Note1
#define Word
LED1Add //This parameter is represented from
Note2
#define Word
LED0Add //This parameter is represented from
Note3
#define Byte
LED2Bit //This parameter is represented from
Note4
#define Byte
LED1Bit //This parameter is represented from
Note5
#define Byte
LED0Bit //This parameter is represented from
Note6
#define Byte
UnitVal //This parameter is represented from
Note7
************************************************************************************
VOID
SET_Value (Word IoAddr, Byte BitNum,Byte Value)
{
BYTE TmpValue;
TmpValue = inportb (IoAddr);
TmpValue &= ~(1 << BitNum);
TmpValue |= (Value << BitNum);
outport(IoAddr, TmpValue);
}
************************************************************************************
VOID
Main
(){
SET_Value (LED2Add, LED2Bit, UnitVal); //Setting STA_LED2
SET_Value (LED1Add, LED1Bit, UnitVal); //Setting STA_LED1
SET_Value (LED0Add, LED0Bit, UnitVal); //Setting STA_LED0
}
************************************************************************************
Summary of Contents for FWS-7810
Page 17: ...Network Appliance F W S 7 8 1 0 Chapter 2 Quick Installation Guide 2 4 Solder Side...
Page 27: ...Network Appliance F W S 7 8 1 0 Chapter 2 Quick Installation Guide 2 14...
Page 38: ...Network Appliance F W S 7 8 1 0 Chapter 2 Quick Installation Guide 2 25...
Page 40: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 1 AMI BIOS Setup Chapter 3...
Page 43: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 4 Setup Menu Setup submenu Main...
Page 44: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 5 Setup submenu Advanced...
Page 45: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 6 Super IO Configuration...
Page 49: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 10 H W Monitor...
Page 57: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 18 CPU Configuration...
Page 67: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 28 Setup submenu Chipset...
Page 70: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 31...
Page 73: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 34 Setup submenu Exit...
Page 85: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 1 I O Information Appendix B...
Page 86: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 2 B 1 I O Address Map...
Page 87: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 3 B 2 Memory Address Map...
Page 88: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 4 B 3 IRQ Mapping Chart...
Page 89: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 5...
Page 90: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 6...
Page 91: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 7...
Page 92: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 8 B 4 DMA Channel Assignments...