All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Jackson <linux-kernel@vortech.net>
To: Christian Guggenberger 
	<christian.guggenberger@physik.uni-regensburg.de>,
	linux-kernel@vger.kernel.org
Subject: Re: 2.4.20-rc1 and udma with VIA kt8235
Date: Mon, 4 Nov 2002 20:02:20 -0500	[thread overview]
Message-ID: <200211042002.20797.linux-kernel@vortech.net> (raw)
In-Reply-To: <20021105002750.C16087@pc9391.uni-regensburg.de>

[-- Attachment #1: Type: text/plain, Size: 1021 bytes --]

I have been using the following modification for a couple of weeks now to both 
the 2.4.19 and 2.4.20-pre11 kernels on an MSI KT3 Ultra2 board (has the 8235 
southbridge) and have not had any problems with the hard drives or DVD/CDRW 
drives in the system running in UDMA mode.

The code modification comes from a patch that was posted to the list a while 
back by Vojtech.

--
Joshua Jackson
http://www.coyotelinux.com


On Monday 04 November 2002 6:27 pm, Christian Guggenberger wrote:
> Marcello, Vojtech,
>
> would you please incorporate the patch which lets udma work on a VIA kt8235
> Southbridge in one of the next 2.4.20-rc releases?
> I know, it would work with 2.5 series but that's not an alternative for me
> now.
>
> Christian
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

[-- Attachment #2: via8235.patch --]
[-- Type: text/x-diff, Size: 1276 bytes --]

diff -uNr linux-2.4.20-pre11/drivers/ide/via82cxxx.c linux/drivers/ide/via82cxxx.c
--- linux-2.4.20-pre11/drivers/ide/via82cxxx.c	2002-11-04 19:25:47.000000000 -0500
+++ linux/drivers/ide/via82cxxx.c	2002-10-28 18:49:41.000000000 -0500
@@ -105,8 +105,8 @@
 } via_isa_bridges[] = {
 #ifdef FUTURE_BRIDGES
 	{ "vt8237",	PCI_DEVICE_ID_VIA_8237,     0x00, 0x2f, VIA_UDMA_133 },
-	{ "vt8235",	PCI_DEVICE_ID_VIA_8235,     0x00, 0x2f, VIA_UDMA_133 },
 #endif
+	{ "vt8235",	PCI_DEVICE_ID_VIA_8235,     0x00, 0x2f, VIA_UDMA_133 },
 	{ "vt8233a",	PCI_DEVICE_ID_VIA_8233A,    0x00, 0x2f, VIA_UDMA_133 },
 	{ "vt8233c",	PCI_DEVICE_ID_VIA_8233C_0,  0x00, 0x2f, VIA_UDMA_100 },
 	{ "vt8233",	PCI_DEVICE_ID_VIA_8233_0,   0x00, 0x2f, VIA_UDMA_100 },
diff -uNr linux-2.4.20-pre11/include/linux/pci_ids.h linux/include/linux/pci_ids.h
--- linux-2.4.20-pre11/include/linux/pci_ids.h	2002-11-04 19:26:41.000000000 -0500
+++ linux/include/linux/pci_ids.h	2002-10-28 18:51:41.000000000 -0500
@@ -986,6 +986,7 @@
 #define PCI_DEVICE_ID_VIA_8233C_0	0x3109
 #define PCI_DEVICE_ID_VIA_8361		0x3112
 #define PCI_DEVICE_ID_VIA_8233A		0x3147
+#define PCI_DEVICE_ID_VIA_8235		0x3177
 #define PCI_DEVICE_ID_VIA_86C100A	0x6100
 #define PCI_DEVICE_ID_VIA_8231		0x8231
 #define PCI_DEVICE_ID_VIA_8231_4	0x8235

  reply	other threads:[~2002-11-05  0:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20021105002551.A16087@pc9391.uni-regensburg.de>
2002-11-04 23:27 ` 2.4.20-rc1 and udma with VIA kt8235 Christian Guggenberger
2002-11-05  1:02   ` Joshua Jackson [this message]
2002-11-05  1:20     ` Christian Guggenberger

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=200211042002.20797.linux-kernel@vortech.net \
    --to=linux-kernel@vortech.net \
    --cc=christian.guggenberger@physik.uni-regensburg.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.