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

View File

@@ -84,6 +84,9 @@ PUBLIC struct system_image image[] = {
#endif
#if ENABLE_FXP
{ FXP, 0, 0, 2, 0, SYSTEM_CALL_MASK, ALLOW_ALL_MASK, "FXP" },
#endif
#if ENABLE_DPETH
{ DPETH, 0, 0, 2, 0, SYSTEM_CALL_MASK, ALLOW_ALL_MASK, "DPETH" },
#endif
{ INIT_PROC_NR, 0, 0, USER_Q, 0, USER_CALL_MASK, USER_PROC_SENDMASK, "INIT" },
};