* Test Result #2 INTEL 845G Chipset IDE
@ 2002-06-04 11:54 Anthony Spinillo
0 siblings, 0 replies; only message in thread
From: Anthony Spinillo @ 2002-06-04 11:54 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1380 bytes --]
I tried another small patch that was sent to me
yesterday by JeffN. I applied it on top of
the recent 2.4.19-pre10. The hunk did not
match up, so I just entered the line
with 0x24cb in it, into pci-pc.c. I also added
ide0=ata66 ide1=ata66 into my lilo.conf.
DMA worked. Xine played a DVD with no jerkiness.
As stated yesterday, Andre's patch also worked on
2.4.19-pre9ac3. I will eyeball Andre's patch after
work and see if I can get it to work with -pre10.
Thanks for the help!
Tony
patch is attached and also listed below (forgive the line wraps)
--- linux/arch/i386/kernel/pci-pc.c~ Thu May 16 20:37:30 2002
+++ linux/arch/i386/kernel/pci-pc.c Sat May 25 16:44:58 2002
@@ -1145,6 +1145,7 @@
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_5513, pci_fixup_ide_trash },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB5IDE, pci_fixup_ide_trash },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801CA_11, pci_fixup_ide_trash },
+ { PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL, 0x24cb, 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 www.linuxmail.org
Powered by Outblaze
[-- Attachment #2: 845e.patch --]
[-- Type: application/octet-stream, Size: 763 bytes --]
--- linux/arch/i386/kernel/pci-pc.c~ Thu May 16 20:37:30 2002
+++ linux/arch/i386/kernel/pci-pc.c Sat May 25 16:44:58 2002
@@ -1145,6 +1145,7 @@
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_5513, pci_fixup_ide_trash },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB5IDE, pci_fixup_ide_trash },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801CA_11, pci_fixup_ide_trash },
+ { PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL, 0x24cb, 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 },
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-06-04 11:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-04 11:54 Test Result #2 INTEL 845G Chipset IDE Anthony Spinillo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox