Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-22 Thread Thomas Quinot
Le 2003-09-22, Dan Naumov écrivait : > Speaking of failing, should I completely disregard the probe2:ata1 > warnings during boot which you saw in the dmesg output I sent you ? Yes, these messages are perfectly inocuous, they mean that your CD drive does not provide serial number information. You

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Dan Naumov
On Mon, 2003-09-22 at 00:07, Thomas Quinot wrote: > Le 2003-09-21, Bryan Liesner écrivait : > > > Thanks, the hang problems are fixed now. > > That's great news! I am also very grateful for your fix. I now seem to be able to run -CURRENT on my home desktop without any issues whatsoever :) > >

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Thomas Quinot
Le 2003-09-21, Bryan Liesner écrivait : > Thanks, the hang problems are fixed now. That's great news! > No one told me that I was barking up the wrong tree... Ah, computers are fragile and playful things that always find creative and unexcepted ways of failing... :) Thomas. -- [EMAIL PRO

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Daniel Eischen
On Sun, 21 Sep 2003, Daniel Eischen wrote: > On Sun, 21 Sep 2003, Thomas Quinot wrote: > > > Le 2003-09-21, Daniel Eischen écrivait : > > > > > Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): CAM Status: SCSI Status Error > > > Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): SCSI Status: Check

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Shin-ichi Yoshimoto
Subject: Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt, On Mon, 22 Sep 2003 03:01:28 +0900, Shin-ichi Yoshimoto wrote: > Ok, I will try it. I tried to cvsup and make build & installkernel. This kernel said: [snip] acpi_cpu: throttling enabled, 2 steps (100%

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Bryan Liesner
On Sun, 21 Sep 2003, Thomas Quinot wrote: > Le 2003-09-21, Bryan Liesner écrivait : > > > The patch doesn't take care of the hang for me. > > Does it change anything, or do you still see the 'REQUEST_SENSE > recovered from missing interrupt'? Is your source tree up-to-date? > Several fixes have be

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Shin-ichi Yoshimoto
Subject: Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt, On Sun, 21 Sep 2003 18:57:43 +0200, Thomas Quinot wrote: > Can't you drop into DDB at that point? Ok, I will try it. > Also, do you have up-to-date sources? Yes, of course. I have recent ones. --

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Daniel Eischen
On Sun, 21 Sep 2003, Thomas Quinot wrote: > Le 2003-09-21, Daniel Eischen écrivait : > > > Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): CAM Status: SCSI Status Error > > Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): SCSI Status: Check Condition > > Sep 21 12:40:28 sirius kernel: (cd0:ata0:

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Thomas Quinot
Le 2003-09-21, Daniel Eischen écrivait : > Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): CAM Status: SCSI Status Error > Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): SCSI Status: Check Condition > Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): Recovered Sense > Sep 21 12:40:28 sirius kern

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Daniel Eischen
On Sun, 21 Sep 2003, Thomas Quinot wrote: > Le 2003-09-21, Bryan Liesner écrivait : > > > The patch doesn't take care of the hang for me. > > Does it change anything, or do you still see the 'REQUEST_SENSE > recovered from missing interrupt'? Is your source tree up-to-date? > Several fixes have

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Thomas Quinot
Le 2003-09-21, Shin-ichi Yoshimoto écrivait : > I could not get a backtrace because infinite loop occured like this: Can't you drop into DDB at that point? Also, do you have up-to-date sources? Thomas. -- [EMAIL PROTECTED] ___ [EMAIL PROTECTED] m

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Thomas Quinot
Le 2003-09-21, Bryan Liesner écrivait : > The patch doesn't take care of the hang for me. Does it change anything, or do you still see the 'REQUEST_SENSE recovered from missing interrupt'? Is your source tree up-to-date? Several fixes have been committed to both the ATA and the CAM subsystems rec

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Thomas Quinot
Le 2003-09-21, Dan Naumov écrivait : > (probe2:ata1:0:0:0): Recovered Sense > (probe2:ata1:0:0:0): INQUIRY. CDB: 12 1 80 0 ff 0 > (probe2:ata1:0:0:0): CAM Status: SCSI Status Error > (probe2:ata1:0:0:0): SCSI Status: Check Condition > (probe2:ata1:0:0:0): ILLEGAL REQUEST asc:24,0 > (probe2:ata1:0

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Dan Naumov
On Sat, 2003-09-20 at 22:53, Thomas Quinot wrote: > Le 2003-09-20, Daniel Eischen écrivait : > > > No, using latest sources, with or without atapicam, does > > not solve the problem. It still hangs. > > Please try the patch below, it should at least work around the problem. I have rebuilt world

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-20 Thread Bryan Liesner
On Sat, 20 Sep 2003, Thomas Quinot wrote: > Le 2003-09-20, Daniel Eischen écrivait : > > > No, using latest sources, with or without atapicam, does > > not solve the problem. It still hangs. > > Please try the patch below, it should at least work around the problem. > > > http://people.freebsd.

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-20 Thread Shin-ichi Yoshimoto
Subject: Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt, On Sun, 21 Sep 2003 00:23:36 +0200, Thomas Quinot wrote: > Can you get a backtrace at that point? I could not get a backtrace because infinite loop occured like this: [snip] ata0-master: pio=0x0c wdma=0x22 u

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-20 Thread Thomas Quinot
Le 2003-09-20, Shin-ichi Yoshimoto écrivait : > > acd0: WARNING - REQUEST_SENSE recovered from missing interrupt > This message disappeared, but It still hang Can you get a backtrace at that point? -- [EMAIL PROTECTED] ___ [EMAIL PROTECTED] maili

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-20 Thread Shin-ichi Yoshimoto
Subject: Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt, On Sat, 20 Sep 2003 21:53:11 +0200, Thomas Quinot wrote: > Please try the patch below, it should at least work around the problem. I tried your patch. > acd0: WARNING - REQUEST_SENSE recovered from m

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-20 Thread Thomas Quinot
Le 2003-09-20, Daniel Eischen écrivait : > No, using latest sources, with or without atapicam, does > not solve the problem. It still hangs. Please try the patch below, it should at least work around the problem. > http://people.freebsd.org/~deischen/ata_hang.091903 Interesting, the last 2 l