From 45988fdfd0fee3b65a2148f649981ca5378642da Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 1 Dec 2007 20:23:11 +0000 Subject: [PATCH] Fixed LAN91C96 driver. --- cpu/6502/net/lan91c96.S | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpu/6502/net/lan91c96.S b/cpu/6502/net/lan91c96.S index 30fbd488b..78fc46b82 100644 --- a/cpu/6502/net/lan91c96.S +++ b/cpu/6502/net/lan91c96.S @@ -31,7 +31,7 @@ ; Author: Adam Dunkels , Josef Soucek , ; Oliver Schmidt ; -; $Id: lan91c96.S,v 1.1 2007/11/30 12:32:07 oliverschmidt Exp $ +; $Id: lan91c96.S,v 1.2 2007/12/01 20:23:11 oliverschmidt Exp $ ; ;--------------------------------------------------------------------- @@ -364,11 +364,9 @@ fixup36:sta ethdata ; The packet contains 3 extra words lda len adc #$05 ; Actually 5 or 6 depending on carry - sta len fixup37:sta ethdata lda len+1 adc #$00 - sta len+1 fixup38:sta ethdata ; Send the packet