forked from KolibriOS/kolibrios
netdrv.inc cleanup
git-svn-id: svn://kolibrios.org@2887 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
8a10e28dfe
commit
c95986da86
@ -12,18 +12,17 @@ include 'bus/pci.inc'
|
|||||||
|
|
||||||
; Kernel variables
|
; Kernel variables
|
||||||
|
|
||||||
PAGESIZE equ 4096
|
PAGESIZE = 4096
|
||||||
PG_SW equ 0x003
|
PG_SW = 0x003
|
||||||
|
|
||||||
|
|
||||||
; network driver types
|
; network driver types
|
||||||
|
|
||||||
NET_TYPE_ETH equ 1
|
NET_TYPE_ETH = 1
|
||||||
NET_TYPE_SLIP equ 2
|
NET_TYPE_SLIP = 2
|
||||||
|
|
||||||
|
|
||||||
LAST_IO = 0
|
LAST_IO = 0
|
||||||
|
|
||||||
macro set_io addr {
|
macro set_io addr {
|
||||||
|
|
||||||
if addr = 0
|
if addr = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user