From: Kristoffer E. <kri...@gm...> - 2007-10-25 21:09:17
|
Greetings, I made another BAD kernel just to make sure that generic was inside it, turns out the new bad kernel gives out : sd 0:0:0:0: Attached scsi generic sg0 type 0 and still fails. My mistake for not compiling the latest bad kernel myself. So back to square one then I guess. I did a small bisect last night going through arch/sh only and it didn't produce any workable kernel, so atleast that implies the error lies elsewhere. Will see if I can bisect all changes and see where I end up. Though: ata1: PATA max PIO0 mmio cmd 0x150001f0 ctl 0x150001fe irq 77 this line still contains "+mmio" when compaired to the good kernel. Not sure if that actually reflects anything since we were using mmio long before, but perhaps didn't inform about it at bootup. Thanks for commenting paul 2007/10/25, Paul Mundt <le...@li...>: > > On Thu, Oct 25, 2007 at 09:22:40PM -0700, Kristoffer Ericson wrote: > > The bottom line seems to be that it fails to attach scsi sg0. It > > explains why it doesn't work, but not why it stopped working. And this > > has nothing to do with the current kernel config, I've been over that > > the last 4 days. It all started when I synced my jlime-current.git > > repository with linux-2.6.git. As you can see I had 2.6.23-rc6 and then > > synced up to 2.6.23-rc8/rc9 and thats when the troubles started. > > > At least that suggests it's not fallout from the INTC changes in -rc1, so > that helps to narrow it down a bit. Since you have a known good and bad, > it would be nice if you could bisect this to figure out what exactly > caused the regression. There weren't any SH-specific changes between rc6 > and rc8/rc9 at least. > |