Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4629 → Rev 4628

/drivers/ethernet/RTL8029.asm
1183,7 → 1183,7
 
 
 
; place all initialized data here
;all initialized data place here
align 4
 
devices dd 0
1198,8 → 1198,7
 
include_debug_strings
 
section '.data' data readable writable align 16
; place all uninitialized data here
section '.data' data readable writable align 16 ;place all uninitialized data place here
 
device_list rd MAX_DEVICES
 
/drivers/ethernet/i8255x.asm
1181,7 → 1181,7
 
include '../peimport.inc'
 
my_service db 'I8255X', 0 ; max 16 chars include zero
my_service db 'i8255x', 0 ; max 16 chars include zero
devicename db 'Intel Etherexpress pro/100', 0
 
confcmd_data db 22, 0x08, 0, 0, 0, 0x80, 0x32, 0x03, 1
/drivers/ethernet/pcnet32.asm
1527,7 → 1527,7
 
include '../peimport.inc'
 
my_service db 'PCNET32',0 ; max 16 chars include zero
my_service db 'PCnet',0 ; max 16 chars include zero
 
device_l2 db "PCnet/PCI 79C970",0
device_l4 db "PCnet/PCI II 79C970A",0