linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Conke Hu" <conke.hu@gmail.com>
To: "Bartlomiej Zolnierkiewicz" <bzolnier@gmail.com>
Cc: "Linux kernel mailing list" <linux-kernel@vger.kernel.org>,
	"Andrew Morton" <akpm@osdl.org>, "Greg KH" <greg@kroah.com>,
	linux-ide@vger.kernel.org
Subject: Re: [PATCH 2/3] atiixp.c: sb600 ide only has one channel
Date: Tue, 9 Jan 2007 20:48:53 +0800	[thread overview]
Message-ID: <5767b9100701090448h1d9dc37erc9bbf9c3202f7389@mail.gmail.com> (raw)
In-Reply-To: <58cb370e0701061814g7d37578cj6edab7f15e630348@mail.gmail.com>

On 1/7/07, Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> wrote:
> On 1/6/07, Conke Hu <conke.hu@gmail.com> wrote:
> > AMD/ATI SB600 IDE/PATA controller only has one channel.
> >
> > Signed-off-by: Conke Hu <conke.hu@amd.com>
>
> Acked-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
>
> [ but the patch is line wrapped ]
>

Hi Bart,
    Thank you!
    I've re-created the patch based on 2.6.20-rc4, pls see below.
    I've sent out 3 patches for the same file atiixp.c, pls apply it
after the [patch 1/3] :)
-------------------
--- linux-2.6.20-rc4/drivers/ide/pci/atiixp.c.2	2007-01-09
15:21:29.000000000 +0800
+++ linux-2.6.20-rc4/drivers/ide/pci/atiixp.c	2007-01-09
15:25:15.000000000 +0800
@@ -328,7 +328,14 @@ static ide_pci_device_t atiixp_pci_info[
 		.autodma	= AUTODMA,
 		.enablebits	= {{0x48,0x01,0x00}, {0x48,0x08,0x00}},
 		.bootable	= ON_BOARD,
-	},
+	},{	/* 1 */
+		.name		= "SB600_PATA",
+		.init_hwif	= init_hwif_atiixp,
+		.channels	= 1,
+		.autodma	= AUTODMA,
+		.enablebits	= {{0x48,0x01,0x00}, {0x00,0x00,0x00}},
+ 		.bootable	= ON_BOARD,
+ 	},
 };

 /**
@@ -349,7 +356,7 @@ static struct pci_device_id atiixp_pci_t
 	{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP200_IDE, PCI_ANY_ID,
PCI_ANY_ID, 0, 0, 0},
 	{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP300_IDE, PCI_ANY_ID,
PCI_ANY_ID, 0, 0, 0},
 	{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP400_IDE, PCI_ANY_ID,
PCI_ANY_ID, 0, 0, 0},
-	{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_IDE, PCI_ANY_ID,
PCI_ANY_ID, 0, 0, 0},
+	{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_IDE, PCI_ANY_ID,
PCI_ANY_ID, 0, 0, 1},
 	{ 0, },
 };
 MODULE_DEVICE_TABLE(pci, atiixp_pci_tbl);

      reply	other threads:[~2007-01-09 12:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-06 12:14 [PATCH 2/3] atiixp.c: sb600 ide only has one channel Conke Hu
2007-01-07  2:14 ` Bartlomiej Zolnierkiewicz
2007-01-09 12:48   ` Conke Hu [this message]

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=5767b9100701090448h1d9dc37erc9bbf9c3202f7389@mail.gmail.com \
    --to=conke.hu@gmail.com \
    --cc=akpm@osdl.org \
    --cc=bzolnier@gmail.com \
    --cc=greg@kroah.com \
    --cc=linux-ide@vger.kernel.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 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).