One slipped through the cracks in the changeover.

Paul.

--- drivers/net/3c503.c~        Thu Nov  4 05:16:31 1999
+++ drivers/net/3c503.c Thu Nov  4 06:39:38 1999
@@ -103,7 +103,7 @@
 
     for (addr = addrs; *addr; addr++) {
        int i;
-       unsigned int base_bits = readb(*addr);
+       unsigned int base_bits = isa_readb(*addr);
        /* Find first set bit. */
        for(i = 7; i >= 0; i--, base_bits >>= 1)
            if (base_bits & 0x1)



__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to