Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 1995 08:41:12 -0500 (EST)
From:      Peter Dufault <dufault@hda.com>
To:        rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes)
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: Any one seeing these... sd0(ncr0:0:0):
Message-ID:  <199503151341.IAA02147@hda.com>
In-Reply-To: <199503150907.BAA12211@gndrsh.aac.dev.com> from "Rodney W. Grimes" at Mar 15, 95 01:07:50 am

next in thread | previous in thread | raw e-mail | index | archive | help
Rodney W. Grimes writes:
> 
> I get a console message on rare occasion that just says:
> sd0(ncr0:0:0):
> 
> No message content, just the unit and controller info :-(.  Any one
> have any idea's as to where in the scsi code this might be comming
> from??

Most likely candidate I spotted is this around 5565 of pci/ncr.c.
I suspect PRINT_ADDR should be conditional on the debug logic.

>	case SIR_SENSE_FAILED:
>		/*-------------------------------------------
>		**	While trying to select for
>		**	getting the condition code,
>		**	a target reselected us.
>		**-------------------------------------------
>		*/
>		PRINT_ADDR(cp->xfer);
>		if (DEBUG_FLAGS & DEBUG_RESTART)
>			printf ("in getcc reselect by t%d.\n",
>				INB(nc_ssid)&7);

Peter


-- 
Peter Dufault               Real Time Machine Control and Simulation
HD Associates, Inc.         Voice: 508 433 6936
dufault@hda.com             Fax:   508 433 5267



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503151341.IAA02147>