Re: eepro.c

1996-09-08 Thread Jan Ramon
On Fri, 6 Sep 1996, Bruce Perens wrote: > [Question about how to neatly change the eepro driver CSR address] > > If it's a module, try "modprobe eepro io=0x230". If that works, add it > to /etc/conf.modules . Otherwise, just add 0x230 to eepro_portlist. > Adding 0x230 to eepro_portlist doesn't

Re: eepro.c + question of my own

1996-09-07 Thread Alex Romosan
if you run eepro as a module try adding: options eepro io=0x230 in /etc/conf.modules. if you have it compiled in the kernel (as i do) add: append="ether=0,0x230,eth0" in /etc/lilo.conf. i've tried it both ways and it works fine for me (set at 0x210). now if i can only convince the card to show

Re: eepro.c

1996-09-06 Thread Bruce Perens
[Question about how to neatly change the eepro driver CSR address] If it's a module, try "modprobe eepro io=0x230". If that works, add it to /etc/conf.modules . Otherwise, just add 0x230 to eepro_portlist. Bruce