Pete, several of the net drivers overload the meaning of the mem_start
argument in the 'ether=' argument to mean soemthing totally different.
3c509 does this. It uses the lower two bits of mem_start to select the
interface (!). The mem_start arg has nothing to do with memory
addressing for 3c509.
you need to provide a boot arg of the form
ether=IRQ,base_addr,mem_start,mem_end,name
or
ether=10,0x300,0,0,eth0
to select interface type 0.
The most up-to-date docco on this is in
Documentation/m68k/kernel-options.txt, of all places.
I suggest you play with the ether= options a bit further.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/