Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S271244AbTG2EoJ (ORCPT ); Tue, 29 Jul 2003 00:44:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S271245AbTG2EoJ (ORCPT ); Tue, 29 Jul 2003 00:44:09 -0400 Received: from CPE-65-29-19-166.mn.rr.com ([65.29.19.166]:59013 "EHLO www.enodev.com") by vger.kernel.org with ESMTP id S271244AbTG2EoG (ORCPT ); Tue, 29 Jul 2003 00:44:06 -0400 Subject: Re: 2.6.0-test2-mm1: Can't mount root From: Shawn To: Andrew Morton Cc: "linux-kernel@vger.kernel.org" In-Reply-To: <20030728193633.1b2bc9d8.akpm@osdl.org> References: <1059428584.6146.9.camel@localhost> <20030728144704.49c433bc.akpm@osdl.org> <1059430015.6146.15.camel@localhost> <20030728150245.42f57f89.akpm@osdl.org> <1059444271.4786.25.camel@localhost> <20030728193633.1b2bc9d8.akpm@osdl.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1059453844.4786.37.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 28 Jul 2003 23:44:04 -0500 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1445 Lines: 34 -test1-mm2. Hadn't tried any -bk? in between. Won't have time to do much tonight or tomorrow before evening, but I'll test what I can. On Mon, 2003-07-28 at 21:36, Andrew Morton wrote: > Shawn wrote: > > > > OK, mucho more info (no wonder root=/dev/hde5 no worky): > > VP_IDE: (ide_setup_pci_device:) Could not enable device > > > > Found out my on board via pci ide was not getting initialized under > > -test2-mm1, so I went looking for driver/ide/pci/via82cxxx in the diffs. > > I found this in the -test2 diff: > > - (((u >> i) & 7) < 8))) { > > + (((u >> i) & 7) < 6))) { > > ...and reversing it did not change anything. > > > > The only other diff I could think might matter to > > drivers/ide/setup-pci.c > > -static unsigned long __init ide_get_or_set_dma_base (ide_hwif_t *hwif) > > +static unsigned long ide_get_or_set_dma_base (ide_hwif_t *hwif) > > ...which does not look like it should kill my via ide... > > > > OK, looks like breakage at the PCI level: pci_enable_device_bars() is > failing; something below pcibios_enable_device(). > > What was the most recent kernel which works? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/