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:
hidnplayr 2014-03-11 06:03:53 +00:00
parent e7d8b65105
commit 3c5bbe7926
1 changed files with 1 additions and 1 deletions

View File

@ -1188,7 +1188,7 @@ align 4
devices dd 0
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_2 db 'Realtek 8019',0