beautypg.com

AAEON FWS-816B User Manual

Page 70

background image

N e t w o r k Ap p l i a n c e

F W S - 8 1 6 B

Appendix C Standard Firewall Platform Setting

C-5

in al,dx

or al,00001000b ;set bit 3 -->high

out

dx,al

[GRN LED BLINK]

mov dx,48Fh

;( IO_PORT = 48Fh)

in al,dx

and al,11101111b ;set bit 4 -->low

out

dx,al

mov dx,4B8h

;( IO_PORT = 4B8h)

in al,dx

or al,00001000b ;set bit 3 -->high

out

dx,al

mov dx,49Bh

;( IO_PORT = 49Bh)

in al,dx

or al,00010000b ;set bit 4 -->high(control blink)

out

dx,al