From: Jeff Garzik <jeff@garzik.org>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: akpm@osdl.org, linux-ide@vger.kernel.org
Subject: Re: [PATCH] pata_via: Add Armia W730-K8 and other rebadgings
Date: Thu, 23 Aug 2007 05:32:42 -0400 [thread overview]
Message-ID: <46CD543A.1030103@garzik.org> (raw)
In-Reply-To: <20070822225748.65c7d7e6@the-village.bc.nu>
Alan Cox wrote:
> More cable funnies
>
> Signed-off-by: Alan Cox <alan@redhat.com>
>
> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.23rc3-mm1/drivers/ata/pata_via.c linux-2.6.23rc3-mm1/drivers/ata/pata_via.c
> --- linux.vanilla-2.6.23rc3-mm1/drivers/ata/pata_via.c 2007-08-22 17:23:00.000000000 +0100
> +++ linux-2.6.23rc3-mm1/drivers/ata/pata_via.c 2007-08-22 17:46:53.000000000 +0100
> @@ -63,7 +63,7 @@
> #include <linux/dmi.h>
>
> #define DRV_NAME "pata_via"
> -#define DRV_VERSION "0.3.1"
> +#define DRV_VERSION "0.3.2"
>
> /*
> * The following comes directly from Vojtech Pavlik's ide/pci/via82cxxx
> @@ -144,6 +144,9 @@
> /* Systems by DMI */
> if (dmi_check_system(cable_dmi_table))
> return 1;
> + /* Armia W730-K8/Targa Visionary 811/... */
> + if (pdev->subsystem_vendor == 0x161F && pdev->subsystem_device == 0x2032)
> + return 1;
> return 0;
applied with s/Armia/Arima/ as Mikael suggested
next prev parent reply other threads:[~2007-08-23 9:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-22 21:57 [PATCH] pata_via: Add Armia W730-K8 and other rebadgings Alan Cox
2007-08-23 9:32 ` Jeff Garzik [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-08-23 8:04 Mikael Pettersson
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=46CD543A.1030103@garzik.org \
--to=jeff@garzik.org \
--cc=akpm@osdl.org \
--cc=alan@lxorguk.ukuu.org.uk \
--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).