N e t w o r k Ap p l i a n c e
F W S - 7 1 5 0
Appendix C Standard Firewall Platform Setting
C-2
C.1 Standard Firewall Platform Setting
Disable
I/O PORT B2h set bit 2 and bit 3 to 0,
I/O PORT FAh set bit 0-7 to 0
Red LED ON
I/O PORT B2h set bit 2 to 1,
I/O PORT FAh set bit 0-7 to 0
Red LED Blink
I/O PORT B2h set bit 2 to 1,
I/O PORT FAh set bit1,bit3,bit4 to 1
Green LED ON
I/O PORT B2h set bit 3 to 1,
I/O PORT FAh set bit 0-7 to 0
Status LED
Green LED Blink I/O PORT B2h set bit 3 to 1,
I/O PORT FAh set bit0,bit1,bit3,bit4 to 1
Disable
I/O PORT B2h set bit 0 to 1,
I/O PORT B2h set bit 1 to 0
Force Mode
I/O PORT B2h set bit 0 to 1
LAN Bypass
Watch Dog Mode I/O PORT B2h set bit 0 to 1,
I/O PORT B2h set bit 1 to 1
Software Reset
Press Software Reset button I/O PORT:
B2h bit 7 will be set 1
C.2 Status LED Sample Code
Status LED Sample code
[Disabled LED Function]
mov dx,B2h ;( IO_PORT = B2h)
in al,dx
and al,11110011b
;Clear GPIO32&GPIO33
out
dx,al
mov dx,FAh ;( IO_PORT = FAh)
in al,dx
mov al,00000000b ;Clear GPIO32&GPIO33
Summary of Contents for FWS-7150
Page 17: ...Network Appliance F W S 7 1 5 0 Chapter 2 Quick Installation Guide 2 4...
Page 19: ...Network Appliance F W S 7 1 5 0 Chapter 2 Quick Installation Guide 2 6 Solder Side...
Page 30: ...Network Appliance F W S 7 1 5 0 Chapter 3 Award BIOS Setup 3 1 Chapter Award 3 BIOS Setup...
Page 47: ...Network Appliance F W S 7 1 5 0 Appendix B I O Information B 1 I O Information Appendix B...
Page 48: ...Network Appliance F W S 7 1 5 0 Appendix B I O Information B 2 B 1 I O Address Map...
Page 49: ...Network Appliance F W S 7 1 5 0 Appendix B I O Information B 3 B 2 Memory Address Map...