Re: IDE DMA problems on 2.4.0 with vt82c686a driver

2001-01-11 Thread Vojtech Pavlik
uot;unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/ -- 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

Re: IDE DMA problems on 2.4.0 with vt82c686a driver

2001-01-11 Thread Vojtech Pavlik
match, the *hardware* retries the transfer (and incidentally reports the event, which Linux obligingly passes on to you.) The software retries the transfer, the hardware just aborts. But it's safe, anyways. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe li

Re: AMD760/765 DDR Athlon testers needed....

2001-01-12 Thread Vojtech Pavlik
.4=x00 TF.5=x00 TF.6=x40 TF.7=xf8 6hdb: QUANTUM FIREBALL CR4.3A, 4110MB w/418kB Cache, CHS=14848/9/63, UDMA(66) 4hdc: ATAPI 50X CD-ROM drive, 128kB Cache, UDMA(33) 6Uniform CD-ROM driver Revision: 3.11 4hdd: ATAPI DVD-ROM DVD-R drive, 512kB Cache, UDMA(33) -- Vojtech Pavlik SuSE Labs

Re: ide.2.4.1-p3.01112001.patch

2001-01-12 Thread Vojtech Pavlik
and the 2.4 drivers. Does anyone still have any vt82c586 or vt82c586a the 2.4 VIA driver is corrupting data on? I'd like to hear about such reports so that I can start debugging (and perhaps get me one of those failing boards, they must be quite cheap these days). -- Vojtech Pavlik SuSE Labs -

Re: 2.4 ate my filesystem on rw-mount

2001-01-12 Thread Vojtech Pavlik
e? Thanks. -- 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

2001-01-12 Thread Vojtech Pavlik
ll present with 2.4.0? Well, you don't need to kill your data to test this - make sure the kernel is mounting the filesystems read only in the test. DMA will be probably enabled automatically for your drives. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscri

Re: ide.2.4.1-p3.01112001.patch

2001-01-12 Thread Vojtech Pavlik
00), share the same PCI ID. Would you prefer to filter just vt82c586 and vt82c586a as the comment in Alan's code says or simply unconditionally kill autodma on all of VIA chipsets, as Alan's code does? -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscri

Re: ide.2.4.1-p3.01112001.patch

2001-01-13 Thread Vojtech Pavlik
0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -- 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-13 Thread Vojtech Pavlik
On Fri, Jan 12, 2001 at 04:52:00PM -0800, Linus Torvalds wrote: On Fri, 12 Jan 2001, John Heil wrote: On Sat, 13 Jan 2001, Alan Cox wrote: Date: Sat, 13 Jan 2001 00:25:28 + (GMT) From: Alan Cox [EMAIL PROTECTED] To: Linus Torvalds [EMAIL PROTECTED] Cc: Vojtech Pavlik

Re: ide.2.4.1-p3.01112001.patch

2001-01-13 Thread Vojtech Pavlik
I can make one for you, but first I'd like to find out what exactly are the problem cases. -- 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-13 Thread Vojtech Pavlik
for just these two probably won't be the right thing to do ... -- 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-13 Thread Vojtech Pavlik
boards in Alans bug reports also fall into the stranger category. It's possible. I have a board (VA-503A), which has a masqueraded 598, which identifies itself as 597, and a 686a southbridge. This got the 2.2 ide driver completely confused, for example. -- Vojtech Pavlik SuSE Labs

Re: ide.2.4.1-p3.01112001.patch

2001-01-13 Thread Vojtech Pavlik
On Fri, Jan 12, 2001 at 04:09:22PM -0800, Linus Torvalds wrote: On Fri, 12 Jan 2001, Vojtech Pavlik wrote: However - Alan's IDE patch for 2.2 kills autodma on ALL VIA chipsets. That's because all VIA chipsets starting from vt82c586 to vt82c686b (UDMA100), share the same PCI ID

Re: 2.4 ate my filesystem on rw-mount

2001-01-13 Thread Vojtech Pavlik
home page for the VIA driver? A CVS perhaps? If not, please consider using sourceforge or something similar. No, not yet, but working on that. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PR

VIA IDE corruption - anyone experiencing it with 2.4.0?

