linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/7] pata_ninja32: update ID table
@ 2008-12-05 19:42 Alan Cox
  2008-12-05 19:42 ` [PATCH 2/7] pata_ali: force initialise a few bits Alan Cox
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Alan Cox @ 2008-12-05 19:42 UTC (permalink / raw)
  To: kai, linux-ide, jeff

From: Alan Cox <alan@redhat.com>

Signed-off-by: Alan Cox <alan@redhat.com>
---

 drivers/ata/pata_ninja32.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)


diff --git a/drivers/ata/pata_ninja32.c b/drivers/ata/pata_ninja32.c
index 4e466ea..4dd9a3b 100644
--- a/drivers/ata/pata_ninja32.c
+++ b/drivers/ata/pata_ninja32.c
@@ -44,7 +44,7 @@
 #include <linux/libata.h>
 
 #define DRV_NAME "pata_ninja32"
-#define DRV_VERSION "0.1.1"
+#define DRV_VERSION "0.1.3"
 
 
 /**
@@ -130,7 +130,8 @@ static int ninja32_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 		return rc;
 	pci_set_master(dev);
 
-	/* Set up the register mappings */
+	/* Set up the register mappings. We use the I/O mapping as only the
+	   older chips also have MMIO on BAR 1 */
 	base = host->iomap[0];
 	if (!base)
 		return -ENOMEM;
@@ -167,8 +168,12 @@ static int ninja32_reinit_one(struct pci_dev *pdev)
 #endif
 
 static const struct pci_device_id ninja32[] = {
+	{ 0x10FC, 0x0003, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
+	{ 0x1145, 0x8008, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
+	{ 0x1145, 0xf008, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
 	{ 0x1145, 0xf021, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
 	{ 0x1145, 0xf024, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
+	{ 0x1145, 0xf02C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
 	{ },
 };
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [PATCH 0/7] ata: Updates and improvements
@ 2009-01-05 14:12 Alan Cox
  2009-01-05 14:16 ` [PATCH 6/7] libata: clean up the SFF code for coding style Alan Cox
  0 siblings, 1 reply; 15+ messages in thread
From: Alan Cox @ 2009-01-05 14:12 UTC (permalink / raw)
  To: jeff, linux-ide

Resynched against the current git head

---

Alan Cox (7):
      libata: Add 32bit PIO support
      libata: clean up the SFF code for coding style
      libata: Improve timeout handling
      libata: Drain data on errors
      pata_ali: Fix and workaround for FIFO DMA bug
      pata_ali: force initialise a few bits
      pata_hpt3x3: Workarounds for chipset


 drivers/ata/ata_piix.c    |    2 
 drivers/ata/libata-eh.c   |   19 +++
 drivers/ata/libata-sff.c  |  275 ++++++++++++++++++++++++++++++++++-----------
 drivers/ata/pata_ali.c    |  107 +++++++++++-------
 drivers/ata/pata_amd.c    |    4 -
 drivers/ata/pata_hpt3x3.c |   51 +++++++-
 drivers/ata/pata_isapnp.c |   12 ++
 drivers/ata/pata_mpiix.c  |    3 
 drivers/ata/pata_pcmcia.c |   34 +++++-
 drivers/ata/pata_sil680.c |    4 -
 include/linux/libata.h    |    8 +
 11 files changed, 398 insertions(+), 121 deletions(-)

-- 
	"Policy is a poor man's substitute for common sense."
			-- David Woodhouse

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2009-01-05 14:16 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-05 19:42 [PATCH 1/7] pata_ninja32: update ID table Alan Cox
2008-12-05 19:42 ` [PATCH 2/7] pata_ali: force initialise a few bits Alan Cox
2008-12-05 19:43 ` [PATCH 3/7] ata: Fix experimental tags Alan Cox
2008-12-06  1:05   ` Robert Hancock
2008-12-09  5:49   ` Jeff Garzik
2008-12-05 19:43 ` [PATCH 4/7] libata: Drain data on errors Alan Cox
2008-12-05 19:43 ` [PATCH 5/7] libata: Improve timeout handling Alan Cox
2008-12-05 19:43 ` [PATCH 6/7] libata: clean up the SFF code for coding style Alan Cox
2008-12-05 20:29   ` Jeff Garzik
2008-12-05 19:44 ` [PATCH 7/7] libata: Add 32bit PIO support Alan Cox
2008-12-05 20:16   ` Elias Oltmanns
2008-12-06  0:25     ` Alan Cox
2008-12-06 13:34 ` [PATCH 1/7] pata_ninja32: update ID table Sergei Shtylyov
2008-12-09  5:48 ` Jeff Garzik
  -- strict thread matches above, loose matches on Subject: below --
2009-01-05 14:12 [PATCH 0/7] ata: Updates and improvements Alan Cox
2009-01-05 14:16 ` [PATCH 6/7] libata: clean up the SFF code for coding style Alan Cox

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).