From owner-freebsd-current Wed Sep 30 09:27:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27317 for freebsd-current-outgoing; Wed, 30 Sep 1998 09:27:30 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from bright.fx.genx.net (bright.fx.genx.net [206.64.4.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA27312 for ; Wed, 30 Sep 1998 09:27:28 -0700 (PDT) (envelope-from bright@hotjobs.com) Received: from localhost (bright@localhost) by bright.fx.genx.net (8.9.1/8.9.1) with SMTP id MAA00407; Wed, 30 Sep 1998 12:28:25 -0500 (EST) (envelope-from bright@hotjobs.com) X-Authentication-Warning: bright.fx.genx.net: bright owned process doing -bs Date: Wed, 30 Sep 1998 12:28:25 -0500 (EST) From: Alfred Perlstein X-Sender: bright@bright.fx.genx.net To: Dan Nelson cc: current@FreeBSD.ORG Subject: Re: Long IDE probes? In-Reply-To: <19980930111719.A28064@emsphone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG any chance of this making it into a LINT option? like: options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device ie. options IDE_DELAY=10000 # Be pessimistic about Joe IDE devices ? urm, on second thought what about some of these things being configurable by the kernel config program at bootup also? seems a bit silly to require this to be compiled in. thanks, Alfred Perlstein - Programmer, HotJobs Inc. - www.hotjobs.com -- There are operating systems, and then there's FreeBSD. -- http://www.freebsd.org/ 3.0-current On Wed, 30 Sep 1998, Dan Nelson wrote: > In the last episode (Sep 30), Alfred Perlstein said: > > why does it take a good 30sec at least to probe the IDE hardware? i > > have ATAPI in the kernel, except for that, the boot squence would be > > blazing fast. > > > > if i boot and someone walks past the computer i usually get asked: > > "it locked up?" > > > > i don't see anything in LINT to shorten the time it takes to probe > > the IDE devices, any suggestions? > > /sys/i386/isa/wd.c, around line 105. Change the TIMEOUT value from > 10000 to the 3000-4000 range. That'll cut the max IDE probe time from > 30 seconds down to like 10. > > -Dan Nelson > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message