* Re: VIA Southbridges in 2.4.18-rc3
@ 2002-06-21 11:04 Jamie Bennett
2002-06-21 11:24 ` Teodor Iacob
0 siblings, 1 reply; 7+ messages in thread
From: Jamie Bennett @ 2002-06-21 11:04 UTC (permalink / raw)
To: 'linux-kernel@vger.kernel.org'
I know this is from a while ago but are their any plans to include
the via 8233a southbridge support in 2.4.19/20?
If not can somebody point me in the right direction on how I would
modify timing.h and via82xxx.c from 2.5.* to enable it to work in
the 2.4.* kernels.
Yours
Jamie Bennett
Software Engineer
PCP Micro Product Ltd, Bath, England, BA2 3BT
Marcelo Tosatti wrote:
> On Fri, 22 Feb 2002, Florian Hars wrote:
>> Any reason why this:
>> <http://www.uwsg.indiana.edu/hypermail/linux/kernel/0202.1/0970.html>
>> isn't in rc3? My machine still works as it should.
>> Do you mean adding the necessary PCI ID's ?
That, and adding some code in drivers/ide/via82xxx.c,
{ "vt8233c", PCI_DEVICE_ID_VIA_8233C, 0x00, 0x2f, VIA_UDMA_100 },
is right now ifdef'ed out, and the entry for the vt8233a, which is
{ "vt8233a", PCI_DEVICE_ID_VIA_8233A, 0x00, 0x2f, VIA_UDMA_133 },
in 2.5.2, is missing (and there is no UDMA_133 in 2.4).
Right now I am running a 2.4.18-pre9 with a slightly modified
drivers/ide/(timing.h|via82xxx.c) from 2.5.2, and it works with my
vt8233a and an UDMA-100 disk, but this is of course not a
conservative change. Maybe the patch by Vojtech Pavlik mentioned
in the message I referred to above is less radical.
Yours, Florian.
- 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/> [
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: VIA Southbridges in 2.4.18-rc3
2002-06-21 11:04 VIA Southbridges in 2.4.18-rc3 Jamie Bennett
@ 2002-06-21 11:24 ` Teodor Iacob
0 siblings, 0 replies; 7+ messages in thread
From: Teodor Iacob @ 2002-06-21 11:24 UTC (permalink / raw)
To: Jamie Bennett; +Cc: 'linux-kernel@vger.kernel.org'
2.4.19-pre10 for example includes support for this southbridge
and it works fine for me..
On Fri, Jun 21, 2002 at 12:04:56PM +0100, Jamie Bennett wrote:
> I know this is from a while ago but are their any plans to include
> the via 8233a southbridge support in 2.4.19/20?
>
> If not can somebody point me in the right direction on how I would
> modify timing.h and via82xxx.c from 2.5.* to enable it to work in
> the 2.4.* kernels.
>
> Yours
>
> Jamie Bennett
> Software Engineer
> PCP Micro Product Ltd, Bath, England, BA2 3BT
>
> Marcelo Tosatti wrote:
> > On Fri, 22 Feb 2002, Florian Hars wrote:
> >> Any reason why this:
> >> <http://www.uwsg.indiana.edu/hypermail/linux/kernel/0202.1/0970.html>
> >> isn't in rc3? My machine still works as it should.
> >> Do you mean adding the necessary PCI ID's ?
>
> That, and adding some code in drivers/ide/via82xxx.c,
> { "vt8233c", PCI_DEVICE_ID_VIA_8233C, 0x00, 0x2f, VIA_UDMA_100 },
> is right now ifdef'ed out, and the entry for the vt8233a, which is
> { "vt8233a", PCI_DEVICE_ID_VIA_8233A, 0x00, 0x2f, VIA_UDMA_133 },
> in 2.5.2, is missing (and there is no UDMA_133 in 2.4).
>
> Right now I am running a 2.4.18-pre9 with a slightly modified
> drivers/ide/(timing.h|via82xxx.c) from 2.5.2, and it works with my
> vt8233a and an UDMA-100 disk, but this is of course not a
> conservative change. Maybe the patch by Vojtech Pavlik mentioned
> in the message I referred to above is less radical.
>
> Yours, Florian.
>
> - 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/> [
>
> -
> 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/
--
Teodor Iacob,
Astral TELECOM Internet
^ permalink raw reply [flat|nested] 7+ messages in thread
* VIA Southbridges in 2.4.18-rc3
@ 2002-02-22 10:01 Florian Hars
2002-02-22 11:23 ` Marcelo Tosatti
0 siblings, 1 reply; 7+ messages in thread
From: Florian Hars @ 2002-02-22 10:01 UTC (permalink / raw)
To: linux-kernel
Any reason why this:
http://www.uwsg.indiana.edu/hypermail/linux/kernel/0202.1/0970.html
isn't in rc3? My machine still works as it should.
Yours, Florian.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: VIA Southbridges in 2.4.18-rc3
2002-02-22 10:01 Florian Hars
@ 2002-02-22 11:23 ` Marcelo Tosatti
2002-02-22 14:36 ` Florian Hars
0 siblings, 1 reply; 7+ messages in thread
From: Marcelo Tosatti @ 2002-02-22 11:23 UTC (permalink / raw)
To: Florian Hars; +Cc: linux-kernel
On Fri, 22 Feb 2002, Florian Hars wrote:
> Any reason why this:
> http://www.uwsg.indiana.edu/hypermail/linux/kernel/0202.1/0970.html
> isn't in rc3? My machine still works as it should.
Florian,
Do you mean adding the necessary PCI ID's ?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: VIA Southbridges in 2.4.18-rc3
2002-02-22 11:23 ` Marcelo Tosatti
@ 2002-02-22 14:36 ` Florian Hars
2002-02-22 13:28 ` Marcelo Tosatti
0 siblings, 1 reply; 7+ messages in thread
From: Florian Hars @ 2002-02-22 14:36 UTC (permalink / raw)
To: Marcelo Tosatti; +Cc: linux-kernel
Marcelo Tosatti wrote:
> On Fri, 22 Feb 2002, Florian Hars wrote:
> > Any reason why this:
> > http://www.uwsg.indiana.edu/hypermail/linux/kernel/0202.1/0970.html
> > isn't in rc3? My machine still works as it should.
>
> Do you mean adding the necessary PCI ID's ?
That, and adding some code in drivers/ide/via82xxx.c,
{ "vt8233c", PCI_DEVICE_ID_VIA_8233C, 0x00, 0x2f, VIA_UDMA_100 },
is right now ifdef'ed out, and the entry for the vt8233a, which is
{ "vt8233a", PCI_DEVICE_ID_VIA_8233A, 0x00, 0x2f, VIA_UDMA_133 },
in 2.5.2, is missing (and there is no UDMA_133 in 2.4).
Right now I am running a 2.4.18-pre9 with a slightly modified
drivers/ide/(timing.h|via82xxx.c) from 2.5.2, and it works with
my vt8233a and an UDMA-100 disk, but this is of course not a
conservative change. Maybe the patch by Vojtech Pavlik mentioned
in the message I referred to above is less radical.
Yours, Florian.
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: VIA Southbridges in 2.4.18-rc3
2002-02-22 14:36 ` Florian Hars
@ 2002-02-22 13:28 ` Marcelo Tosatti
2002-02-22 15:21 ` Florian Hars
0 siblings, 1 reply; 7+ messages in thread
From: Marcelo Tosatti @ 2002-02-22 13:28 UTC (permalink / raw)
To: Florian Hars; +Cc: linux-kernel
On Fri, 22 Feb 2002, Florian Hars wrote:
> Marcelo Tosatti wrote:
> > On Fri, 22 Feb 2002, Florian Hars wrote:
> > > Any reason why this:
> > > http://www.uwsg.indiana.edu/hypermail/linux/kernel/0202.1/0970.html
> > > isn't in rc3? My machine still works as it should.
> >
> > Do you mean adding the necessary PCI ID's ?
>
> That, and adding some code in drivers/ide/via82xxx.c,
> { "vt8233c", PCI_DEVICE_ID_VIA_8233C, 0x00, 0x2f, VIA_UDMA_100 },
> is right now ifdef'ed out, and the entry for the vt8233a, which is
> { "vt8233a", PCI_DEVICE_ID_VIA_8233A, 0x00, 0x2f, VIA_UDMA_133 },
> in 2.5.2, is missing (and there is no UDMA_133 in 2.4).
>
> Right now I am running a 2.4.18-pre9 with a slightly modified
> drivers/ide/(timing.h|via82xxx.c) from 2.5.2, and it works with
> my vt8233a and an UDMA-100 disk, but this is of course not a
> conservative change. Maybe the patch by Vojtech Pavlik mentioned
> in the message I referred to above is less radical.
Could you please send me this patch ?
Thanks
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: VIA Southbridges in 2.4.18-rc3
2002-02-22 13:28 ` Marcelo Tosatti
@ 2002-02-22 15:21 ` Florian Hars
0 siblings, 0 replies; 7+ messages in thread
From: Florian Hars @ 2002-02-22 15:21 UTC (permalink / raw)
To: Marcelo Tosatti; +Cc: vojtech@suse.cz, linux-kernel
Marcelo Tosatti wrote:
> On Fri, 22 Feb 2002, Florian Hars wrote:
> > Right now I am running a 2.4.18-pre9 with a slightly modified
> > drivers/ide/(timing.h|via82xxx.c) from 2.5.2, and it works with
> > my vt8233a and an UDMA-100 disk, but this is of course not a
> > conservative change. Maybe the patch by Vojtech Pavlik mentioned
> > in the message I referred to above is less radical.
>
> Could you please send me this patch ?
I don't have it, I use the kludge with files copied from 2.5. I Cc this
message to Vojtech Pavlik, maybe he can send the patch he sent to
Jens Axboe to you, too.
Yours, Florian
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-06-21 11:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-21 11:04 VIA Southbridges in 2.4.18-rc3 Jamie Bennett
2002-06-21 11:24 ` Teodor Iacob
-- strict thread matches above, loose matches on Subject: below --
2002-02-22 10:01 Florian Hars
2002-02-22 11:23 ` Marcelo Tosatti
2002-02-22 14:36 ` Florian Hars
2002-02-22 13:28 ` Marcelo Tosatti
2002-02-22 15:21 ` Florian Hars
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox