A2osX/INC/NIC.I.txt

26 lines
596 B
Plaintext
Raw Permalink 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
AUTO 3,1
.LIST OFF
*--------------------------------------
* NIC Devices
*--------------------------------------
S.DCB.NIC.FLAGS .EQ 1
S.DCB.NIC.FLAGS.ARPOFFLOAD .EQ %00000001
S.DCB.NIC.FLAGS.IPOFFLOAD .EQ %00000010
S.DCB.NIC.LINK .EQ 2
S.DCB.NIC.LINK.OK .EQ $80
S.DCB.NIC.LINK.FD .EQ $40
S.DCB.NIC.SPEED .EQ 3
S.DCB.NIC.SPEED.10 .EQ $01
S.DCB.NIC.SPEED.100 .EQ $02
S.DCB.NIC.SPEED.1000 .EQ $03
S.DCB.NIC.MAC .EQ 4
S.DCB.NIC.IP .EQ 10
S.DCB.NIC.MASK .EQ 14
S.DCB.NIC.GW .EQ 18
*
S.DCB.NIC .EQ 22
*--------------------------------------
MAN
SAVE inc/nic.i