From: "Anthony Spinillo" <tspinillo@linuxmail.org>
To: linux-kernel@vger.kernel.org
Subject: Test Result #2 INTEL 845G Chipset IDE
Date: Tue, 04 Jun 2002 19:54:12 +0800 [thread overview]
Message-ID: <20020604115412.15774.qmail@linuxmail.org> (raw)
[-- 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 },
reply other threads:[~2002-06-04 11:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020604115412.15774.qmail@linuxmail.org \
--to=tspinillo@linuxmail.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.