Date: Wed, 08 Apr 1998 12:09:56 +1000 From: John Saunders <john.saunders@scitec.com.au> To: sfarrell+lists@farrell.org Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Sysintstall probing hosed on -STABLE? Message-ID: <352ADC74.674C6B22@scitec.com.au> References: <19305.891998449@time.cdrom.com> <877m512i5r.fsf@phaedrus.uchicago.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
sfarrell+lists@farrell.org wrote: > "Jordan K. Hubbard" <jkh@time.cdrom.com> writes: > > Hmmmm. This is very odd - I can't think of any reason why it would > > wait, nor does it wait anywhere near that long on my 2 IDE/1 SCSI > > drive spambox. > > > > Hmmmmm. *shug*? :-) > > Speaking of which... on mine it waits about 30-60 seconds probing the > ide CDROM... which i've ignored for ages (i.e., this is not new > behavior). Is there any way to speed this up? Yeah. I have 2 machines. One machine is configured as... IDE drive on primary as master IDE drive on secondary as master IDE CDROM on secondary as slave This machine flys through the IDE probing which is great. My other machine is configured as... IDE drive on primary as master IDE CDROM on secondary as master I used to wait about 60 seconds for the probing until I patched wd.c to reduce the timeouts. If I make the CDROM a slave it doesn't get detected either. Take a look at /sys/i386/isa/wd.c. Near the top there are 2 #defines for TIMEOUT and RETRIES. You can play with these a bit to make the probe not so painful. However don't cut them too short or it will stop detecting your drives altogether. Also keep a copying of the pre-patched kernel around just in case :) Cheers. -- +------------------------------------------------------------+ . | John Saunders mailto:John.Saunders@scitec.com.au (Work) | ,--_|\ | mailto:john@nlc.net.au (Home) | / Oz \ | http://www.nlc.net.au/~john/ | \_,--\_/ | SCITEC LIMITED Phone +61 2 9428 9563 Fax +61 2 9428 9933 | v | "By the time you make ends meet, they move the ends." | +------------------------------------------------------------+ 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?352ADC74.674C6B22>