Re: ep0 driver oddity

2001-11-02 Thread Matthew N. Dodd
On Fri, 2 Nov 2001, Leo Bicknell wrote: > Thanks to all who had suggestions. Turned out the card had tossed > it's cookies, rerunning the 3com setup showed bogus values for the > port and IRQ, and simply resetting it and rebooting fixed the > problem. For the archives; this is -very- common for

Re: ep0 driver oddity

2001-11-02 Thread Leo Bicknell
Thanks to all who had suggestions. Turned out the card had tossed it's cookies, rerunning the 3com setup showed bogus values for the port and IRQ, and simply resetting it and rebooting fixed the problem. -- Leo Bicknell - [EMAIL PROTECTED] - CCIE 3440 PGP keys at http://www.ufp.

Re: ep0 driver oddity

2001-11-01 Thread Kent Stewart
Leo Bicknell wrote: > > I broke out a really old card to make a cheap solution work, and > now I'm confused. It's an old 3c509 ISA card, which has been set > to 0x300, irq 5. Those don't conflict, so no issue there. > > Building a kernel with "device ep0" found it, but didn't like it > becau

Re: ep0 driver oddity

2001-11-01 Thread Matthew N. Dodd
On Thu, 1 Nov 2001, Leo Bicknell wrote: > ep0 at port 0x300 irq 5 on isa0 > ep0: Ethernet address 00:20:af:6a:d8:d6 > ep1: <3Com 3C509-TP EtherLink III> at port 0x300-0x30f irq 10 on isa0 > ep1: No irq?! > ep1: ep_alloc() failed! (6) > device_probe_and_attach: ep1 attach returned 6 Set the card t

ep0 driver oddity

2001-11-01 Thread Leo Bicknell
I broke out a really old card to make a cheap solution work, and now I'm confused. It's an old 3c509 ISA card, which has been set to 0x300, irq 5. Those don't conflict, so no issue there. Building a kernel with "device ep0" found it, but didn't like it because it wasn't at the default IRQ 10.