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

eepro.c

1996-09-06 Thread Jan Ramon
eepro.c seems to be convinced that he must probe for internet etherexpress at 0x240. I also found static unsigned int eepro_portlist[] = { 0x200, 0x240, 0x280, 0x2C0, 0x300, 0x320, 0x340, 0x360, 0}; So, eepro.c is also convinced that a card on 0x230 can't exist. This isn't