Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 29 Jun 2002 14:42:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 29 Jun 2002 14:42:30 -0400 Received: from sproxy.gmx.de ([213.165.64.20]:19332 "HELO mail.gmx.net") by vger.kernel.org with SMTP id ; Sat, 29 Jun 2002 14:42:29 -0400 Message-ID: <3D1DF223.C56731EF@gmx.net> Date: Sat, 29 Jun 2002 19:45:07 +0200 From: Gunther Mayer X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.19-rc1 i686) X-Accept-Language: en MIME-Version: 1.0 To: Alan Cox CC: Nick Evgeniev , linux-kernel@vger.kernel.org Subject: Re: linux 2.4.19-rc1 i845e workaround udma fix References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1257 Lines: 36 Alan Cox wrote: > Complain to your BIOS vendor > > A workaround for this BIOS flaw will be in the -ac tree in a week or so Or try this patch today: --- linux-2.4.19-rc1/arch/i386/kernel/pci-i386.c Sat Jun 29 20:39:05 2002 +++ linux/arch/i386/kernel/pci-i386.c Sat Jun 29 20:37:25 2002 @@ -314,8 +314,8 @@ for(idx=0; idx<6; idx++) { r = &dev->resource[idx]; if (!r->start && r->end) { - printk(KERN_ERR "PCI: Device %s not available because of resource collisions\n", dev->slot_name); - return -EINVAL; + printk(KERN_ERR "PCI: Device %s not available because of resource collisions on idx=%d %x %x\n", dev->slot_name,idx,r->start,r->end); + printk("Temporary Workaround for 845E/845G: ignoring.\n"); } if (r->flags & IORESOURCE_IO) cmd |= PCI_COMMAND_IO; This increases hdparm -t from 3MB/sec to 41MB/sec. - Gunther - 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/