A2osX/INC/NIC.I.txt
2017-11-30 17:33:33 +01:00

24 lines
609 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.

PR#3
PREFIX /A2OSX.BUILD
NEW
INC 1
AUTO 6
.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