Subversion Repositories Kolibri OS

Rev

Rev 4470 | Rev 4629 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4470 Rev 4627
Line 1186... Line 1186...
1186
;all initialized data place here
1186
;all initialized data place here
1187
align 4
1187
align 4
Line 1188... Line 1188...
1188
 
1188
 
1189
devices         dd 0
1189
devices         dd 0
1190
version         dd (DRIVER_VERSION shl 16) or (API_VERSION and 0xFFFF)
1190
version         dd (DRIVER_VERSION shl 16) or (API_VERSION and 0xFFFF)
Line 1191... Line 1191...
1191
my_service      db 'RTL8029/ne2000',0  ;max 16 chars include zero
1191
my_service      db 'RTL8029',0  ;max 16 chars include zero
1192
 
1192
 
1193
;device_1        db 'Realtek 8029',0
1193
;device_1        db 'Realtek 8029',0
1194
;device_2        db 'Realtek 8019',0
1194
;device_2        db 'Realtek 8019',0