Re: VT82C586B USB PCI card, Linux USB

2001-03-03 Thread Vojtech Pavlik
oard, and disabled everything but USB. No, they have a separate USB chip, but it has the same PCI ID as the builtin silicon in the southbridge. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PR

Re: VT82C586B USB PCI card, Linux USB

2001-03-03 Thread Vojtech Pavlik
everything but USB. No, they have a separate USB chip, but it has the same PCI ID as the builtin silicon in the southbridge. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo inf

Re: ide / usb problem

2001-02-26 Thread Vojtech Pavlik
exactly 18", not longer, not shorter. -- Vojtech Pavlik SuSE Labs - 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/

Re: ide / usb problem

2001-02-26 Thread Vojtech Pavlik
not longer, not shorter. -- Vojtech Pavlik SuSE Labs - 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/

Re: DMA blues...System lockup on setting DMA mode using hdparam

2001-02-24 Thread Vojtech Pavlik
aram -k /dev/hda > keepsettings = 0 (off) > > Is this normal? This only relates to a ide bus reset in case of a failure, not system reset. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTE

Re: DMA blues...System lockup on setting DMA mode using hdparam

2001-02-24 Thread Vojtech Pavlik
his normal? This only relates to a ide bus reset in case of a failure, not system reset. -- Vojtech Pavlik SuSE Labs - 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

Re: [patch] VIA 4.2x driver for 2.2 kernels (fwd)

2001-02-23 Thread Vojtech Pavlik
ecommended to set it with hdparm? It does: via82cxxx.c, line 536: hwif->drives[i].io_32bit = 1; Actually this seems to be required for correct operation in PIO modes. Anyway, it doesn't have an effect if DMA/UDMA modes are used - BusMastering is always 32bit. -- Vojtech Pavlik SuSE Labs - T

Re: [patch] VIA 4.2x driver for 2.2 kernels (fwd)

2001-02-23 Thread Vojtech Pavlik
: via82cxxx.c, line 536: hwif-drives[i].io_32bit = 1; Actually this seems to be required for correct operation in PIO modes. Anyway, it doesn't have an effect if DMA/UDMA modes are used - BusMastering is always 32bit. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line

Re: Via UDMA5 3/4/5 is not functional!

2001-02-22 Thread Vojtech Pavlik
-d1 -X69 /dev/hda => I get 36MB/s > > Then I tried kernel 2.4.1. I issued exactly the same hdparm command. > i got in syslog the message: "ide0: Speed warnings UDMA 3/4/5 is not > functional"! > > What is the problem? The 80-wire cable was not detected. Try this driver

Re: Via UDMA5 3/4/5 is not functional!

2001-02-22 Thread Vojtech Pavlik
Then I tried kernel 2.4.1. I issued exactly the same hdparm command. i got in syslog the message: "ide0: Speed warnings UDMA 3/4/5 is not functional"! What is the problem? The 80-wire cable was not detected. Try this driver ... -- Vojtech Pavlik SuSE Labs #ifndef _IDE_TIMING

Re: [patch] VIA 4.2x driver for 2.2 kernels

2001-02-21 Thread Vojtech Pavlik
On Wed, Feb 21, 2001 at 11:05:33AM -0300, Rogerio Brito wrote: > On Feb 21 2001, Vojtech Pavlik wrote: > > On Tue, Feb 20, 2001 at 11:15:02PM -0800, Shane Wegner wrote: > > > Ok, can I still use -u1 -k1 -c1 on the drives or is it even > > > necessary anymore. > >

Re: [patch] VIA 4.2x driver for 2.2 kernels

2001-02-21 Thread Vojtech Pavlik
On Wed, Feb 21, 2001 at 11:05:33AM -0300, Rogerio Brito wrote: On Feb 21 2001, Vojtech Pavlik wrote: On Tue, Feb 20, 2001 at 11:15:02PM -0800, Shane Wegner wrote: Ok, can I still use -u1 -k1 -c1 on the drives or is it even necessary anymore. If you enable automatic DMA in the kernel

