From owner-freebsd-bugs Sun Jun 9 14:26:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23549 for bugs-outgoing; Sun, 9 Jun 1996 14:26:27 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA23539; Sun, 9 Jun 1996 14:26:22 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id HAA16353; Mon, 10 Jun 1996 07:21:56 +1000 Date: Mon, 10 Jun 1996 07:21:56 +1000 From: Bruce Evans Message-Id: <199606092121.HAA16353@godzilla.zeta.org.au> To: bugs@FreeBSD.ORG, gpalmer@FreeBSD.ORG Subject: Re: i386/1260: wd probe take unusually long (45s ea) on ASUS Triton II Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Should this be closed since the consensus seems to be that the ATAPI >spec. calls for long delays for probing? I note that Bruce says that It should be closed because our probe technology is not going to support concurrent probes any time soon. >the driver is actually buggy in some respect (I don't know the ATAPI >spec, so I can't make head nor tail of what he said :-) ) The long delay should be about 3 times longer, unless the second reset is removed - then the delay should be only 1.5 times longer :-). (The second reset is for old MFM drives with unknown timing and is probably just a waste of time for ATA drives.) Bruce