9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: miller@hamnavoe.demon.co.uk miller@hamnavoe.demon.co.uk
Subject: [9fans] Installing plan9
Date: Thu,  7 May 1998 10:43:04 +0100	[thread overview]
Message-ID: <19980507094304.rBqvOcVS-XtoOfQLhD0sZWSAYJgI0_7CcwiCBh-XG0s@z> (raw)

The message

> cmd=00, lastcmd=A0 cdsize count 14, status 0x50, error 0x00

probably means that an ATAPI cd-rom is returning 14 bytes of data
instead of 18 to a Creqsense command.  That's what my Mitsumi FX400
does.  You can make the message go away by changing
	if(cp->count != 18){         /* ?Mitsumi? */
to
	if(cp->count != 18 && cp->count != 14){
in devata.c (it doesn't seem to do any harm).

-- Richard Miller





             reply	other threads:[~1998-05-07  9:43 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-07  9:43 miller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-02-06 17:50 Brad Davis
     [not found] <20040206154802.1583.14574.Mailman@psuvax1.cse.psu.edu>
2004-02-06 16:57 ` antiallergic
2004-02-06 17:20   ` andrey mirtchovski
2004-02-06 17:38   ` Jim Choate
2004-02-06 18:07     ` michael h. collins
2004-02-06 18:24       ` Jim Choate
2004-02-06 20:42         ` michael h. collins
2004-02-05  7:37 antiallergic
2004-02-11 18:27 ` Alberto Cortés
2001-01-15 10:48 [9fans] installing plan9 Russ Cox
2001-01-16  9:43 ` Andries Brouwer
2001-01-15 10:01 Andries Brouwer
1998-05-10 16:39 [9fans] Installing plan9 jim
1998-05-10 16:24 miller
1998-05-10 13:32 jim
1998-05-06 12:36 Franklin
1998-05-05 20:46 Franklin
1998-04-22  2:11 Kevin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19980507094304.rBqvOcVS-XtoOfQLhD0sZWSAYJgI0_7CcwiCBh-XG0s@z \
    --to=miller@hamnavoe.demon.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).