Re: [patch] VIA 4.2x driver for 2.2 kernels

2001-02-20 Thread Vojtech Pavlik
On Tue, Feb 20, 2001 at 11:15:02PM -0800, Shane Wegner wrote: > On Wed, Feb 21, 2001 at 08:09:19AM +0100, Vojtech Pavlik wrote: > > On Tue, Feb 20, 2001 at 03:59:27PM -0800, Shane Wegner wrote: > > > > > > You wanted my VIA driver for 2.2. Here is a patch that brings

Re: [patch] VIA 4.2x driver for 2.2 kernels

2001-02-20 Thread Vojtech Pavlik
DMA instead. Hmm, I'll have to look into this anyway - many users seem to do that and it isn't as harmless as it looks (it worked by pure luck with the previous version). -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: hang on mount, 2.4.2-pre4, VIA

2001-02-20 Thread Vojtech Pavlik
ives (hdparm -i ...)? I can send you the VIA latest drivers if you are interested in trying whether they'll help. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [IDE] meaningless #ifndef?

2001-02-20 Thread Vojtech Pavlik
ing it. Because of that, it's superfluous. And the code relies on the compiler to optimize it out. If written like: #ifndef CONFIG_IDEDMA_IVB #define IDE_UDMA_MASK 0x4000 #else #define IDE_UDMA_MASK 0x6000 #endif /* CONFIG_IDEDMA_IVB */ byte eighty_ninty_three (ide_drive_t *drive) {

[patch] VIA 4.2x driver for 2.2 kernels

2001-02-20 Thread Vojtech Pavlik
Hi Andre! You wanted my VIA driver for 2.2. Here is a patch that brings the very latest 4.2 driver to the 2.2 kernel. The patch is against the 2.2.19-pre13 kernel plus yours 1221 ide patch. Enjoy! -- Vojtech Pavlik SuSE Labs via-4.2x-for-2.2.19-pre13-ide1221.diff.bz2

[patch] VIA 4.2x driver for 2.2 kernels

2001-02-20 Thread Vojtech Pavlik
Hi Andre! You wanted my VIA driver for 2.2. Here is a patch that brings the very latest 4.2 driver to the 2.2 kernel. The patch is against the 2.2.19-pre13 kernel plus yours 1221 ide patch. Enjoy! -- Vojtech Pavlik SuSE Labs via-4.2x-for-2.2.19-pre13-ide1221.diff.bz2

Re: [IDE] meaningless #ifndef?

2001-02-20 Thread Vojtech Pavlik
-hw_config IDE_UDMA_MASK); } it'd be probably somewhat clearer. -- Vojtech Pavlik SuSE Labs - 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 r

Re: hang on mount, 2.4.2-pre4, VIA

2001-02-20 Thread Vojtech Pavlik
if you are interested in trying whether they'll help. -- Vojtech Pavlik SuSE Labs - 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 FA

Re: [patch] VIA 4.2x driver for 2.2 kernels

2001-02-20 Thread Vojtech Pavlik
- many users seem to do that and it isn't as harmless as it looks (it worked by pure luck with the previous version). -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo inf

Re: [patch] VIA 4.2x driver for 2.2 kernels

2001-02-20 Thread Vojtech Pavlik
On Tue, Feb 20, 2001 at 11:15:02PM -0800, Shane Wegner wrote: On Wed, Feb 21, 2001 at 08:09:19AM +0100, Vojtech Pavlik wrote: On Tue, Feb 20, 2001 at 03:59:27PM -0800, Shane Wegner wrote: You wanted my VIA driver for 2.2. Here is a patch that brings the very latest 4.2 driver

Re: [preview] VIA IDE 4.0 and AMD IDE 2.0 with automatic PCI clock detection

2001-02-10 Thread Vojtech Pavlik
ack to a hardcoded 33. > > What should I do next? Are you willing to do some experiments? I suppose the 686b is somewhat different than the other chips (I tested it on 686a and 586b). -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel

Re: [preview] VIA IDE 4.0 and AMD IDE 2.0 with automatic PC

