Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 3 Aug 2002 18:13:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 3 Aug 2002 18:13:15 -0400 Received: from mion.elka.pw.edu.pl ([194.29.160.35]:49133 "EHLO mion.elka.pw.edu.pl") by vger.kernel.org with ESMTP id ; Sat, 3 Aug 2002 18:13:14 -0400 Date: Sun, 4 Aug 2002 00:16:35 +0200 (MET DST) From: Bartlomiej Zolnierkiewicz To: Bartlomiej Zolnierkiewicz cc: Alan Cox , Pawel Kot , Marcelo Tosatti , , Linux Kernel Mailing List Subject: Re: No Subject In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1668 Lines: 47 On Sat, 3 Aug 2002, Bartlomiej Zolnierkiewicz wrote: > > On 3 Aug 2002, Alan Cox wrote: > > > On Sat, 2002-08-03 at 20:26, Pawel Kot wrote: > > > What helped me was using fixup_device_piix() from -ac in > > > ide_scan_pcidev(). My controler's ID is DEVID_ICH3M. > > > It is used in a different, more generic way in -ac, so I don't post the > > > patch. > > > > > > Alan, Marcelo: is there any chance that this change will be ported from > > > -ac in 2.4.20? > > > > I plan to send Marcelo all the IDE updates. Note btw the checking of the > > return value on pci_enable_device is critical - some old kernels hang on > > boot with crappy bioses through not checking. > > Of course it is critical :-). > > > What I begin to the think the right answer is, is to relax the IDE fixup > > block in the i386 kernel boot up. Right now we avoid assigning > > unassigned resources for IDE controllers. Clearly we should be doing so. > > I think so. > Andre what do you think? Just rethough it. What if chipset is in compatibility mode? Like VIA with base addresses set to 0? (please note I am not a PCI resource menagament expert ;-) > And one more thing in ide-pci.c:ide_setup_pci_device() after explicitly > enabling device's IOs we may need to update dev->resource and we don't > do this (we place chipset in native mode so i.e. on VIA base addresses > are just showing up). How to update them? > > Regards > -- > Bartlomiej - 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/