Re: patch: fix 30 second hang while resuming

2005-07-02 Thread Randy Bush
Have you tried sos@ new ATAng mk III patches ? yes. they break resume on a thinkpad t41 and now seem to break my pcmcia cf insert (see other email). but otherwise, i like them a lot! randy ___ freebsd-current@freebsd.org mailing list

Re: patch: fix 30 second hang while resuming

2005-07-02 Thread Nate Lawson
Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Nate Lawson writes: My system hangs a long time in ata_generic_reset() while resuming. I did some hunting and found that the loop was running for the full 310 * 100 ms (31 seconds). Have you tried sos@ new ATAng mk III patches ? As

Re: patch: fix 30 second hang while resuming

2005-07-02 Thread Nate Lawson
Nate Lawson wrote: My system hangs a long time in ata_generic_reset() while resuming. I did some hunting and found that the loop was running for the full 310 * 100 ms (31 seconds). The bug is that the loop never exits when mask goes to 0 even though this is a termination condition (see end

Re: patch: fix 30 second hang while resuming

2005-07-02 Thread Matthew N. Dodd
On Mon, 28 Feb 2005, Poul-Henning Kamp wrote: I think you can trust sos@ to not do anything to the stuff in the tree until he sticks the new stuff in there, so testing his patches like he asked for is better use of your time. Nate's patch looks straightforward enough to me. I'd like to see

Re: patch: fix 30 second hang while resuming

2005-07-02 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Nate Lawson writes: My system hangs a long time in ata_generic_reset() while resuming. I did some hunting and found that the loop was running for the full 310 * 100 ms (31 seconds). Have you tried sos@ new ATAng mk III patches ? As far as I know he plans to

Re: patch: fix 30 second hang while resuming

2005-07-02 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Nate Lawson writes: Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Nate Lawson writes: My system hangs a long time in ata_generic_reset() while resuming. I did some hunting and found that the loop was running for the full 310 * 100 ms (31 seconds).

patch: fix 30 second hang while resuming

2005-07-02 Thread Nate Lawson
My system hangs a long time in ata_generic_reset() while resuming. I did some hunting and found that the loop was running for the full 310 * 100 ms (31 seconds). The bug is that the loop never exits when mask goes to 0 even though this is a termination condition (see end of the loop where

Re: patch: fix 30 second hang while resuming

2005-07-02 Thread Nate Lawson
Anish Mistry wrote: On Sunday 27 February 2005 06:12 pm, Nate Lawson wrote: Nate Lawson wrote: My system hangs a long time in ata_generic_reset() while resuming. I did some hunting and found that the loop was running for the full 310 * 100 ms (31 seconds). The bug is that the loop never

Re: patch: fix 30 second hang while resuming

2005-07-02 Thread Anish Mistry
On Sunday 27 February 2005 06:12 pm, Nate Lawson wrote: Nate Lawson wrote: My system hangs a long time in ata_generic_reset() while resuming. I did some hunting and found that the loop was running for the full 310 * 100 ms (31 seconds). The bug is that the loop never exits when mask

Re: patch: fix 30 second hang while resuming

2005-03-04 Thread Anish Mistry
On Sunday 27 February 2005 06:12 pm, Nate Lawson wrote: Nate Lawson wrote: My system hangs a long time in ata_generic_reset() while resuming. I did some hunting and found that the loop was running for the full 310 * 100 ms (31 seconds). The bug is that the loop never exits when mask

Re: patch: fix 30 second hang while resuming

2005-02-28 Thread Garance A Drosihn
re@ note: This might be important for 5.4-release At 5:59 PM -0800 2/27/05, Nate Lawson wrote: Garance A Drosihn wrote: One minor point: Søren is on vacation right now. I *think* he will be getting back around March 5th Augh. Not the most convenient circumstances. I'm happy to work with

patch: fix 30 second hang while resuming

2005-02-27 Thread Nate Lawson
My system hangs a long time in ata_generic_reset() while resuming. I did some hunting and found that the loop was running for the full 310 * 100 ms (31 seconds). The bug is that the loop never exits when mask goes to 0 even though this is a termination condition (see end of the loop where

Re: patch: fix 30 second hang while resuming

2005-02-27 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Nate Lawson writes: My system hangs a long time in ata_generic_reset() while resuming. I did some hunting and found that the loop was running for the full 310 * 100 ms (31 seconds). Have you tried sos@ new ATAng mk III patches ? As far as I know he plans to

Re: patch: fix 30 second hang while resuming

2005-02-27 Thread Nate Lawson
Nate Lawson wrote: My system hangs a long time in ata_generic_reset() while resuming. I did some hunting and found that the loop was running for the full 310 * 100 ms (31 seconds). The bug is that the loop never exits when mask goes to 0 even though this is a termination condition (see end of

Re: patch: fix 30 second hang while resuming

2005-02-27 Thread Nate Lawson
Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Nate Lawson writes: My system hangs a long time in ata_generic_reset() while resuming. I did some hunting and found that the loop was running for the full 310 * 100 ms (31 seconds). Have you tried sos@ new ATAng mk III patches ? As far as

Re: patch: fix 30 second hang while resuming

2005-02-27 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Nate Lawson writes: Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Nate Lawson writes: My system hangs a long time in ata_generic_reset() while resuming. I did some hunting and found that the loop was running for the full 310 * 100 ms (31 seconds).

Re: patch: fix 30 second hang while resuming

2005-02-27 Thread Matthew N. Dodd
On Mon, 28 Feb 2005, Poul-Henning Kamp wrote: I think you can trust sos@ to not do anything to the stuff in the tree until he sticks the new stuff in there, so testing his patches like he asked for is better use of your time. Nate's patch looks straightforward enough to me. I'd like to see it

Re: patch: fix 30 second hang while resuming

2005-02-27 Thread Garance A Drosihn
At 3:19 PM -0800 2/27/05, Nate Lawson wrote: Poul-Henning Kamp wrote: Have you tried sos@ new ATAng mk III patches ? As far as I know he plans to commit those shortly. One minor point: Søren is on vacation right now. I *think* he will be getting back around March 5th (assuming I understand what

Re: patch: fix 30 second hang while resuming

2005-02-27 Thread Nate Lawson
Garance A Drosihn wrote: At 3:19 PM -0800 2/27/05, Nate Lawson wrote: Poul-Henning Kamp wrote: Have you tried sos@ new ATAng mk III patches ? As far as I know he plans to commit those shortly. One minor point: Søren is on vacation right now. I *think* he will be getting back around March 5th

Re: patch: fix 30 second hang while resuming

2005-02-27 Thread Randy Bush
Have you tried sos@ new ATAng mk III patches ? yes. they break resume on a thinkpad t41 and now seem to break my pcmcia cf insert (see other email). but otherwise, i like them a lot! randy ___ freebsd-stable@freebsd.org mailing list