A2osX/INC/NIC.I.txt

22 lines
598 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NEW
PREFIX /A2OSX.BUILD
AUTO 4,1
.LIST OFF
*--------------------------------------
* NIC Devices
*--------------------------------------
S.DSTAT.NIC.FLAGS .EQ S.DSTAT
S.DSTAT.NIC.FLAGS.ARPOFFLOAD .EQ %00000001
S.DSTAT.NIC.FLAGS.IPOFFLOAD .EQ %00000010
S.DSTAT.NIC.STATUS .EQ S.DSTAT+1
S.DSTAT.NIC.STATUS.OK .EQ $80
S.DSTAT.NIC.STATUS.FD .EQ $40
S.DSTAT.NIC.STATUS.10 .EQ $01
S.DSTAT.NIC.STATUS.100 .EQ $02
S.DSTAT.NIC.STATUS.1000 .EQ $03
S.DSTAT.NIC.MAC .EQ S.DSTAT+2
S.DSTAT.NIC .EQ S.DSTAT+8
*--------------------------------------
MAN
SAVE /A2OSX.BUILD/INC/NIC.I