2001-02-10 Thread Vojtech Pavlik
vers. Other non IDE devices, such as matroxfb, > > may be interested in PCI speed too. > > that file will most likely go away in 2.5 Good, it should. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [preview] VIA IDE 4.0 and AMD IDE 2.0 with automatic PC

2001-02-10 Thread Vojtech Pavlik
. that file will most likely go away in 2.5 Good, it should. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [preview] VIA IDE 4.0 and AMD IDE 2.0 with automatic PCI clock detection

2001-02-10 Thread Vojtech Pavlik
the 686b is somewhat different than the other chips (I tested it on 686a and 586b). -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [RESOLVED]: kernel hangs on CD-R HP8100i if compiled w/ VIA IDE

2001-02-09 Thread Vojtech Pavlik
dea? Since version 2.30 of the VIA driver (2.4.2-pre2), the driver leaves prefetch as is set by BIOS. It seems that ATAPI devices need this set to off at least on some of the VIA chips. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [preview] VIA IDE 4.0 and AMD IDE 2.0 with automatic PC

2001-02-09 Thread Vojtech Pavlik
needed. However, it still might be worth to pass the PCI speed to other drivers ... -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [preview] VIA IDE 4.0 and AMD IDE 2.0 with automatic PCI clock detection

2001-02-09 Thread Vojtech Pavlik
speed measuring code needs help from the chipset itself, so it isn't possible to implement in generic code. Maybe a callback could be added to the chipset-specific drivers, though ... I do have some plans with ide-pci.c, so ... -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[preview] VIA IDE 4.0 and AMD IDE 2.0 with automatic PCI clock detection

2001-02-09 Thread Vojtech Pavlik
numbers to 4 and 2. Could anyone with these chipsets check these drivers if they detect the PCI clock correctly on their systems? Thanks. Just untar the attached file into drivers/ide and recompile. -- Vojtech Pavlik SuSE Labs amd-2.0+via-4.0.tar.bz2

[preview] VIA IDE 4.0 and AMD IDE 2.0 with automatic PCI clock detection

2001-02-09 Thread Vojtech Pavlik
numbers to 4 and 2. Could anyone with these chipsets check these drivers if they detect the PCI clock correctly on their systems? Thanks. Just untar the attached file into drivers/ide and recompile. -- Vojtech Pavlik SuSE Labs amd-2.0+via-4.0.tar.bz2

Re: [preview] VIA IDE 4.0 and AMD IDE 2.0 with automatic PCI clock detection

2001-02-09 Thread Vojtech Pavlik
the chipset-specific drivers, though ... I do have some plans with ide-pci.c, so ... -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [preview] VIA IDE 4.0 and AMD IDE 2.0 with automatic PC

2001-02-09 Thread Vojtech Pavlik
to other drivers ... -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [RESOLVED]: kernel hangs on CD-R HP8100i if compiled w/ VIA IDE

2001-02-09 Thread Vojtech Pavlik
), the driver leaves prefetch as is set by BIOS. It seems that ATAPI devices need this set to off at least on some of the VIA chips. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please re

Re: Promise, DMA and RAID5 problems running 2.4.1

2001-02-08 Thread Vojtech Pavlik
ong timeout = jiffies + ((HZ + 19)/20) + 1; > > > while (0 < (signed long)(timeout - jiffies)); > > > > On that bit we agree. > > What do you want fixed? > Send a patch and lets try it How about this? -- Vojtech Pavlik SuSE Labs --- pdc202xx.c.old Fri Jul 2

Re: Promise, DMA and RAID5 problems running 2.4.1

