Unhappy recent -CURRENT's (was Re: Monday strikes again)

1999-08-24 Thread Matthew D. Fuller
On Tue, Aug 24, 1999 at 03:52:15PM -0500, a little birdie told me that Matthew D. Fuller remarked > > Here is some info from the panic I got mid-late April. I'll try > cvsup'ing and building a new kernel tonite and see if it's fixed, but in > case it isn't here's some info. Update: -CURRENT now

Re: Monday strikes again

1999-08-24 Thread Matthew D. Fuller
On Mon, Aug 23, 1999 at 09:44:10PM +0100, a little birdie told me that Doug Rabson remarked > > It seems like isa bus is never being attached for some reason. Have a > look at nexus_attach() and see if anything suspicious is happening (like > an error return from device_probe_and_attach()). FWI

Re: Monday strikes again

1999-08-23 Thread Peter Wemm
Nick Hibma wrote: > Anything the change to nexus.c that Peter Wemm made would change? Yes, 1.14 broke non-PCI systems, and 1.15 fixed it. I forgot to change: DEVICE_METHOD(device_attach, bus_generic_attach); to: DEVICE_METHOD(device_attach, nexus_attach); .. which would explain why nexus_attach(

Re: Monday strikes again

1999-08-23 Thread Nick Hibma
Anything the change to nexus.c that Peter Wemm made would change? 1.15 Mon Aug 23 19:23:33 1999 UTC by peter CVS Tags: HEAD Diffs to 1.14 The nexus_attach() code works a lot better if it's actually connected to the device methods... Also, don't fail to add eisa/isa because a previous device

Re: Monday strikes again

1999-08-23 Thread Doug Rabson
On Mon, 23 Aug 1999, Bill Paul wrote: > Okay, further investigation shows that configure() has the following > code: > > #if NPNP > 0 > /* Activate PNP. If no drivers are found, let ISA probe them.. */ > pnp_configure(); > #endif > > /* > * Explicitly probe and

Re: Monday strikes again

1999-08-23 Thread Bill Paul
Okay, further investigation shows that configure() has the following code: #if NPNP > 0 /* Activate PNP. If no drivers are found, let ISA probe them.. */ pnp_configure(); #endif /* * Explicitly probe and attach ISA last. The isa bus saves * it's device

Re: Monday strikes again

1999-08-23 Thread Matthew Dillon
:... :some MI console routines in /sys/kern. My gut tells me that console :initialization is failing because it can't find the ISA graphics :adapter for some reason. : :Anybody have any bright ideas where I can start looking for the problem? : :-Bill : :-- :==

Re: Monday strikes again

1999-08-23 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Bill Paul writes: >Anybody have any bright ideas where I can start looking for the problem? Sprinkle liberally with printf() and bake until done... -- Poul-Henning Kamp FreeBSD coreteam member [EMAIL PROTECTED] "Real hackers run -current

Monday strikes again

1999-08-23 Thread Bill Paul
Must... control... fist of death... I just tried to boot the latest -current snapshot (Aug 23) on my little 486/66 machine. The kern.flp kernel panics right after saying "Probing for PnP devices:". Now, this machine has a PCI bus but it doesn't support ISA plug and play, so before any of you lot