patch-2.1.67 linux/drivers/net/com90io.c
Next file: linux/drivers/net/com90xx.c
Previous file: linux/drivers/net/com20020.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Sat Nov 29 10:33:19 1997
- Orig file:
v2.1.66/linux/drivers/net/com90io.c
- Orig date:
Mon Nov 3 13:04:26 1997
diff -u --recursive --new-file v2.1.66/linux/drivers/net/com90io.c linux/drivers/net/com90io.c
@@ -1,4 +1,4 @@
-/* $Id: com90io.c,v 1.2 1997/09/05 08:57:52 mj Exp $
+/* $Id: com90io.c,v 1.6 1997/11/09 11:04:59 mj Exp $
Written 1997 by David Woodhouse <dwmw2@cam.ac.uk>
@@ -184,7 +184,7 @@
static const char *version =
- "com90io.c: v2.91 97/08/19 Avery Pennarun <apenwarr@bond.net> et al.\n";
+ "com90io.c: v3.00 97/11/09 Avery Pennarun <apenwarr@bond.net> et al.\n";
/****************************************************************************
@@ -805,7 +805,8 @@
* frame.
*/
- put_whole_buffer(dev, lp->txbuf*512+offset,4,"\0\0xff\0xff\0xff");
+ put_buffer_byte(dev, lp->txbuf*512+offset,hdr[0]);
+ put_whole_buffer(dev, lp->txbuf*512+offset+1,3,"\377\377\377");
offset+=4;
}
else /* "other" Exception packet */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov