netdrv.inc cleanup

git-svn-id: svn://kolibrios.org@2887 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2012-07-22 20:07:20 +00:00
parent 8a10e28dfe
commit c95986da86

View File

@ -12,18 +12,17 @@ include 'bus/pci.inc'
; Kernel variables
PAGESIZE equ 4096
PG_SW equ 0x003
PAGESIZE = 4096
PG_SW = 0x003
; network driver types
NET_TYPE_ETH equ 1
NET_TYPE_SLIP equ 2
NET_TYPE_ETH = 1
NET_TYPE_SLIP = 2
LAST_IO = 0
macro set_io addr {
if addr = 0