Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 1995 19:11:52 +0100
From:      se@MI.Uni-Koeln.DE (Stefan Esser)
To:        freebsd-current@FreeBSD.org
Subject:   Re: Any one seeing these... sd0(ncr0:0:0):
Message-ID:  <199503151811.AA00956@ParC02.MI.Uni-Koeln.DE>
In-Reply-To: Peter Dufault <dufault@hda.com> "Re: Any one seeing these... sd0(ncr0:0:0):" (Mar 15,  8:41)

next in thread | previous in thread | raw e-mail | index | archive | help
On Mar 15,  8:41, Peter Dufault wrote:
} Subject: Re: Any one seeing these... sd0(ncr0:0:0):
} 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);

O, well, ... 

You are right. This seems 
to be the one occurance of 
sc_print_addr(), that isn't 
correctly conditionalized.

Just being fixed ...

STefan



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