Re: Recent kernel hangs during boot with pnp sio.

1999-10-12 Thread Warner Losh
In message [EMAIL PROTECTED] Doug Rabson writes: : If you find yourself with one of these and pnp is turned off, you can : download the DOS utility from 3com. I recently had to do this for a friend : (to turn pnp off). It was harder to find a DOS boot disk :-). Sometimes these programs work

Re: Recent kernel hangs during boot with pnp sio.

1999-10-06 Thread Doug Rabson
On Tue, 5 Oct 1999, Kevin Day wrote: Afaik all 3C509B's are PnP. At least here in the UK there is not shortage of those cards. If I can get a difinitive statement to this effect then I'll grab a 3c509B. There was some question as to them actually being PnP though. Yes, the

Re: Recent kernel hangs during boot with pnp sio.

1999-10-05 Thread Timo Geusch
On Mon, Oct 04, 1999 at 11:12:10PM -0400, Matthew N. Dodd wrote: On Mon, 4 Oct 1999, Timo Geusch wrote: If you're interested I can send you the source code for the driver but it is not clear if it works on -current at the moment as I haven't updated for some time. Send it here as I'm

Re: Recent kernel hangs during boot with pnp sio.

1999-10-05 Thread Matthew N. Dodd
On Tue, 5 Oct 1999, Timo Geusch wrote: I'll send it once I verified that it (still) works with -current. The work dates from before newpnp, Also, some indication as to where you made changes would benice - my PnP changes are pretty self-contained but I made some more general changes that

Re: Recent kernel hangs during boot with pnp sio.

1999-10-04 Thread Doug Rabson
On Sun, 3 Oct 1999, Daniel Eischen wrote: Doug Rabson wrote: I looked at you pnpinfo again and I think this change might be better. It accepts the cards description instead of overriding it and adds another ID for SUP2080 which your card is compatible with. I also removed the bogus

Re: Recent kernel hangs during boot with pnp sio.

1999-10-03 Thread Daniel Eischen
Doug Rabson wrote: I looked at you pnpinfo again and I think this change might be better. It accepts the cards description instead of overriding it and adds another ID for SUP2080 which your card is compatible with. I also removed the bogus descriptions for the USR3031 since the pnpinfo for

Re: Recent kernel hangs during boot with pnp sio.

1999-10-02 Thread Daniel M. Eischen
Doug Rabson wrote: Here, it might be the opposite. The normal sio probes pick up the pnp modem just fine, and then perhaps pnp comes along and trounces on what has already been setup/configured. Could you try this patch for me. It attempts to disable pnp devices before running the

Re: Recent kernel hangs during boot with pnp sio.

1999-10-02 Thread Daniel Eischen
Matthew N. Dodd wrote: On Sat, 2 Oct 1999, Daniel M. Eischen wrote: What's the unknown0? Shouldn't that be sio2? Do we need the logical device ID? Yes. Try adding 0x8024b04e to sio.c OK, I originally did that to no avail, but I didn't make the change to the correct file

Recent kernel hangs during boot with pnp sio.

1999-10-01 Thread Daniel M. Eischen
I have a pnp modem "SupraExpress 56i Sp V.90" that works fine with a kernel from Aug 22. Here is an excerpt from a successful boot: atkbdc0: keyboard controller (i8042) at port 0x60-0x6f on isa0 atkbd0: AT Keyboard irq 1 on atkbdc0 vga0: Generic ISA VGA at port 0x3b0-0x3df iomem

Re: Recent kernel hangs during boot with pnp sio.

1999-10-01 Thread Soren Schmidt
It seems Daniel M. Eischen wrote: More info on the kernel hang. Removing pnp from the kernel configuration will allow me to boot and successfully detects my pnp modem. So the culprit seems to be the new pnp code. Suggestions welcome. Hmm, I also have severe problems with the PnP stuff