* Re: Re: 2.4.x 2.5.x wishlist
@ 2001-12-06 21:03 joeja
2001-12-06 21:46 ` Paul Bristow
0 siblings, 1 reply; 8+ messages in thread
From: joeja @ 2001-12-06 21:03 UTC (permalink / raw)
To: Paul Bristow; +Cc: joeja, linux-kernel, Marcelo Tosatti
I tried the patch on your site against 2.4.14, it helped, system still hung...
hdd lost interrupt
is there buffereing done in data transfers to disks?
I.E. if I cp to a drive is the data transfered right away or is there a delay?
J
>I have a patch out, and am trying to convince Marcelo to include it. I
> *DO* know about this as I get lots of the mail complaining about it. > If
> you are suffering, please try with the patch
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.4.x 2.5.x wishlist
2001-12-06 21:03 Re: 2.4.x 2.5.x wishlist joeja
@ 2001-12-06 21:46 ` Paul Bristow
2001-12-06 22:35 ` Andre Hedrick
0 siblings, 1 reply; 8+ messages in thread
From: Paul Bristow @ 2001-12-06 21:46 UTC (permalink / raw)
To: joeja, linux-kernel; +Cc: Andre Hedrick
joeja@mindspring.com wrote:
> I tried the patch on your site against 2.4.14, it helped, system still hung...
Damn. Lost interrupt is outside my code. This lives in the ide driver
proper and is probably relative toi the via82cxxx specific controller
code that is deep voodoo from Andre. I guess Andre/Jens have not found
all the *funnies* in the buggy chipset.
> hdd lost interrupt
>
> is there buffereing done in data transfers to disks?
Yes, but at the FS level, not in clever driver level stuff.
> I.E. if I cp to a drive is the data transfered right away or is there a delay?
>
> J
>
>
>>I have a patch out, and am trying to convince Marcelo to include it. I
>>*DO* know about this as I get lots of the mail complaining about it. > If
>>you are suffering, please try with the patch
>>
>
--
Paul
Email:
paul@paulbristow.net
Web:
http://paulbristow.net
ICQ:
11965223
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.4.x 2.5.x wishlist
2001-12-06 21:46 ` Paul Bristow
@ 2001-12-06 22:35 ` Andre Hedrick
2001-12-07 3:29 ` Joe
0 siblings, 1 reply; 8+ messages in thread
From: Andre Hedrick @ 2001-12-06 22:35 UTC (permalink / raw)
To: Paul Bristow; +Cc: joeja, linux-kernel
On Thu, 6 Dec 2001, Paul Bristow wrote:
> joeja@mindspring.com wrote:
>
> > I tried the patch on your site against 2.4.14, it helped, system still hung...
>
>
> Damn. Lost interrupt is outside my code. This lives in the ide driver
> proper and is probably relative toi the via82cxxx specific controller
> code that is deep voodoo from Andre. I guess Andre/Jens have not found
> all the *funnies* in the buggy chipset.
Paul I have to finish a packet_taskfile_ioctl for seeing if we have to
correct data-transport rules in place. For the longest time it has been a
pig in a poke. The ATAPI diagnostics toolkit will be significantly
tougher but still doable.
Regards,
Andre Hedrick
Linux ATA Development
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.4.x 2.5.x wishlist
2001-12-06 22:35 ` Andre Hedrick
@ 2001-12-07 3:29 ` Joe
0 siblings, 0 replies; 8+ messages in thread
From: Joe @ 2001-12-07 3:29 UTC (permalink / raw)
To: Andre Hedrick; +Cc: Paul Bristow, linux-kernel
Andre Hedrick wrote:
> > Damn. Lost interrupt is outside my code. This lives in the ide driver
> > proper and is probably relative toi the via82cxxx specific controller
> > code that is deep voodoo from Andre. I guess Andre/Jens have not found
> > all the *funnies* in the buggy chipset.
>
> Paul I have to finish a packet_taskfile_ioctl for seeing if we have to
> correct data-transport rules in place. For the longest time it has been a
> pig in a poke. The ATAPI diagnostics toolkit will be significantly
> tougher but still doable.
that's why I am hoping to get it into the wish list for 2.5...
^ permalink raw reply [flat|nested] 8+ messages in thread
* 2.4.x 2.5.x wishlist
@ 2001-12-05 22:57 joeja
2001-12-05 23:14 ` Dave Jones
2001-12-05 23:18 ` Paul Bristow
0 siblings, 2 replies; 8+ messages in thread
From: joeja @ 2001-12-05 22:57 UTC (permalink / raw)
To: linux-kernel
Well now that 2.5 is open I thought I'd add this to the wish list.
1) I wish that ECC/ECP/IEEE 1294 would be fixed in 2.4 and 2.5 and work right as this is causing problems in some webcams that worked in 2.2.x but now no longer work in 2.4. And since just about every major distribution is shipping 2.4 it makes it a little harder to use a 2.2 kernel if you get a dsitro as many are tuned to 2.4 and often don't work right with 2.2. This actually killed my web cam somewhere around 2.4.10~13.14?
2) The nasty VIA ide-floppy / iomega zip 100 drive bugs would get fixed as well as this prevents people from using their zip drives under Linux and forces them to use them under another OS.
just my .02 cents
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.4.x 2.5.x wishlist
2001-12-05 22:57 joeja
@ 2001-12-05 23:14 ` Dave Jones
2001-12-05 23:18 ` Paul Bristow
1 sibling, 0 replies; 8+ messages in thread
From: Dave Jones @ 2001-12-05 23:14 UTC (permalink / raw)
To: joeja; +Cc: linux-kernel
On Wed, 5 Dec 2001 joeja@mindspring.com wrote:
> 2) The nasty VIA ide-floppy / iomega zip 100 drive bugs would get fixed
> as well as this prevents people from using their zip drives under Linux
> and forces them to use them under another OS.
Last I checked, mine worked fine. Details please?
Dave.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.4.x 2.5.x wishlist
2001-12-05 22:57 joeja
2001-12-05 23:14 ` Dave Jones
@ 2001-12-05 23:18 ` Paul Bristow
2001-12-06 14:15 ` Marcelo Tosatti
1 sibling, 1 reply; 8+ messages in thread
From: Paul Bristow @ 2001-12-05 23:18 UTC (permalink / raw)
To: joeja; +Cc: linux-kernel, Marcelo Tosatti
joeja@mindspring.com wrote:
> Well now that 2.5 is open I thought I'd add this to the wish list.
>
> 1) I wish that ECC/ECP/IEEE 1294 would be fixed in 2.4 and 2.5 and work right as this is causing problems in some webcams that worked in 2.2.x but now no longer work in 2.4. And since just about every major distribution is shipping 2.4 it makes it a little harder to use a 2.2 kernel if you get a dsitro as many are tuned to 2.4 and often don't work right with 2.2. This actually killed my web cam somewhere around 2.4.10~13.14?
>
> 2) The nasty VIA ide-floppy / iomega zip 100 drive bugs would get fixed as well as this prevents people from using their zip drives under Linux and forces them to use them under another OS.
I have a patch out, and am trying to convince Marcelo to include it. I
*DO* know about this as I get lots of the mail complaining about it. If
you are suffering, please try with the patch
Marcelo, can we put the ide-floppy patch in the next 2.4.17-pre? I'll
happily send you the patch again.
> just my .02 cents
and my 0.02 euros :-)
--
Paul
ide-floppy maintainer
Email:
paul@paulbristow.net
Web:
http://paulbristow.net
ICQ:
11965223
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.4.x 2.5.x wishlist
2001-12-05 23:18 ` Paul Bristow
@ 2001-12-06 14:15 ` Marcelo Tosatti
0 siblings, 0 replies; 8+ messages in thread
From: Marcelo Tosatti @ 2001-12-06 14:15 UTC (permalink / raw)
To: Paul Bristow; +Cc: joeja, linux-kernel
On Thu, 6 Dec 2001, Paul Bristow wrote:
> joeja@mindspring.com wrote:
>
> > Well now that 2.5 is open I thought I'd add this to the wish list.
> >
> > 1) I wish that ECC/ECP/IEEE 1294 would be fixed in 2.4 and 2.5 and work right as this is causing problems in some webcams that worked in 2.2.x but now no longer work in 2.4. And since just about every major distribution is shipping 2.4 it makes it a little harder to use a 2.2 kernel if you get a dsitro as many are tuned to 2.4 and often don't work right with 2.2. This actually killed my web cam somewhere around 2.4.10~13.14?
> >
> > 2) The nasty VIA ide-floppy / iomega zip 100 drive bugs would get fixed as well as this prevents people from using their zip drives under Linux and forces them to use them under another OS.
>
>
> I have a patch out, and am trying to convince Marcelo to include it. I
> *DO* know about this as I get lots of the mail complaining about it. If
> you are suffering, please try with the patch
>
> Marcelo, can we put the ide-floppy patch in the next 2.4.17-pre? I'll
> happily send you the patch again.
Send it again together with a full description of what the patch
changes, please.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2001-12-07 3:24 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-06 21:03 Re: 2.4.x 2.5.x wishlist joeja
2001-12-06 21:46 ` Paul Bristow
2001-12-06 22:35 ` Andre Hedrick
2001-12-07 3:29 ` Joe
-- strict thread matches above, loose matches on Subject: below --
2001-12-05 22:57 joeja
2001-12-05 23:14 ` Dave Jones
2001-12-05 23:18 ` Paul Bristow
2001-12-06 14:15 ` Marcelo Tosatti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox