Re: kern/40003: Panic on boot w/4.6-stable

2002-07-28 Thread Dag-Erling Smorgrav
Charles Sprickman [EMAIL PROTECTED] writes: (kgdb) up 11 #11 0xc013e8a5 in ad_attach (atadev=0xc075b650) at ../../dev/ata/ata-disk.c:124 124 adp-heads = atadev-param-heads; (kgdb) p adp $2 = (struct ad_softc *) 0x68c040 (kgdb) p atadev $3 = (struct ata_device *) 0xc075b650

Re: kern/40003: Panic on boot w/4.6-stable

2002-07-28 Thread Charles Sprickman
On 28 Jul 2002, Dag-Erling Smorgrav wrote: (kgdb) p *atadev $4 = {channel = 0xc075b600, unit = 16, name = 0xc04503b0 ad1, param = 0x0, driver = 0x0, flags = 0, mode = 0, cmd = 0, result = 0x0} ad_attach() is trying to dereference atadev-param, which is NULL. Is there any other info I

Re: kern/40003: Panic on boot w/4.6-stable

2002-07-28 Thread Dag-Erling Smorgrav
Charles Sprickman [EMAIL PROTECTED] writes: On 28 Jul 2002, Dag-Erling Smorgrav wrote: ad_attach() is trying to dereference atadev-param, which is NULL. Is there any other info I can provide? I'll drive, you steer. :) No, this is Søren's cup of tea, which is why I Cc:ed him. DES --

kern/40003: Panic on boot w/4.6-stable

2002-07-26 Thread Charles Sprickman
Hi, I've posted about this to -stable and -hackers before, basically having a problem where under 4.4-RELEASE this box had no problems, but even with the most recent -stable it panics while trying to probe the ata drive. In the past I sent a simple trace and all since it was panic-ing before it