patch-2.1.90 linux/drivers/net/eepro100.c
Next file: linux/drivers/net/hp100.c
Previous file: linux/drivers/net/de4x5.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Mar 16 14:17:29 1998
- Orig file:
v2.1.89/linux/drivers/net/eepro100.c
- Orig date:
Mon Feb 23 18:12:05 1998
diff -u --recursive --new-file v2.1.89/linux/drivers/net/eepro100.c linux/drivers/net/eepro100.c
@@ -1348,7 +1348,7 @@
#if (LINUX_VERSION_CODE >= VERSION(1,3,44))
if (! rx_in_place) {
skb_reserve(skb, 2); /* 16 byte align the data fields */
-#if defined(__i386) && notyet
+#if defined(__i386__) && notyet
/* Packet is in one chunk -- we can copy + cksum. */
eth_io_copy_and_sum(skb, bus_to_virt(sp->rx_ringp[entry]->rx_buf_addr),
pkt_len, 0);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov