From owner-freebsd-hackers Sat Jun 13 12:50:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28613 for freebsd-hackers-outgoing; Sat, 13 Jun 1998 12:50:42 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from antipodes.cdrom.com (castles301.castles.com [208.214.167.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28608 for ; Sat, 13 Jun 1998 12:50:37 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id LAA00629; Sat, 13 Jun 1998 11:45:54 -0700 (PDT) Message-Id: <199806131845.LAA00629@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Doug White cc: hackers@FreeBSD.ORG Subject: Re: ATAPI CD ROM Installation Failure on BSD 2.2.6 (fwd) In-reply-to: Your message of "Thu, 11 Jun 1998 02:39:58 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 13 Jun 1998 11:45:54 -0700 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Somebody want to try to decode the ATAPI error message that this guy is > getting? We've checked cabling and it all checks out. I forget the model > of drive tho. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > NOTICE: Make sure your mailer replies to dwhite@resnet or I won't get it! > > ---------- Forwarded message ---------- > Date: Tue, 9 Jun 1998 21:15:09 -0400 > From: Hartong > To: Doug White > Subject: Re: ATAPI CD ROM Installation Failure on BSD 2.2.6 > > Hello Doug... > > Sorry about not getting back to you sooner, I had to go into the hospital > again.. ye olde kidneys went into failure mode .... > > > >Hm.... verify that your master/slave jumpers are correct and you cable is > >okay. That's about all I can figure is going on. > > > I've tried all the combinations of the CD-ROM as master and slave both on > the primary and secondary ide controller with the same results. > > ATAPI1.O: INVALID COMMAND PHASE, > IREASON=0xd8,STATUS=d8, ERROR=d8 > > > Any other ideas? > > Do you know anyone on the core team who spent some time writing the > interface driver could read the error message? Maybe they could put the > error message in context and that will provide some clues as to what is > going wrong? Sure; the driver is saying "the drive is not in the phase I expected it to be in". Sort of "what the hell does it think it's doing?" More interestingly, note that the 'ireason', 'status' and 'error' values are *all* 0xd8. This implies that there's a really basic problem talking to the drive. My suspicions would tend to suggest timing problems of some sort; either we are not giving the drive enough time to behave, or perhaps the user is overclocking and their IDE controller isn't playing the game. Seeing the full set of wd* probe messages would be useful, especially if there are other devices involved. Also, knowing the set of actions leading to the fault would help. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message