2001-02-08 Thread Vojtech Pavlik
long)(timeout - jiffies)); On that bit we agree. What do you want fixed? Send a patch and lets try it How about this? -- Vojtech Pavlik SuSE Labs --- pdc202xx.c.old Fri Jul 28 21:08:30 2000 +++ pdc202xx.c Fri Feb 9 09:08:55 2001 @@ -747,14 +747,11 @@ { unsigned long

Re: VT82C686A corruption with 2.4.x

2001-02-01 Thread Vojtech Pavlik
= so that the Active/Recover timings are correct. If KT7A doesn't work with UDMA at high PCI clocks *even when* idebus= is correct would mean that the UDMA timing is in 1/(PCICLK*3) units instead of units of 10ns. Anyone help us? -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: s

Re: VT82C686A corruption with 2.4.x

2001-02-01 Thread Vojtech Pavlik
686b |33 |1 2 1 | 10 | 6T=33.3 4T=66.6 2T=100.0 ... that is, if the 686b indeed has a 100MHz clock source. If not, then in the case of 25 MHz, T would be 13.3ns. If you can verify this, it'd be nice. -- Vojtech Pavlik SuSE Labs - To unsubscribe from

Re: VT82C686A corruption with 2.4.x

2001-02-01 Thread Vojtech Pavlik
... that is, if the 686b indeed has a 100MHz clock source. If not, then in the case of 25 MHz, T would be 13.3ns. If you can verify this, it'd be nice. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: VT82C686A corruption with 2.4.x

2001-02-01 Thread Vojtech Pavlik
that the UDMA timing is in 1/(PCICLK*3) units instead of units of 10ns. Anyone help us? -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread Vojtech Pavlik
uctions are too fast. The VIA driver on 2.2 doesn't > correctly program the PCI card, so you don't see weird behavior running 2.2 > with a faster PCI clock. > > (Note: 1.14 * 33 = 37.6 PCI Clk) It's 38: 114 / 3 == 38 == 1.14 * 33.33 But definitely it isn't 34 or the default 33.

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread Vojtech Pavlik
ia) data for both so that I can compare them? If I find any differences, I'll know what the bug is. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread Vojtech Pavlik
roblems i've been talking about Btw, if you run your FSB at 114 MHz, you need to pass 'idebus=38' to the IDE driver so that it knows your PCI bus runs at 38 MHz (3x38 = 114). Otherwise you'll get incorrect timing etc. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line &quo

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread Vojtech Pavlik
iveness than 2.4.x . Could this be because of via problems on > the 2.4.x kernel or is it 2.4.x arch ? No, probably not. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread Vojtech Pavlik
On Tue, Jan 30, 2001 at 11:55:25PM -0800, David Raufeisen wrote: > On Wednesday, 31 January 2001, at 08:36:42 (+0100), > Vojtech Pavlik wrote: > > > Hi! > > > > 1) You don't seem to have any drives on the VIA controller. If this is > > true, I don't think thi

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread Vojtech Pavlik
On Tue, Jan 30, 2001 at 11:55:25PM -0800, David Raufeisen wrote: On Wednesday, 31 January 2001, at 08:36:42 (+0100), Vojtech Pavlik wrote: Hi! 1) You don't seem to have any drives on the VIA controller. If this is true, I don't think this can be a VIA IDE driver problem. Hi

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread Vojtech Pavlik
this be because of via problems on the 2.4.x kernel or is it 2.4.x arch ? No, probably not. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread Vojtech Pavlik
to pass 'idebus=38' to the IDE driver so that it knows your PCI bus runs at 38 MHz (3x38 = 114). Otherwise you'll get incorrect timing etc. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECT

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread Vojtech Pavlik
what the bug is. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread Vojtech Pavlik
with a faster PCI clock. (Note: 1.14 * 33 = 37.6 PCI Clk) It's 38: 114 / 3 == 38 == 1.14 * 33.33 But definitely it isn't 34 or the default 33. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECT

Re: VT82C686A corruption with 2.4.x

2001-01-30 Thread Vojtech Pavlik
related anyhow. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [patch] Update of the VIA driver to version 3.20

2001-01-30 Thread Vojtech Pavlik
On Tue, Jan 30, 2001 at 10:48:26AM +0100, Vojtech Pavlik wrote: > The current VIA driver in 2.4.0 is version 2.1e. I wouldn't push a new > version, but VIA has released the vt82c686b chip and it's causing a lot > of trouble. > > The 2.1e version can't recognize it from the vt82

