patch-1.3.72 linux/drivers/net/ewrk3.c
Next file: linux/drivers/net/ibmtr.c
Previous file: linux/drivers/net/depca.c
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
Wed Mar 6 15:04:20 1996
- Orig file:
v1.3.71/linux/drivers/net/ewrk3.c
- Orig date:
Sat Mar 2 10:43:32 1996
diff -u --recursive --new-file v1.3.71/linux/drivers/net/ewrk3.c linux/drivers/net/ewrk3.c
@@ -70,7 +70,7 @@
0) have a copy of the loadable modules code installed on your system.
1) copy ewrk3.c from the /linux/drivers/net directory to your favourite
temporary directory.
- 2) edit the source code near line 1880 to reflect the I/O address and
+ 2) edit the source code near line 1898 to reflect the I/O address and
IRQ you're using.
3) compile ewrk3.c, but include -DMODULE in the command line to ensure
that the correct bits are compiled (see end of source code).
@@ -130,7 +130,8 @@
Added verify_area() calls in depca_ioctl() from
suggestion by <heiko@colossus.escape.de>.
Add new multicasting code.
- 0.41 20-Jan-96 Fix IRQ set up problem reported by <???>.
+ 0.41 20-Jan-96 Fix IRQ set up problem reported by
+ <kenneth@bbs.sas.ntu.ac.sg>.
=========================================================================
*/
@@ -393,7 +394,7 @@
icr &= 0x70;
outb(icr, EWRK3_ICR); /* Disable all the IRQs */
- if (nicsr == CSR_TXD|CSR_RXD) {
+ if (nicsr == (CSR_TXD|CSR_RXD)) {
/* Check that the EEPROM is alive and well and not living on Pluto... */
for (chksum=0, i=0; i<EEPROM_MAX; i+=2) {
@@ -1166,7 +1167,7 @@
}
/*
-** Set or clear the multicast filter for this adaptor.
+** Set or clear the multicast filter for this adapter.
*/
static void
set_multicast_list(struct device *dev)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this