From owner-freebsd-current Mon Sep 21 16:16:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08662 for freebsd-current-outgoing; Mon, 21 Sep 1998 16:16:17 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08529; Mon, 21 Sep 1998 16:15:29 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id RAA15211; Mon, 21 Sep 1998 17:14:55 -0600 (MDT) Message-Id: <199809212314.RAA15211@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Kenneth D. Merry" cc: jmz@FreeBSD.ORG (Jean-Marc Zucconi), freebsd-current@FreeBSD.ORG Subject: Re: [CAM] boot messages, not configured devices In-reply-to: Your message of "Mon, 21 Sep 1998 16:06:10 MDT." <199809212206.QAA09558@panzer.plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 21 Sep 1998 17:08:27 -0600 From: "Justin T. Gibbs" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Jean-Marc Zucconi wrote... >> Thanks to the latest changes in the ncr driver I am able to boot a cam >> kernel. It works well, but I get a lot of >> 'MSG_MESSAGE_REJECT received (2:8)' messages during boot (see log >> below). What do they mean? > >It looks like one of your CDROM drives doesn't like it when we try to scan >additional LUNs. I've attached a patch to cam_xpt.c, see if that elminates >the messages. Stefan needs to decipher these messages. I don't know if the '2' above is an offset into the message buffer or the actual message byte that caused the error. I'd like to verify what error code the NCR is returning for these commands. It's not very clear to me from a cursory look at the NCR script. It should be the message rejected error code which we could use to generically deal with devices that reject the identify command when probed at higher luns. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message