[patch] Update of the VIA driver to version 3.20

2001-01-30 Thread Vojtech Pavlik
be getting much less mails about non-working 686b's. It's against 2.4.1-pre12, but should patch cleanly against pre11 or anything later. Thanks. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: via82cxxx.c,v 3.17 + 2.2.18 errors

2001-01-30 Thread Vojtech Pavlik
On Mon, Jan 29, 2001 at 12:49:16PM -0800, Tim Moore wrote: > Is via82cxxx.c v3.17 a 2.4.x only patch or did I miss something else? Yes, it's currently 2.4.x only. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: via82cxxx.c,v 3.17 + 2.2.18 errors

2001-01-30 Thread Vojtech Pavlik
On Mon, Jan 29, 2001 at 12:49:16PM -0800, Tim Moore wrote: Is via82cxxx.c v3.17 a 2.4.x only patch or did I miss something else? Yes, it's currently 2.4.x only. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [patch] Update of the VIA driver to version 3.20

2001-01-30 Thread Vojtech Pavlik
On Tue, Jan 30, 2001 at 10:48:26AM +0100, Vojtech Pavlik wrote: The current VIA driver in 2.4.0 is version 2.1e. I wouldn't push a new version, but VIA has released the vt82c686b chip and it's causing a lot of trouble. The 2.1e version can't recognize it from the vt82c686a, the only

[patch] Update of the VIA driver to version 3.20

2001-01-30 Thread Vojtech Pavlik
be getting much less mails about non-working 686b's. It's against 2.4.1-pre12, but should patch cleanly against pre11 or anything later. Thanks. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: VT82C686A corruption with 2.4.x

2001-01-30 Thread Vojtech Pavlik
related anyhow. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [preview] Latest AMD & VIA IDE drivers with UDMA100 support

2001-01-25 Thread Vojtech Pavlik
ng here that I can not do a damn thing with until I > stop these blasted kernel deaths! (Yeah I'm pissed, but at the situation > not at the kernel or anyone involved with the VIA stuff. Please don't take > it that way.) Sure, I'll need a more precise description, though. -- Vojtech P

Re: [preview] Latest AMD & VIA IDE drivers with UDMA100 support

2001-01-25 Thread Vojtech Pavlik
ming should be always the same, independent on the PCI clock. However, it is programmed in terms of PCI cycles, so yes, the only thing my driver does is exactly this compensation for the PCI speed so that the IDE timing stays constant. Yes, my driver is doing exactly what you say. -- Vojtech

Re: [preview] Latest AMD VIA IDE drivers with UDMA100 support

2001-01-25 Thread Vojtech Pavlik
y thing my driver does is exactly this compensation for the PCI speed so that the IDE timing stays constant. Yes, my driver is doing exactly what you say. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMA

Re: [preview] Latest AMD VIA IDE drivers with UDMA100 support

2001-01-25 Thread Vojtech Pavlik
pissed, but at the situation not at the kernel or anyone involved with the VIA stuff. Please don't take it that way.) Sure, I'll need a more precise description, though. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [preview] Latest AMD & VIA IDE drivers with UDMA100 support

2001-01-24 Thread Vojtech Pavlik
83 MHz FSB, you'll get 41.5 MHz or 27.6 MHz PCI. And there are chips speced for 75 and 83 MHz FSB's - Cyrix 6x86MX etc. No way to get 33 here, if you *don't* want to over/under-clock the CPU. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-

Re: [PATCH] No VIA IDE DMA unless configured

2001-01-24 Thread Vojtech Pavlik
hwif->autodma = 1; > +#endif /* CONFIG_IDEDMA_AUTO */ > } > #endif /* CONFIG_BLK_DEV_IDEDMA */ > } > Linus, if you haven't applied my disable-dma-in-all-cases patch I've sent you earlier, please do apply this one - it's correct and should be there. It conflicts with t

Re: [PATCH] No VIA IDE DMA unless configured

