Date: Mon, 27 Nov 2000 20:56:14 +0100 From: Hanspeter Roth Bsag <roth@bsag.ch> To: Christoph Sold <so@server.i-clue.de> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: not waiting for SCSI devices Message-ID: <20001127205614.A20873@bs11.bsag.ch> In-Reply-To: <3A22A4FE.20603@i-clue.de>; from so@server.i-clue.de on Mon, Nov 27, 2000 at 07:16:30PM %2B0100 References: <20001124220506.A4147@bs11.bsag.ch> <3A22A4FE.20603@i-clue.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 27, 2000 at 07:16:30PM +0100, Christoph Sold wrote: > Hanspeter Roth Bsag wrote: > > > Hello, > > > > After making installkernel the new kernel doesn't wait for the > > Scsi devices to settle any more an hence dosen't recognise the > > Scsi device `da' any more. > > > > What's wrong? > > The line > > options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device > > is missing from your config file. I have now created a separat config TEST and set SCSI_DELAY to 8000. But still it dosn't wait any second. I found there were some opt_scsi.h created below /usr/src/sys/compile/TEST/... /usr/src/sys/compile/TEST/opt_scsi.h has #define SCSI_DELAY 8000 .../modules/usr/src/sys/modules/aha/opt_scsi.h has #define SCSI_DELAY 15000 And the ones in .../modules/umass, vpo, asr and mly are empty. Any ideas? -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001127205614.A20873>