2002-02-22 09:59:51

by Florian Hars

[permalink] [raw]
Subject: VIA Southbridges in 2.4.18-rc3

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.


2002-02-22 12:33:25

by Marcelo Tosatti

[permalink] [raw]
Subject: Re: VIA Southbridges in 2.4.18-rc3



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 ?


2002-02-22 14:35:46

by Florian Hars

[permalink] [raw]
Subject: Re: VIA Southbridges in 2.4.18-rc3

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.

2002-02-22 14:38:06

by Marcelo Tosatti

[permalink] [raw]
Subject: Re: VIA Southbridges in 2.4.18-rc3



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

2002-02-22 15:20:39

by Florian Hars

[permalink] [raw]
Subject: Re: VIA Southbridges in 2.4.18-rc3

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

2002-06-21 11:19:12

by Jamie Bennett

[permalink] [raw]
Subject: Re: VIA Southbridges in 2.4.18-rc3

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 [email protected] More majordomo info at
<http://vger.kernel.org/majordomo-info.html> Please read the FAQ at
<http://www.tux.org/lkml/> [

2002-06-21 11:21:58

by Teodor Iacob

[permalink] [raw]
Subject: Re: VIA Southbridges in 2.4.18-rc3

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 [email protected] 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 [email protected]
> 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