
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-6
ACT_EN
R/W
0xA00
(Note7)
5
(Note14)
(Note15)
************************************************************************************
Sample Code
************************************************************************************
#define Word
LAN_ID2 //This parameter is represented from
Note1
#define Word
LAN_ID1 //This parameter is represented from
Note2
#define Word
LAN_ID0 //This parameter is represented from
Note3
#define Byte
PWR_ON //This parameter is represented from
Note4
#define Byte
PWR_OFF //This parameter is represented from
Note5
#define Byte
WDT_EN //This parameter is represented from
Note6
#define Byte
ACT_EN //This parameter is represented from
Note7
#define Byte
LANID2 //This parameter is represented from
Note8
#define Byte
LANID1 //This parameter is represented from
Note9
#define Byte
LANID0 //This parameter is represented from
Note10
#define Byte
PWR_ON_R //This parameter is represented from
Note11
#define Byte
PWR_OFF_R //This parameter is represented from
Note12
#define Byte
WDT_EN_R //This parameter is represented from
Note13
#define Byte
ACT_EN_R //This parameter is represented from
Note14
#define Byte
UnitVal //This parameter is represented from
Note15
************************************************************************************
VOID Bypass_Active
(Word IoAddr, Byte BitNum)
{ BYTE TmpValue;
TmpValue = inportb (IoAddr);
TmpValue &= ~(1 << BitNum);
outport(IoAddr, TmpValue);
Содержание FWS-7810
Страница 7: ...Network Appliance F W S 7 8 1 0 Chapter 1 General Information 1 1 General Information Chapter 1...
Страница 14: ...Network Appliance F W S 7 8 1 0 Chapter 2 Quick Installation Guide 2 1 Quick Installation Guide Chapter 2...
Страница 17: ...Network Appliance F W S 7 8 1 0 Chapter 2 Quick Installation Guide 2 4 Solder Side...
Страница 18: ...Network Appliance F W S 7 8 1 0 Chapter 2 Quick Installation Guide 2 5 2 3 Mechanical Drawings of FWS 7810...
Страница 25: ...Network Appliance F W S 7 8 1 0 Chapter 2 Quick Installation Guide 2 12 Step 3 Lift up the CPU bracket...
Страница 27: ...Network Appliance F W S 7 8 1 0 Chapter 2 Quick Installation Guide 2 14...
Страница 38: ...Network Appliance F W S 7 8 1 0 Chapter 2 Quick Installation Guide 2 25...
Страница 40: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 1 AMI BIOS Setup Chapter 3...
Страница 43: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 4 Setup Menu Setup submenu Main...
Страница 44: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 5 Setup submenu Advanced...
Страница 45: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 6 Super IO Configuration...
Страница 49: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 10 H W Monitor...
Страница 57: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 18 CPU Configuration...
Страница 67: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 28 Setup submenu Chipset...
Страница 70: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 31...
Страница 73: ...Network Appliance F W S 7 8 1 0 Chapter 3 AMI BIOS Setup 3 34 Setup submenu Exit...
Страница 74: ...Network Appliance F W S 7 8 1 0 Chapter 4 Driver Installation 4 1 Driver Installation Chapter 4...
Страница 85: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 1 I O Information Appendix B...
Страница 86: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 2 B 1 I O Address Map...
Страница 87: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 3 B 2 Memory Address Map...
Страница 88: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 4 B 3 IRQ Mapping Chart...
Страница 89: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 5...
Страница 90: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 6...
Страница 91: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 7...
Страница 92: ...Network Appliance F W S 7 8 1 0 Appendix B I O Information B 8 B 4 DMA Channel Assignments...
Страница 100: ...Network Appliance F W S 7 8 1 0 Appendix C Standard LAN Bypass Platform Setting C 8 Bypass_Active ACT_EN ACT_EN_R...