From 3c5bbe7926c00d0b67b57f2b52007078402fbb55 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Tue, 11 Mar 2014 06:03:53 +0000 Subject: [PATCH] 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 --- drivers/ethernet/RTL8029.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ethernet/RTL8029.asm b/drivers/ethernet/RTL8029.asm index 0d38ad1925..7a4f4b34cf 100644 --- a/drivers/ethernet/RTL8029.asm +++ b/drivers/ethernet/RTL8029.asm @@ -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