From: Jeff Garzik <jeff@garzik.org>
To: Chr <chunkeey@web.de>
Cc: IDE/ATA development list <linux-ide@vger.kernel.org>
Subject: Re: [ATA_PIIX] state of ICH8M PATA Support
Date: Tue, 03 Jul 2007 10:19:42 -0400 [thread overview]
Message-ID: <468A5AFE.7090004@garzik.org> (raw)
In-Reply-To: <200706171309.00043.chunkeey@web.de>
Chr wrote:
> Hi,
>
> I got a new laptop and I had a little problem that the DVD drive wasn't recognized by
> libata's piix driver (but the old IDE Subsystem found it!!).
>
> So, after adding the new pciid 8086:2850 it works!
> But, I don't know if it's ich_pata_100 or ich_pata_133 since the
> dvd/cd drives only goes up to udma2 speeds.
>
> Thanks,
> Chr.
>
>
> -
> this patch adds a necessary PCIID for santa rosa's PATA controller.
>
> Signed-off-by: Christian Lamparter <chunkeey@web.de>
> -
>
>
> ------------------------------------------------------------------------
>
> --- ata_piix.c.org 2007-06-17 12:58:17.000000000 +0200
> +++ ata_piix.c 2007-06-17 13:00:24.000000000 +0200
> @@ -201,6 +201,8 @@ static const struct pci_device_id piix_p
> /* ICH7/7-R (i945, i975) UDMA 100*/
> { 0x8086, 0x27DF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_133 },
> { 0x8086, 0x269E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
> + /* ICH8 Mobile PATA Controller */
> + { 0x8086, 0x2850, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
applied
parent reply other threads:[~2007-07-03 14:19 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <200706171309.00043.chunkeey@web.de>]
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=468A5AFE.7090004@garzik.org \
--to=jeff@garzik.org \
--cc=chunkeey@web.de \
--cc=linux-ide@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).