Linux ATA/IDE development
 help / color / mirror / Atom feed
* [PATCH resend] via82cxxx: Add VIA VT8237A southbridge ID
@ 2006-08-11 19:33 Daniel Drake
  2006-08-11 20:10 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Drake @ 2006-08-11 19:33 UTC (permalink / raw)
  To: akpm; +Cc: linux-ide, linux-kernel, jeff, bzolnier

Some motherboards based on the KT890 chipset include this southbridge. Adding
it allows the via82cxxx IDE driver to be used on these systems.

Signed-off-by: Daniel Drake <dsd@gentoo.org>

---

No respose from Bart on this one, and the ide git tree seems rather dead.
Can this go direct to Linus from here?

Index: linux/drivers/ide/pci/via82cxxx.c
===================================================================
--- linux.orig/drivers/ide/pci/via82cxxx.c
+++ linux/drivers/ide/pci/via82cxxx.c
@@ -81,6 +81,7 @@ static struct via_isa_bridge {
 	{ "vt6410",	PCI_DEVICE_ID_VIA_6410,     0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
 	{ "vt8251",	PCI_DEVICE_ID_VIA_8251,     0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
 	{ "vt8237",	PCI_DEVICE_ID_VIA_8237,     0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
+	{ "vt8237a",	PCI_DEVICE_ID_VIA_8237A,    0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
 	{ "vt8235",	PCI_DEVICE_ID_VIA_8235,     0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
 	{ "vt8233a",	PCI_DEVICE_ID_VIA_8233A,    0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
 	{ "vt8233c",	PCI_DEVICE_ID_VIA_8233C_0,  0x00, 0x2f, VIA_UDMA_100 },

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

end of thread, other threads:[~2006-08-11 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-11 19:33 [PATCH resend] via82cxxx: Add VIA VT8237A southbridge ID Daniel Drake
2006-08-11 20:10 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox