From owner-freebsd-bugs Mon Oct 7 05:00:53 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA21280 for bugs-outgoing; Mon, 7 Oct 1996 05:00:53 -0700 (PDT) Received: from E-MAIL.COM (e-mail.com [199.171.26.5]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA21268 for ; Mon, 7 Oct 1996 05:00:49 -0700 (PDT) Message-Id: <199610071200.FAA21268@freefall.freebsd.org> Received: from epo.e-mail.com by E-MAIL.COM (IBM VM SMTP V2R3) with BSMTP id 2326; Mon, 07 Oct 96 08:01:04 EDT Date: Mon, 07 Oct 1996 08:00:35 EDT From: sja@epo.e-mail.com To: bugs@freebsd.org X-Sender-Info: Stuart J. Arnold ext. 2476 European Patent Office -- Munich SJA@EPO.E-MAIL.COM MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 2.2 current Atapi driver "bug" Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, In atapi_wait in atapi.c there is a five-second wait defined. It takes my atapi CD-Rom drive (a Stingray 8422 8X (Aarghh!)) six or seven seconds to respond to a probe. During booting therefore it always reports a drive not ready error. If I increase the delay to ten seconds, everything works fine. BTW, for the past couple of weeks, the snake screen saver (and possibly the others) have not loaded correctly as saver_init isn't defined.