Re: 4.1 lockup at isa0: on reboot

2000-08-29 Thread Jeroen Ruigrok van der Werven
-On [2829 02:30], Clarence Brown ([EMAIL PROTECTED]) wrote: >I tried to figure out where the pnp_identify routine was >being called from using grep, but only found it in what >looked like a structure definition. I don't know where >it's being called from... /usr/src/sys/isa/pnp.c:

RE: 4.1 lockup at isa0: on reboot

2000-08-28 Thread Clarence Brown
I modified the for line to stop after 383 and before 3c3 by changing the comparison in the for statement from "< 0xff" to "< 0xf0". This did indeed do what I expected, stopping the for loop at 383 instead of 3c3, but the machine still locked up and the last line displayed was "Trying Read_Por

RE: 4.1 lockup at isa0: on reboot

2000-08-28 Thread Clarence Brown
> -Original Message- > From: 'Alfred Perlstein' [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 28, 2000 4:34 PM snip > > like your patch just comments out the whole for loop, right? > > Yes > I must admit that being a C coder I just couldn't resist modifying pnp.c a little differently i

Re: 4.1 lockup at isa0: on reboot

2000-08-28 Thread 'Alfred Perlstein'
* Clarence Brown <[EMAIL PROTECTED]> [000828 12:29] wrote: > > > Now the warm boot lockup still occurs at isa0: BUT boot -v has > a few more lines after isa0: which WERE NOT there when the splash > screen stuff was in loader.conf. Included below is dmesg.boot > from a successful cold boot. The fai

RE: 4.1 lockup at isa0: on reboot

2000-08-28 Thread Clarence Brown
> -Original Message- > From: 'Alfred Perlstein' > Sent: Monday, August 28, 2000 2:09 PM > > * Clarence Brown <[EMAIL PROTECTED]> [000828 10:56] wrote: > > OK, I think I configured a debug kernel. I used the > > config, make depend, make, make install procedure. > > make depend took about 2

Re: 4.1 lockup at isa0: on reboot

2000-08-28 Thread 'Alfred Perlstein'
* Clarence Brown <[EMAIL PROTECTED]> [000828 10:56] wrote: > OK, I think I configured a debug kernel. I used the > config, make depend, make, make install procedure. > make depend took about 20 min, make took about 1 hr 20 min. > > I did a soft reboot: shutdown -h now, hit any key to reboot, > hi

RE: 4.1 lockup at isa0: on reboot

2000-08-28 Thread Clarence Brown
> -Original Message- > From: 'Alfred Perlstein' > Sent: Sunday, August 27, 2000 2:36 PM > > * Clarence Brown <[EMAIL PROTECTED]> [000827 10:59] wrote: > > > -Original Message- > > > Behalf Of Alfred Perlstein > > > * Blaz Zupan <[EMAIL PROTECTED]> [000827 09:13] wrote: > > > > Look

Re: 4.1 lockup at isa0: on reboot

2000-08-28 Thread Elias Athanasopoulos
On Sun, Aug 27, 2000 at 12:10:46PM -0400, Clarence Brown wrote: > Problem: If I do a "shutdown -h now" and then press > any key to reboot, the system ALWAYS hangs after > displaying the line.. > > isa0: on motherboard I can confirm this for my 486 machine, running -CURRENT. It comes around o

RE: 4.1 lockup at isa0: on reboot

2000-08-27 Thread David Scheidt
On Sun, 27 Aug 2000, Mike Silbersack wrote: : :On Sun, 27 Aug 2000, Clarence Brown wrote: : :> problem. An obvious difference is that during :> the reboot process the ATI Mach32 VGA board :> resets and does a characteristic "blink" on the :> screen with Red Blue and Green color bands during reset

RE: 4.1 lockup at isa0: on reboot

2000-08-27 Thread Mike Silbersack
On Sun, 27 Aug 2000, Clarence Brown wrote: > problem. An obvious difference is that during > the reboot process the ATI Mach32 VGA board > resets and does a characteristic "blink" on the > screen with Red Blue and Green color bands during reset. When the > earlier heat related problem was eviden

RE: 4.1 lockup at isa0: on reboot

2000-08-27 Thread Clarence Brown
> Mike Silbersack Sent: Sunday, August 27, 2000 5:30 PM > > On Sun, 27 Aug 2000, Clarence Brown wrote: > > > I just installed 4.1 from CD onto a machine that > > had been running 3.4 without problems. The > > machine is an old Gateway 486 DX/2 66 (Micronics > > Local Bus motherboard) with an upgr

Re: 4.1 lockup at isa0: on reboot

2000-08-27 Thread Mike Silbersack
On Sun, 27 Aug 2000, Clarence Brown wrote: > I just installed 4.1 from CD onto a machine that > had been running 3.4 without problems. The > machine is an old Gateway 486 DX/2 66 (Micronics > Local Bus motherboard) with an upgraded processor, > DVC Turbo 586 using an AMD AM5x68, and 64 Meg ram.

RE: 4.1 lockup at isa0: on reboot

2000-08-27 Thread Blaz Zupan
> It IS a Western Digital Caviar AC22000 drive. I > might be able to dig up an even older Seagate for > a test install. Try it, it might work. > How do I make it use the WD driver? Will that > affect the IDE CDROM? Add the following lines to your kernel configuration and remove all line cont

RE: 4.1 lockup at isa0: on reboot

2000-08-27 Thread Clarence Brown
> and you ought to be able to get us a traceback by hitting > ctrl-alt-esc, then 't' at the prompt. > > Btw, providing the type of disks and HD controller as well > as a complete "boot -v" output would be a lot more helpful, > if you can hard-reset then boot -v you should be able to > find the fi

Re: 4.1 lockup at isa0: on reboot

2000-08-27 Thread 'Alfred Perlstein'
* Clarence Brown <[EMAIL PROTECTED]> [000827 10:59] wrote: > > -Original Message- > > Behalf Of Alfred Perlstein > > * Blaz Zupan <[EMAIL PROTECTED]> [000827 09:13] wrote: > > Looks like I might have to figure out how to > setup my system for kernel debug... Yes, you can choose to inst

RE: 4.1 lockup at isa0: on reboot

2000-08-27 Thread Clarence Brown
> I think I've seen this on a customer's 486 (used > as a wireless router) and if I remember correctly > it was caused by the ata driver. Unplugging the > hard disk fixed it (but obviously I couldn't install > FreeBSD on such a machine :), it > was a Western > Digital. Using the wd driver f

RE: 4.1 lockup at isa0: on reboot

2000-08-27 Thread Clarence Brown
> -Original Message- > Behalf Of Alfred Perlstein > * Blaz Zupan <[EMAIL PROTECTED]> [000827 09:13] wrote: > > > Problem: If I do a "shutdown -h now" and then press > > > any key to reboot, the system ALWAYS hangs after > > > displaying the line.. > > > > > > isa0: on motherboard > >

Re: 4.1 lockup at isa0: on reboot

2000-08-27 Thread Blaz Zupan
> Guys, here's what you need to do; go to: Ehm, I can't do anything as the machine is already back in production at the customer site (I did not have time to debug it while I had the machine, because I only had it for a day to upgrade it from 2.2.6 to 4.1). With a new disk and the ata driver. As

Re: 4.1 lockup at isa0: on reboot

2000-08-27 Thread Alfred Perlstein
* Blaz Zupan <[EMAIL PROTECTED]> [000827 09:13] wrote: > > Problem: If I do a "shutdown -h now" and then press > > any key to reboot, the system ALWAYS hangs after > > displaying the line.. > > > > isa0: on motherboard > > I think I've seen this on a customer's 486 (used as a wireless router)

Re: 4.1 lockup at isa0: on reboot

2000-08-27 Thread Blaz Zupan
> Problem: If I do a "shutdown -h now" and then press > any key to reboot, the system ALWAYS hangs after > displaying the line.. > > isa0: on motherboard I think I've seen this on a customer's 486 (used as a wireless router) and if I remember correctly it was caused by the ata driver. Unplugg

4.1 lockup at isa0: on reboot

2000-08-27 Thread Clarence Brown
I'll apologize in advance if this is the wrong list, but it seems like a question for hackers to me, and the freebsd-questions list only had one response verifying that someone else had the same problem. As an aside, I am an embedded system developer doing PCB through firmware development,