Re: Changes to ide-cd for 2.4.1 are broken?

2001-03-01 Thread John Fremlin
"Michael Johnson" <[EMAIL PROTECTED]> writes: > >> You know all about this stuff, so probably I am mistaken. > >> However, my copy of SFF8020-r2.6 everywhere has > >> "Sense 02 ASC 3A: Medium not present" without giving > >> subcodes to distinguish Tray Open from No Disc. > >> So, it seems to me

Re: Changes to ide-cd for 2.4.1 are broken?

2001-03-01 Thread John Fremlin
"Michael Johnson" [EMAIL PROTECTED] writes: You know all about this stuff, so probably I am mistaken. However, my copy of SFF8020-r2.6 everywhere has "Sense 02 ASC 3A: Medium not present" without giving subcodes to distinguish Tray Open from No Disc. So, it seems to me that drives

Re: Changes to ide-cd for 2.4.1 are broken?

2001-02-22 Thread John Fremlin
Jens Axboe <[EMAIL PROTECTED]> writes: [...] > > You know all about this stuff, so probably I am mistaken. > > However, my copy of SFF8020-r2.6 everywhere has > > "Sense 02 ASC 3A: Medium not present" without giving > > subcodes to distinguish Tray Open from No Disc. > > So, it seems to me that

Re: Changes to ide-cd for 2.4.1 are broken?

2001-02-22 Thread John Fremlin
Jens Axboe [EMAIL PROTECTED] writes: [...] You know all about this stuff, so probably I am mistaken. However, my copy of SFF8020-r2.6 everywhere has "Sense 02 ASC 3A: Medium not present" without giving subcodes to distinguish Tray Open from No Disc. So, it seems to me that drives

Re: Changes to ide-cd for 2.4.1 are broken?

2001-02-18 Thread Jens Axboe
On Sun, Feb 18 2001, [EMAIL PROTECTED] wrote: > > + /* > > +* If not using Mt Fuji extended media tray reports, > > +* just return TRAY_OPEN since ATAPI doesn't provide > > +* any other way to detect this... > > +

Re: Changes to ide-cd for 2.4.1 are broken?

2001-02-18 Thread Andries . Brouwer
From: Jens Axboe <[EMAIL PROTECTED]> On Sat, Feb 17 2001, John Fremlin wrote: > Specifically, this part: > > @@ -2324,11 +2309,17 @@ > sense.ascq == 0x04) > return CDS_DISC_OK; > > + > + /* >

Re: Changes to ide-cd for 2.4.1 are broken?

2001-02-18 Thread Jens Axboe
On Sat, Feb 17 2001, John Fremlin wrote: > Specifically, this part: > > @@ -2324,11 +2309,17 @@ > sense.ascq == 0x04) > return CDS_DISC_OK; > > + > + /* > +* If not using Mt Fuji extended media tray reports, > +

Re: Changes to ide-cd for 2.4.1 are broken?

2001-02-18 Thread Jens Axboe
On Sat, Feb 17 2001, John Fremlin wrote: Specifically, this part: @@ -2324,11 +2309,17 @@ sense.ascq == 0x04) return CDS_DISC_OK; + + /* +* If not using Mt Fuji extended media tray reports, +*

Re: Changes to ide-cd for 2.4.1 are broken?

2001-02-18 Thread Andries . Brouwer
From: Jens Axboe [EMAIL PROTECTED] On Sat, Feb 17 2001, John Fremlin wrote: Specifically, this part: @@ -2324,11 +2309,17 @@ sense.ascq == 0x04) return CDS_DISC_OK; + + /* +

Re: Changes to ide-cd for 2.4.1 are broken?

2001-02-18 Thread Jens Axboe
On Sun, Feb 18 2001, [EMAIL PROTECTED] wrote: + /* +* If not using Mt Fuji extended media tray reports, +* just return TRAY_OPEN since ATAPI doesn't provide +* any other way to detect this... +