2001-01-13 Thread Vojtech Pavlik
not currently looking for success reports, I've already got success reports for every type VIA IDE chip out there. I'll need the motherboard type and revision, lspci -vvxxx, dmesg, hdparm -i and /proc/ide/via listings ... Thanks. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send

Re: ide.2.4.1-p3.01112001.patch

2001-01-13 Thread Vojtech Pavlik
(rev 02) 01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0150 (rev a3) If you need any more information, I can dig it out. b -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

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

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

2001-01-14 Thread Vojtech Pavlik
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: [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: 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: [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

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: [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-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: 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: 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: LANANA: To Pending Device Number Registrants

2001-05-16 Thread Vojtech Pavlik
), but it's desirable to be able to make the connection all ways (eth# - bus location - physical location - MAC address) in a uniform manner. (Where MAC address might be something else in a non-Ethernet domain.) Yes. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line

Re: LANANA: To Pending Device Number Registrants

2001-05-16 Thread Vojtech Pavlik
On Wed, May 16, 2001 at 07:37:45AM -0700, Jonathan Lundell wrote: At 10:02 AM +0200 2001-05-16, Vojtech Pavlik wrote: It's also true that some buses simply don't yield up physical locations (ISA springs to mind, ISA is quite fine, you can use the i/o space as physical locations. I

Re: VIA/PDC/Athlon

2001-05-16 Thread Vojtech Pavlik
driver. Can you spot where the problems begun? -- 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

Re: Gameport analog joystick broken in 2.4.4-ac13

2001-05-23 Thread Vojtech Pavlik
# CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_SLAB is not set # CONFIG_DEBUG_IOVIRT is not set CONFIG_MAGIC_SYSRQ=y # CONFIG_DEBUG_SPINLOCK is not set # CONFIG_DEBUG_BUGVERBOSE is not set -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: AT keyboard optional on i386?

2001-05-29 Thread Vojtech Pavlik
for your very interesting reply. -- 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: Reproducible oops when loading ns558.o in 2.4.5-ac4

2001-05-29 Thread Vojtech Pavlik
, joydev, ns558, gameport and analog are all configured as modules. Stephen Thomas -- 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

Re: 2.4.5-ac4 es1371.o unresolved symbols

2001-05-31 Thread Vojtech Pavlik
On Thu, May 31, 2001 at 11:29:06AM +1000, Keith Owens wrote: On Wed, 30 May 2001 18:15:31 +0200, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Wed, May 30, 2001 at 02:46:42PM +1000, Keith Owens wrote: This is messy. gameport.h is included by code outside the joystick directory and it needs

Re: 2.4.5-ac4 es1371.o unresolved symbols

2001-05-31 Thread Vojtech Pavlik
On Thu, May 31, 2001 at 05:52:39PM +1000, Keith Owens wrote: On Thu, 31 May 2001 08:08:45 +0200, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Thu, May 31, 2001 at 11:29:06AM +1000, Keith Owens wrote: With your patch, if a user selects CONFIG_INPUT_GAMEPORT=m and CONFIG_SOUND_ES1370=y

Re: 2.4.5-ac4 es1371.o unresolved symbols

2001-05-31 Thread Vojtech Pavlik
On Thu, May 31, 2001 at 10:06:54AM +0200, Vojtech Pavlik wrote: On Thu, May 31, 2001 at 05:52:39PM +1000, Keith Owens wrote: On Thu, 31 May 2001 08:08:45 +0200, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Thu, May 31, 2001 at 11:29:06AM +1000, Keith Owens wrote: With your patch

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-04 Thread Vojtech Pavlik
thought the problem was in hid_input_field, but upon looking I now think not. My mouse is fairly unusable in X, and unfortunately I can not figure out a fix. It is a quite stupid bug. Here is the fix (already sent to Alan). -- Vojtech Pavlik SuSE Labs diff -urN linux-2.4.5-ac4/drivers/usb

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-04 Thread Vojtech Pavlik
On Fri, Jun 01, 2001 at 10:57:17AM +0100, Michael wrote: On Wed, May 30, 2001 at 09:30:39PM +0100, Alan Cox wrote: 2.4.5-ac4 o Update USB hid drivers (Vojtech Pavlik) I think these changes have broken my USB wheel mouse. Events seems to be getting lost (/dev

[patch] VIA IDE driver v2.3

2000-09-12 Thread Vojtech Pavlik
send this to Linus for inclusion in the kernel. -- Vojtech Pavlik SuSE Labs --- via82cxxx.c-2.1 Tue Aug 29 11:19:27 2000 +++ via82cxxx.c Tue Sep 12 13:02:22 2000 @@ -1,5 +1,5 @@ /* - * $Id: via82cxxx.c,v 2.1 2000/08/29 01:34:60 vojtech Exp $ + * $Id: via82cxxx.c,v 2.3 2000/09/12 12:52:60

Re: Update Linux 2.4 Status/TODO list

2000-09-13 Thread Vojtech Pavlik
in and look at it. I can look into this. I don't guarantee I'll find the problem, but I've got all the PIIX datasheets handy now and some time on my hands ... -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: Update Linux 2.4 Status/TODO list

2000-09-13 Thread Vojtech Pavlik
pppd is needed, older pppd's causing the above described error. -- 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][minor] Re: [patch] VIA IDE driver v2.3

2000-09-14 Thread Vojtech Pavlik
for Cobra 7403 need to be added to make it a generic amd74xx.c Cheers, On Thu, 14 Sep 2000, Vojtech Pavlik wrote: On Thu, Sep 14, 2000 at 01:36:39AM +0200, Bartlomiej Zolnierkiewicz wrote: On Tue, 12 Sep 2000, Vojtech Pavlik wrote: Anyone interested, please test this out

Re: New topic (PowerPC Linux PCI HELL)

2000-09-14 Thread Vojtech Pavlik
is: pci_enable_device(dev); This function will enable the i/o, mem and irqs, and assign them if they were not assigned for some reason, too. And you should use it on any PCI device you want to use before using it, on all architectures. Also check its return value. -- Vojtech Pavlik SuSE Labs

VIA IDE v3.0 preview

2000-09-17 Thread Vojtech Pavlik
Hi! For those who are interested in testing my VIA IDE code, here is another release that configures the thing even better. IDE timing is black magic. ;) It's a drop-in replacement for the 2.1 driver. I'm interested in failure/success reports. Thanks. -- Vojtech Pavlik SuSE Labs #ifndef

[patch] Fixes for VIA driver

2000-09-18 Thread Vojtech Pavlik
Hi! While developing the next versions, I found two 'obvious bugs' in the 2.1 version. They are not very harmful. The attached patch fixes them. -- Vojtech Pavlik SuSE Labs --- linux/drivers/ide/via82cxxx.c.old Mon Sep 18 22:10:10 2000 +++ linux/drivers/ide/via82cxxx.c Mon Sep 18 22

Re: New via82cxxx.c - still not working here

2000-09-19 Thread Vojtech Pavlik
ernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/ Andre Hedrick The Linux ATA/IDE guy -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

[patch - critical] Fixes for VIA IDE driver

2000-09-21 Thread Vojtech Pavlik
for vt82c596a users. TIA. -- Vojtech Pavlik SuSE Labs --- linux-old/drivers/ide/via82cxxx.c Wed Sep 6 17:07:56 2000 +++ linux/drivers/ide/via82cxxx.c Wed Sep 20 23:33:08 2000 @@ -1,5 +1,5 @@ /* - * $Id: via82cxxx.c,v 2.1 2000/08/29 01:34:60 vojtech Exp $ + * $Id: via82cxxx.c,v 2.1b

Re: [patch] mousedev.c

2000-09-21 Thread Vojtech Pavlik
; case BTN_2: case BTN_STYLUS2: case BTN_MIDDLE: index = 2; break; -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: reading 1 hardsector size, not one block size

2000-09-30 Thread Vojtech Pavlik
there. Anyway, I believe that it'd be good to report the REAL geometry to the user, but also the faked one so that he sees what's happening. Possibly allowing him to enable the full capacity say by using the kernel command line. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line

Re: reading 1 hardsector size, not one block size

2000-09-30 Thread Vojtech Pavlik
inux sees as the end of the device? I don't think this will ever happen - you can get Linux to see the whole space (even beyond what's reported by the drive), you can get Linux to see the extra space as a different device, but I don't believe it is reasonable to have an extra API for this kind of ac

Re: Hard Disk Slowdown w/new mobo?

2000-10-01 Thread Vojtech Pavlik
be much appreciated - this upgrade has been hell. Have you enabled VIA support in the kernel? Are you using the latest kernel? -- 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: PATCH 2.4.0.9.8: Fix IDE...

2000-10-03 Thread Vojtech Pavlik
E devices no longer called chipset init. People either had no IDE, or were stuck in legacy mode. This fixes it. The IDE layer is in serious need of a cleanup though, IMHO... Yes, yes, yes. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kern

Re: Status of ReiserFS + Journalling

2000-10-05 Thread Vojtech Pavlik
On Thu, Oct 05, 2000 at 09:49:29AM +0200, Andi Kleen wrote: On Thu, Oct 05, 2000 at 09:39:34AM +0200, Vojtech Pavlik wrote: Hmm, now that I think about it, this can be brought to data corruption even easier ... Imagine a case where a stripe isn't written completely. One of the drives

[preview] VIA v3.6 and AMD v1.2 IDE drivers

2000-10-06 Thread Vojtech Pavlik
Hi! For those who like to try out the very latest developments, I'm including my latest VIA and AMD IDE tuning drivers. Just place all the files in drivers/ide of a 2.4 kernel and have fun. Of course, I'm interested in all success/failure stories. Thanks. -- Vojtech Pavlik SuSE Labs

Re: [preview] VIA v3.6 and AMD v1.2 IDE drivers

2000-10-06 Thread Vojtech Pavlik
interference inside the chip. The time on the machine then behaves rather funny ... I wonder if this affects other VIA chips as well or just my stepping CD silicon of the 686a. By the way, any comments about the new VIA AMD drivers, and the ide-tuning.h include file? -- Vojtech Pavlik SuSE Labs

Re: [preview] VIA v3.6 and AMD v1.2 IDE drivers

2000-10-06 Thread Vojtech Pavlik
On Fri, Oct 06, 2000 at 08:04:42AM -0400, Byron Stanoszek wrote: On Fri, 6 Oct 2000, Vojtech Pavlik wrote: Hi! For those who like to try out the very latest developments, I'm including my latest VIA and AMD IDE tuning drivers. Just place all the files in drivers/ide of a 2.4

Re: [OOPS] unloading ns558 driver in Linux 2.4.0-test9

2000-10-09 Thread Vojtech Pavlik
eady fixed in the input CVS. I've sent a patch to Linus now. -- 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] drivers/usb/Config.in

2000-10-10 Thread Vojtech Pavlik
USB $CONFIG_INPUT fi Config.in is correct as is. hid.c vs usbkbd.c+usbmouse.c are two different ways to drive the same devices (Full HID vs. HIDBP). You can't use both at once, hence the '!='. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe lin

Re: Incorrect UDMA timing on VIA vt82c596b

2000-10-10 Thread Vojtech Pavlik
I've even seen systems shipped like that. -- 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: Incorrect UDMA timing on VIA vt82c596b

2000-10-10 Thread Vojtech Pavlik
dirty tricks. I'll have to try that. -- 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: Incorrect UDMA timing on VIA vt82c596b

2000-10-10 Thread Vojtech Pavlik
On Tue, Oct 10, 2000 at 11:17:31AM +0200, Markus Pfeiffer wrote: Vojtech Pavlik wrote: On Tue, Oct 10, 2000 at 12:43:33AM -0700, Andre Hedrick wrote: Btw, reading the ATA/ATAPI-6 specs I think UDMA66 should work on a setup where would be just one drive and a really short, 40-wire cable

Re: Incorrect UDMA timing on VIA vt82c596b

2000-10-10 Thread Vojtech Pavlik
and your original setup (the UDMA66 drive and the ZIP on one cable)? It'd answer a couple questions. -- Vojtech Pavlik SuSE Labs --- linux-2.4.0-t10-1-pristine/drivers/ide/ide-features.c Thu Aug 3 16:07:42 2000 +++ linux-2.4.0-t10-1.smsc/drivers/ide/ide-features.c Tue Oct 10 00:00:38 2000

Re: Weird combo: VIA vt82c586b+IBM djna-371800+Toshiba XM-5702b

2000-10-10 Thread Vojtech Pavlik
ally weird. What does test10-pre1 on this setup? Still the same problems? -- 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: getting struct pci_dev from struct netdevice

2000-10-10 Thread Vojtech Pavlik
On Tue, Oct 10, 2000 at 04:44:40PM +0530, [EMAIL PROTECTED] wrote: hi all, given struct netdevice for any pci network device, is there any way to get corresponding "struct pci_dev". No. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscri

Re: Incorrect UDMA timing on VIA vt82c596b

2000-10-10 Thread Vojtech Pavlik
: set_drive_speed_status: status=0x51 { DriveReady SeekComplete Error } hdb: set_drive_speed_status: error=0x04 hdb: 244736kB, 239/64/32 CHS, 4096 kBps, 512 sector size, 2941 rpm Partition check: hda: hda1 hda2 hda3 hda4 hda5 hda6 hda7 hda8 hda9 hda10 hda11 -- Vojtech Pavlik SuSE Labs

Re: Incorrect UDMA timing on VIA vt82c596b

2000-10-10 Thread Vojtech Pavlik
for your help, too. -- 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: Incorrect UDMA timing on VIA vt82c596b

2000-10-10 Thread Vojtech Pavlik
of 404), table 2, row 4, column 1, plus comment 4 in the same table. And from the engineering point of view, it seems reasonable, too. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] P

Re: Incorrect UDMA timing on VIA vt82c596b

2000-10-10 Thread Vojtech Pavlik
isn't any minimum length specified for that case. This may be some relict in the spec, though. -- 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: getting struct pci_dev from struct netdevice

2000-10-11 Thread Vojtech Pavlik
pci devices being controlled by same driver. Yes, they do it, but they don't have to, they can point pci_dev-driver_data to any structure they like. Expect this to happen somewhere sometime. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: Incorrect UDMA timing on VIA vt82c596b

2000-10-14 Thread Vojtech Pavlik
On Tue, 10 Oct 2000, Vojtech Pavlik wrote: Btw, reading the ATA/ATAPI-6 specs I think UDMA66 should work on a setup where would be just one drive and a really short, 40-wire cable without problems as well. I've even seen systems shipped like that. On Tue, Oct 10 2000, Mark Hahn

Re: New Benchmark tools, lookie looky........

2000-10-17 Thread Vojtech Pavlik
any benchmarking benefit over traditional access via /dev/hda? -- 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: problems with udma66

2000-10-17 Thread Vojtech Pavlik
- 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/ -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

Re: [PATCH] Make agpsupport work with modversions

2000-10-19 Thread Vojtech Pavlik
. -- 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] Make agpsupport work with modversions

2000-10-19 Thread Vojtech Pavlik
]register_driver() functions, which are exported by the DRM generic module and have the card-specific modules call that. This way the DRM generic module will know what drivers are loaded. For an example see the PCI subsystem, USB, Input, chardevices, TTY layer, whatever ... -- Vojtech Pavlik SuSE Labs

Re: Topic for discussion: OS Design

2000-10-23 Thread Vojtech Pavlik
many many times around with little benefit. -- 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: 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: 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: 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: Linux 2.4.2ac12

2001-03-06 Thread Vojtech Pavlik
On Mon, Mar 05, 2001 at 04:37:00PM -0500, David Riley wrote: Alan Cox wrote: 2.4.2-ac12 o Update VIA IDE driver to 3.21 (Vojtech Pavlik) |No UDMA66 on 82c686 Um... Does that include 686a? 82c686a is supposed to handle UDMA66... Or is it a corruption

Re: 2.4.2-ac12 unknown southbridge

2001-03-06 Thread Vojtech Pavlik
sn't sure for the 10 and 11 revisions. 586a doesn't have a functional UDMA66 engine and causes crashes if programmed to UDMA66. 00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile South] (rev 11) It's the revision number - 11 in your case. -- Vojtech Pavlik SuSE Labs - To unsubs

Re: 2.4.2-ac12 unknown southbridge

2001-03-06 Thread Vojtech Pavlik
On Tue, Mar 06, 2001 at 10:29:00AM +0100, Mike Galbraith wrote: On Tue, 6 Mar 2001, Vojtech Pavlik wrote: On Tue, Mar 06, 2001 at 10:09:05AM +0100, Mike Galbraith wrote: The driver forget what it always called a vt82c596b before. Reverting the below brought it back on-line, and all

  1   2   3   4   5   6   7   8   9   10   >