2001-01-24 Thread Vojtech Pavlik
} #endif /* CONFIG_BLK_DEV_IDEDMA */ } Linus, if you haven't applied my disable-dma-in-all-cases patch I've sent you earlier, please do apply this one - it's correct and should be there. It conflicts with the older one, obviously. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this

Re: [preview] Latest AMD VIA IDE drivers with UDMA100 support

2001-01-24 Thread Vojtech Pavlik
or 27.6 MHz PCI. And there are chips speced for 75 and 83 MHz FSB's - Cyrix 6x86MX etc. No way to get 33 here, if you *don't* want to over/under-clock the CPU. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [preview] Latest AMD & VIA IDE drivers with UDMA100 support

2001-01-21 Thread Vojtech Pavlik
On Sun, Jan 21, 2001 at 01:42:41PM +0100, Mike Galbraith wrote: > On Sun, 21 Jan 2001, Vojtech Pavlik wrote: > > > On Sat, Jan 20, 2001 at 02:57:07PM -0800, Andre Hedrick wrote: > > > > > chipset ---\ > > > | > > >

Re: Via apollo KX133 ide bug in 2.4.x

2001-01-21 Thread Vojtech Pavlik
> fs). I did disable UDMA everywhere and still saw it happen, this problem is > not present in older 2.4.0-test kernels so it's something in the late > pre-release stage and into the release stage. Do you have the via driver compiled in? If yes, try without, if no, try with it ... -- Vojte

Re: [preview] Latest AMD & VIA IDE drivers with UDMA100 support

2001-01-21 Thread Vojtech Pavlik
64, LBA=yes, LBAsects=16514064 > tDMA={min:120,rec:120}, DMA modes: sword0 sword1 sword2 mword0 mword1 > mword2 > IORDY=on/off, tPIO={min:240,w/IORDY:120}, PIO modes: mode3 mode4 > UDMA modes: mode0 mode1 *mode2 > > ---------- > > /dev/hda: > Timing buffered disk reads: 64 MB in 6.

Re: VIA chipset discussion

2001-01-21 Thread Vojtech Pavlik
my setup as possible wish to > help me with this? (I'm not discounting the mismatched setups, I just want > a baseline to go from. If someone with my setup is NOT ahving trouble then > I may need to look at something different). -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [preview] Latest AMD & VIA IDE drivers with UDMA100 support

2001-01-21 Thread Vojtech Pavlik
tly when they have a UDMA100 HPT370 onboard)? ... btw, if we ever implement UDMA slowdown code based on CRC errors, we should differentiate between CRC errors on read and CRC errors on write, because each are caused by a different problem ... -- Vojtech Pavlik SuSE Labs - To unsubscribe from

Re: [preview] Latest AMD VIA IDE drivers with UDMA100 support

2001-01-21 Thread Vojtech Pavlik
wdown code based on CRC errors, we should differentiate between CRC errors on read and CRC errors on write, because each are caused by a different problem ... -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: VIA chipset discussion

2001-01-21 Thread Vojtech Pavlik
to look at something different). -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Via apollo KX133 ide bug in 2.4.x

2001-01-21 Thread Vojtech Pavlik
via driver compiled in? If yes, try without, if no, try with it ... -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [preview] Latest AMD VIA IDE drivers with UDMA100 support

2001-01-21 Thread Vojtech Pavlik
/sec I don't suppose the fact that my hdparm is oldish (3.6 I think) have any bearing on this? No, 3.6 is OK I think. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please re

Re: [preview] Latest AMD VIA IDE drivers with UDMA100 support

2001-01-21 Thread Vojtech Pavlik
On Sun, Jan 21, 2001 at 01:42:41PM +0100, Mike Galbraith wrote: On Sun, 21 Jan 2001, Vojtech Pavlik wrote: On Sat, Jan 20, 2001 at 02:57:07PM -0800, Andre Hedrick wrote: chipset ---\ | \-IDC-header chipset

Re: [preview] Latest AMD & VIA IDE drivers with UDMA100 support

