Import of dpeth 3c501/3c509b/.. ethernet driver by

Giovanni Falzoni <fgalzoni@inwind.it>.
This commit is contained in:
Ben Gras
2005-06-29 10:16:46 +00:00
parent 81081a4063
commit 6be8c4d8a3
25 changed files with 4424 additions and 13 deletions

View File

@@ -256,7 +256,7 @@ _phys_insb:
mov edx, 8(ebp) ! port to read from
mov edi, 12(ebp) ! destination addr
mov ecx, 16(ebp) ! byte count
shr ecx, 1 ! word count
! shr ecx, 1 ! word count
rep insb ! input many bytes
pop es
pop edi