Make all network driver service names uppercase.

(avoid loading the same driver multiple times because of different naming)

git-svn-id: svn://kolibrios.org@5186 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2014-11-22 17:01:23 +00:00
parent 7388b6930f
commit 636971f000
2 changed files with 3 additions and 3 deletions

View File

@ -1157,7 +1157,7 @@ end data
include '../peimport.inc'
my_service db 'mtd80x',0 ; max 16 chars include zero
my_service db 'MTD80X',0 ; max 16 chars include zero
sz_mtd800 db "Myson MTD800", 0
sz_mtd803 db "Surecom EP-320X", 0

View File

@ -137,7 +137,7 @@ dd 0x08001516
dd 0x08911516
dd 0x0
db 'dec21x4x',0
db 'DEC21X4X',0
dd 0x00021011
dd 0x00091011
dd 0x00141011
@ -153,7 +153,7 @@ db 'R6040',0
dd 0x604017F3
dd 0x0
db 'i8254x',0
db 'I8254X',0
dd 0x10008086 ; 82542 (Fiber)
dd 0x10018086 ; 82543GC (Fiber)
dd 0x10048086 ; 82543GC (Copper)