* [PATCH RESEND] via82cxxx IDE: Add VT8251 ISA bridge
@ 2005-12-08 19:44 Daniel Drake
2005-12-08 20:42 ` Jeff Garzik
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Drake @ 2005-12-08 19:44 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz; +Cc: linux-ide, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 418 bytes --]
Some motherboards (such as the Asus P5V800-MX) ship a
PCI_DEVICE_ID_VIA_82C586_1 IDE controller alongside a VT8251 southbridge.
This southbridge is currently unrecognised in the via82cxxx IDE driver,
preventing those users from getting DMA access to disks.
Signed-off-by: Daniel Drake <dsd@gentoo.org>
--
Bart, I submitted this 2 weeks ago but sent it to your old pw.edu.pl address
by accident. Sorry about that!
[-- Attachment #2: via82cxxx-vt8251-southbridge.patch --]
[-- Type: text/x-patch, Size: 1156 bytes --]
--- linux-2.6.15-rc2/include/linux/pci_ids.h.orig 2005-11-22 22:29:42.000000000 +0000
+++ linux-2.6.15-rc2/include/linux/pci_ids.h 2005-11-22 22:30:13.000000000 +0000
@@ -1243,6 +1243,7 @@
#define PCI_DEVICE_ID_VIA_8378_0 0x3205
#define PCI_DEVICE_ID_VIA_8783_0 0x3208
#define PCI_DEVICE_ID_VIA_8237 0x3227
+#define PCI_DEVICE_ID_VIA_8251 0x3287
#define PCI_DEVICE_ID_VIA_3296_0 0x0296
#define PCI_DEVICE_ID_VIA_8231 0x8231
#define PCI_DEVICE_ID_VIA_8231_4 0x8235
--- linux-2.6.15-rc2/drivers/ide/pci/via82cxxx.c.orig 2005-11-22 22:29:05.000000000 +0000
+++ linux-2.6.15-rc2/drivers/ide/pci/via82cxxx.c 2005-11-22 22:29:27.000000000 +0000
@@ -80,6 +80,7 @@ static struct via_isa_bridge {
u16 flags;
} via_isa_bridges[] = {
{ "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 },
{ "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 },
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH RESEND] via82cxxx IDE: Add VT8251 ISA bridge
2005-12-08 19:44 [PATCH RESEND] via82cxxx IDE: Add VT8251 ISA bridge Daniel Drake
@ 2005-12-08 20:42 ` Jeff Garzik
2005-12-14 21:19 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 3+ messages in thread
From: Jeff Garzik @ 2005-12-08 20:42 UTC (permalink / raw)
To: Daniel Drake; +Cc: Bartlomiej Zolnierkiewicz, linux-ide, linux-kernel
Daniel Drake wrote:
> Some motherboards (such as the Asus P5V800-MX) ship a
> PCI_DEVICE_ID_VIA_82C586_1 IDE controller alongside a VT8251 southbridge.
>
> This southbridge is currently unrecognised in the via82cxxx IDE driver,
> preventing those users from getting DMA access to disks.
>
> Signed-off-by: Daniel Drake <dsd@gentoo.org>
>
> --
>
> Bart, I submitted this 2 weeks ago but sent it to your old pw.edu.pl
> address by accident. Sorry about that!
ACK.
VIA sent me the same patch, privately.
Jeff
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH RESEND] via82cxxx IDE: Add VT8251 ISA bridge
2005-12-08 20:42 ` Jeff Garzik
@ 2005-12-14 21:19 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2005-12-14 21:19 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Daniel Drake, linux-ide, linux-kernel
applied
On 12/8/05, Jeff Garzik <jgarzik@pobox.com> wrote:
> Daniel Drake wrote:
> > Some motherboards (such as the Asus P5V800-MX) ship a
> > PCI_DEVICE_ID_VIA_82C586_1 IDE controller alongside a VT8251 southbridge.
> >
> > This southbridge is currently unrecognised in the via82cxxx IDE driver,
> > preventing those users from getting DMA access to disks.
> >
> > Signed-off-by: Daniel Drake <dsd@gentoo.org>
> >
> > --
> >
> > Bart, I submitted this 2 weeks ago but sent it to your old pw.edu.pl
> > address by accident. Sorry about that!
>
> ACK.
>
> VIA sent me the same patch, privately.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-12-14 21:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-08 19:44 [PATCH RESEND] via82cxxx IDE: Add VT8251 ISA bridge Daniel Drake
2005-12-08 20:42 ` Jeff Garzik
2005-12-14 21:19 ` Bartlomiej Zolnierkiewicz
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).