beautypg.com

2) lock configuration register, 3) read the value at configuration register, 4) write data to configuration register – Acrosser AR-B9622 User Manual

Page 39

background image

AR-B9622 User’s Guide

(2) Lock Configuration Register

mov al,

013h

out 22h,

al

nop

nop

mov al,

000h

out 23h,

al

nop

nop

(3) Read the Value at Configuration Register

For example, read INDEX 3Ch:

Unlock configuration register

mov al,

03ch

out 22h,

al

nop

nop

in al,

23h

nop

nop

push ax

Lock configuration register

pop

ax

; AL - result

(4) Write Data to Configuration Register

For example, write 0FFh to INDEX 3Bh:

Unlock configuration register

mov al,

03bh

out 22h,

al

nop

nop

mov al,

0ffh

out 23h,

al

nop

nop

Lock configuration register

(5)

if the function of WATCHDOG is applied,please follow the following instruction to write the command at the first

line of the config.sys file.

DEVICE=C:\INIT9008.SYS

In order to avoide LAN error.

5-5