2001-01-20 Thread Vojtech Pavlik
attachment to > Vojtech Pavlik's mail which were placed in drivers/ide directory - > ERRORS. > Alan Wonderful! A case where I can compare a working setup with a nonworking one! :) Could you please send me the usual stuff (dmesg, lspci -vvxxx, cat /proc/ide/via, hdparm -i /dev/hd*,

Re: [preview] Latest AMD VIA IDE drivers with UDMA100 support

2001-01-20 Thread Vojtech Pavlik
send me the usual stuff (dmesg, lspci -vvxxx, cat /proc/ide/via, hdparm -i /dev/hd*, hdparm -t /dev/hd*) for both the 2.2 case and the 2.4.0+VIA-latest case? That'll allow me to find the differences and possibly fix the new driver. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send

[preview] Latest AMD & VIA IDE drivers with UDMA100 support

2001-01-19 Thread Vojtech Pavlik
foolproof with respect to the 'idebus' setting, which is quite a misnomer, btw. Care to try them out? Andre, you're the only one I know of having the 766 chip, so please test this driver, I'd like to know if it really works ... thanks. -- Vojtech Pavlik SuSE Labs via-amd-ide.tar.bz2

Re: VIA chipset discussion

2001-01-19 Thread Vojtech Pavlik
nd 2.4.1-pre7). I find it odd > that if it isn't a kernel-related problem, that it's only manifesting itself > under 2.4. > > I'm running a slot A athlon on an abit KA7-100. My bet is ACPI/powermanagement messing with it ... -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: VIA chipset discussion

2001-01-19 Thread Vojtech Pavlik
it KA7-100. My bet is ACPI/powermanagement messing with it ... -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[preview] Latest AMD VIA IDE drivers with UDMA100 support

2001-01-19 Thread Vojtech Pavlik
foolproof with respect to the 'idebus' setting, which is quite a misnomer, btw. Care to try them out? Andre, you're the only one I know of having the 766 chip, so please test this driver, I'd like to know if it really works ... thanks. -- Vojtech Pavlik SuSE Labs via-amd-ide.tar.bz2

Re: File System Corruption with 2.2.18

2001-01-17 Thread Vojtech Pavlik
On Wed, Jan 17, 2001 at 11:53:36AM -0700, Terrence Martin wrote: > Vojtech Pavlik wrote: > > > Hi! > > > > Ok, just for a test, before I finish the 2.2 version of the new VIA IDE > > driver, could you try with the 2.4.0 kernel if it fixes the behavior? > &

Re: File System Corruption with 2.2.18

2001-01-17 Thread Vojtech Pavlik
then you can read it back and checksum the contents. > > It does destroy the content on the drive, this is no worse than a random > "File System Corruption " because it absolutely destroys or corrupts the > original content for testing purposes. > > > On Wed, 17 J

Re: File System Corruption with 2.2.18

2001-01-17 Thread Vojtech Pavlik
at 0xea02 [0xea02]. > > Bus 0, device 10, function 0: > > Ethernet controller: 3Com 3C905B 100bTX (rev 36). > > Medium devsel. IRQ 11. Master Capable. Latency=64. Min > > Gnt=10.Max Lat=10. > > I/O at 0xe000 [0xe001]. > > Non

Re: [preview] VIA IDE driver v3.11 with vt82c686b UDMA100 support

2001-01-17 Thread Vojtech Pavlik
001 at 02:38:00PM -, Chandler, Alan wrote: > On Wed Jan 10 2001 - 06:45:24 EST Vojtech Pavlik <[EMAIL PROTECTED]> wrote > > >For all of you who had problems getting the VIA IDE driver to work > >correctly on the 686b, here is a driver that should work with those >

Re: [preview] VIA IDE driver v3.11 with vt82c686b UDMA100 support

2001-01-17 Thread Vojtech Pavlik
at 02:38:00PM -, Chandler, Alan wrote: On Wed Jan 10 2001 - 06:45:24 EST Vojtech Pavlik [EMAIL PROTECTED] wrote For all of you who had problems getting the VIA IDE driver to work correctly on the 686b, here is a driver that should work with those chips, even in UDMA 100 mode. I've

