From owner-freebsd-hackers Tue Mar 11 18:56:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA06064 for hackers-outgoing; Tue, 11 Mar 1997 18:56:12 -0800 (PST) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id SAA06039 for ; Tue, 11 Mar 1997 18:56:06 -0800 (PST) Received: from misery.sdf.com [204.244.213.33] by misery.sdf.com with smtp (Exim 1.59 #1) id 0w4eCb-0004Uz-00; Tue, 11 Mar 1997 18:55:41 -0800 Date: Tue, 11 Mar 1997 18:55:41 -0800 (PST) From: Tom Samplonius To: "Justin T. Gibbs" cc: gibbs@freefall.freebsd.org, hackers@freebsd.org Subject: Re: Panic with ahc driver In-Reply-To: <199703120227.TAA01585@narnia.plutotech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 11 Mar 1997, Justin T. Gibbs wrote: > > > > I'm getting: > > > >panic: ahc1:A:0: Target did not send an IDENTIFY message. LASTPHASE = > >0x0, SAVED_TCL = 0x0 > > ... > > > I've looked at the code, and there is a comment in NO_IDENT case about > >alternatives to a panic. Is it really that serious? If I converted the > >panic() call to a printf() could I really break something badly? :) > > You don't have the latest driver, although the latest one may not fix this > problem either. -stable and 2.2 have the same driver, but the driver in > 2.1.7R is old. Sorry, I just remembered I forgot to include that. I actually cvsup'ped stable this yesterday. It still calls itself 2.1.7, but I guess it really is 2.1.7++. aic7xxx.c is rev 1.29.2.32 (stable version number). I just checked current and stable sources on ftp.freebsd.org, and it appears that some things in aic7xxx.c haven't been committed to stable yet, including changes to the NO_IDENT case. These changes leave out the panic. > >Tom > > > > > > > > -- > Justin T. Gibbs > =========================================== > FreeBSD: Turning PCs into workstations > =========================================== Tom