2002-07-03 20:27:05

by John Shriver

[permalink] [raw]
Subject: 2.4.19-rc1 still has one issue with Intel D845GBV motherboard

Most of the patches necessary to get the IDE controller in the ICH4 (82801DB) on the Intel D845GBV motherboard are already in 2.4.19-rc1. (These are the issues in the mail thread "Anthony Spinillo" <[email protected]> started on June 1, 2002.)

However, the patch to pci-pc.c that JeffN sent him is still needed, as the BIOS on the board (both patches P02 and P04) doesn't allocate any I/O space for the first four BAR's in the IDE device.

So this is confirmation that such a patch is needed, and that JeffN's patch works. I suspect it's generic to all Intel BIOSes that are setting up the ICH4.

I've attached a fresh version of the patch based on the 2.4.19-rc1 baseline.

--- linux/arch/i386/kernel/pci-pc.c.orig 2002-07-03 15:48:46.000000000 -0400
+++ linux/arch/i386/kernel/pci-pc.c 2002-07-03 15:50:19.000000000 -0400
@@ -1250,6 +1250,7 @@
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82454GX, pci_fixup_i450gx },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_UMC, PCI_DEVICE_ID_UMC_UM8886BF, pci_fixup_umc_ide },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_5513, pci_fixup_ide_trash },
+ { PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_11, pci_fixup_ide_trash },
{ PCI_FIXUP_HEADER, PCI_ANY_ID, PCI_ANY_ID, pci_fixup_ide_bases },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_5597, pci_fixup_latency },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_5598, pci_fixup_latency },

--
Get your free email from http://www.linuxmail.org


Powered by Outblaze


2002-07-03 23:54:20

by Anthony Spinillo

[permalink] [raw]
Subject: Re:2.4.19-rc1 still has one issue with Intel D845GBV motherboard

I also want to add that IDE/DMA has been working great
with 2.4.19pre10-ac2 since the day Alan
put out -ac2

RC1 failed on the DMA for me also.

USB 2.0, and the Intel onboard ethernet have been
working well.

Thanks for all your help,

Tony
INTEL-845GBVL mobo
--
Get your free email from http://www.linuxmail.org


Powered by Outblaze