Prepare for ARP offload

This commit is contained in:
Rémy GIBERT 2016-01-10 23:16:56 +01:00
parent 08fd332336
commit 8e2c75baac

View File

@ -338,6 +338,9 @@ S.DEVINFO.TYPE.CHAR .EQ %00000001
S.DEVINFO.TYPE.XY .EQ %00000010
S.DEVINFO.TYPE.NET .EQ %00000011
S.DEVINFO.TYPE.GFX .EQ %00000100
S.DEVINFO.FLAGS .EQ 1
S.DEVINFO.FLAGS.ARPOFFLOAD .EQ 1
*--------------------------------------
* Generic Driver Functions
*--------------------------------------
@ -355,7 +358,7 @@ DEVMGR.XY.SETPOS .EQ 12
* 'NET' Class Driver Functions
*--------------------------------------
DEVMGR.NET.SEND .EQ 12
DEVMGR.NET.CAP.ARPOFFLOAD .EQ 1
DEVMGR.SETIPCFG .EQ 14
*--------------------------------------
* 'GFX' Class Driver Functions
*--------------------------------------