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-5
C.3 LAN Bypass Mode Sample Code
LAN BYPASS MODE Sample code
[Disable Function]
mov dx,B2h ;( IO_PORT = B2h)
in al,dx
or al,00000001b ;set bit 0-->Low
out
dx,al
mov dx,B2h ;( IO_PORT = B2h)
in al,dx
and al,11111101b ;set bit 1-->High
out
dx,al
[Force Mode]
mov dx,B2h ;( IO_PORT = B2h)
in al,dx
and
al,11111110b ;set bit 0-->High
out
dx,al
[Watch Dog Mode]
mov dx,B2h ;( IO_PORT = B2h)
in al,dx
or al,00000001b ;set bit 0-->Low
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...