Re: Dell 2400 and APIC problem

2000-02-01 Thread Conrad Juleff
On Tue, Feb 01, 2000 at 12:08:38PM -0500, Luoqi Chen wrote: > > I am using boot -dv with "options DIAGNOSTIC" in the kernel and it doesnt > > tell me what the PnP probe is hanging on. > > > > Any other suggestions? > > > I don't think it's pnp probing. You don't seem to have any pnp devices at >

Re: Dell 2400 and APIC problem

2000-02-01 Thread Luoqi Chen
> I have tried doing this on -current but it doesnt make any difference. I have > also removed every non-essential item out of the kernel. > I am using boot -dv with "options DIAGNOSTIC" in the kernel and it doesnt tell > me what the PnP probe is hanging on. > > Any other suggestions? > I don't

Re: Dell 2400 and APIC problem

2000-02-01 Thread Conrad Juleff
On Tue, Feb 01, 2000 at 04:19:55AM -0800, Alfred Perlstein wrote: > > Is there anyway I can stop this probing of PnP devices? I have tried adding > > "optons PNPBIOS" to the kernel but it causes the kernel to panic. If I drop > > into the debugger and type panic, the kernel seems to be stuck in mp

Re: Dell 2400 and APIC problem

2000-02-01 Thread Alfred Perlstein
* Conrad Juleff <[EMAIL PROTECTED]> [000201 04:13] wrote: > After much messing around I have found the point on current where it hangs. It > seems to hang during the PnP probe: > > isa_probe_children: probing PnP devices > > Is there anyway I can stop this probing of PnP devices? I have tried ad

Re: Dell 2400 and APIC problem

2000-02-01 Thread Conrad Juleff
After much messing around I have found the point on current where it hangs. It seems to hang during the PnP probe: isa_probe_children: probing PnP devices Is there anyway I can stop this probing of PnP devices? I have tried adding "optons PNPBIOS" to the kernel but it causes the kernel to panic.