forked from KolibriOS/kolibrios
Fixed bug in RTL8029 driver which allowed it to be loaded multiple times.
git-svn-id: svn://kolibrios.org@4627 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e7d8b65105
commit
3c5bbe7926
@ -1188,7 +1188,7 @@ align 4
|
|||||||
|
|
||||||
devices dd 0
|
devices dd 0
|
||||||
version dd (DRIVER_VERSION shl 16) or (API_VERSION and 0xFFFF)
|
version dd (DRIVER_VERSION shl 16) or (API_VERSION and 0xFFFF)
|
||||||
my_service db 'RTL8029/ne2000',0 ;max 16 chars include zero
|
my_service db 'RTL8029',0 ;max 16 chars include zero
|
||||||
|
|
||||||
;device_1 db 'Realtek 8029',0
|
;device_1 db 'Realtek 8029',0
|
||||||
;device_2 db 'Realtek 8019',0
|
;device_2 db 'Realtek 8019',0
|
||||||
|
Loading…
Reference in New Issue
Block a user