Re: File System Corruption with 2.2.18

2001-01-17 Thread Vojtech Pavlik
32 bit memory at 0xe600 [0xe608]. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/ Andre Hedrick Linux ATA Development -- Vojtech Pavlik

Re: File System Corruption with 2.2.18

2001-01-17 Thread Vojtech Pavlik
read it back and checksum the contents. It does destroy the content on the drive, this is no worse than a random "File System Corruption " because it absolutely destroys or corrupts the original content for testing purposes. On Wed, 17 Jan 2001, Vojtech Pavlik wrote: Hi!

Re: File System Corruption with 2.2.18

2001-01-17 Thread Vojtech Pavlik
On Wed, Jan 17, 2001 at 11:53:36AM -0700, Terrence Martin wrote: Vojtech Pavlik wrote: Hi! Ok, just for a test, before I finish the 2.2 version of the new VIA IDE driver, could you try with the 2.4.0 kernel if it fixes the behavior? Hmm ok I will give it a try...this will have

Re: ide.2.4.1-p3.01112001.patch

2001-01-14 Thread Vojtech Pavlik
ot;. > > Note that "hdparm -X34 -d1" enables old DMA, not UDMA. (The board was > advertised as UDMA capable but it isn't AFAIK). It should be able to do UDMA33. Is the board still available for some testing? -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: se

Re: 2.4 ate my filesystem on rw-mount, getting closer

2001-01-14 Thread Vojtech Pavlik
then that actually means 'working and probably would work perfect with a shorter cable'. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: 2.4 ate my filesystem on rw-mount, getting closer

2001-01-14 Thread Vojtech Pavlik
On Sun, Jan 14, 2001 at 09:45:09AM +0100, Tobias Ringstrom wrote: > On Sun, 14 Jan 2001, Vojtech Pavlik wrote: > > On Sat, Jan 13, 2001 at 11:36:13PM +0100, Tobias Ringstrom wrote: > > > > > I have now tried the SAMSUNG VG34323A disk with two other controllers at > >

Re: ide.2.4.1-p3.01112001.patch

2001-01-14 Thread Vojtech Pavlik
bly submit another one that will allow to override the no-dma rule by a kernel command line option, as Alan Cox suggested. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: 2.4 ate my filesystem on rw-mount, getting closer

2001-01-14 Thread Vojtech Pavlik
K. When writing, the controller provides the clock and for some reason the Samsung can't keep up with the setting the driver selects for it. The question is why and why the driver selects the incorrect (or just too tight?) value. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: ide.2.4.1-p3.01112001.patch

2001-01-14 Thread Vojtech Pavlik
masqueraded 598, > > which identifies itself as 597, and a 686a southbridge. This got the > > 2.2 ide driver completely confused, for example. > > Maybe the VIA IDE chipset support option should depend on PCI quirks now ? No, in 2.4 the VIA IDE driver doesn't use this (northbrid

Re: 2.4 ate my filesystem on rw-mount, getting closer

2001-01-14 Thread Vojtech Pavlik
the incorrect (or just too tight?) value. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: ide.2.4.1-p3.01112001.patch

2001-01-14 Thread Vojtech Pavlik
. Maybe the VIA IDE chipset support option should depend on PCI quirks now ? No, in 2.4 the VIA IDE driver doesn't use this (northbridge) information anymore. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: ide.2.4.1-p3.01112001.patch

2001-01-14 Thread Vojtech Pavlik
, as Alan Cox suggested. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: 2.4 ate my filesystem on rw-mount, getting closer

2001-01-14 Thread Vojtech Pavlik
On Sun, Jan 14, 2001 at 09:45:09AM +0100, Tobias Ringstrom wrote: On Sun, 14 Jan 2001, Vojtech Pavlik wrote: On Sat, Jan 13, 2001 at 11:36:13PM +0100, Tobias Ringstrom wrote: I have now tried the SAMSUNG VG34323A disk with two other controllers at home (Promise ATA100 an VIA vt82c686a

<    4   5   6   7   8   9   10   11   >