From owner-freebsd-stable@FreeBSD.ORG Sat Nov 19 20:32:14 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7193A16A420 for ; Sat, 19 Nov 2005 20:32:14 +0000 (GMT) (envelope-from lukas.ertl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB42C43D45 for ; Sat, 19 Nov 2005 20:32:13 +0000 (GMT) (envelope-from lukas.ertl@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so170822wra for ; Sat, 19 Nov 2005 12:32:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LDv/bRc79Y8NsJVDqpd2vIqbJddr6r07jXQtxQSQ2NKsZ6iB08Ybpqf6pwFdv0B/ZXjOA4AtA95CN60UQNhVpzacDJSY7ou5viUiI86TzMTVgovhagNOmSSmV+7yVgIzD9JX6HXOvCMFnGhjbFyXrc8qcB29qt7UcxWhueK1vcU= Received: by 10.54.86.11 with SMTP id j11mr283464wrb; Sat, 19 Nov 2005 12:32:12 -0800 (PST) Received: by 10.54.122.13 with HTTP; Sat, 19 Nov 2005 12:32:12 -0800 (PST) Message-ID: <4379f9100511191232n58462f56j5dc239f4afbfb41f@mail.gmail.com> Date: Sat, 19 Nov 2005 21:32:12 +0100 From: Lukas Ertl To: Jim Pingle In-Reply-To: <437F663A.2010601@hpcisp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200511091508.jA9F8oIb014038@dis.cc.uit.no> <4379f9100511190814u44c98f89w6bb314baf828fb8@mail.gmail.com> <437F663A.2010601@hpcisp.com> Cc: freebsd-stable@freebsd.org Subject: Re: Why use 60 sec on da0 during boot? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2005 20:32:14 -0000 On 11/19/05, Jim Pingle wrote: > Lukas Ertl wrote: > > On 11/9/05, Ingeborg Hellemo wrote: > > > >>Fresh new ProLiant dl380 2 CPU/dual core > >>Fresh new FreeBSD 6.0-RELEASE > >> > >> > >>During boot I arrive at > >> > >>da0 at ciss0 bus 0 target 0 lun 0 > >>da0: Fixed Direct Access SCSI-0 device > >>da0: 135.168MB/s transfers > >>da0: 34727MB (71122560 512 byte sectors: 255H 32S/T 8716C) > >> > >>then nothing happens for about 60 seconds and then everything proceedes= as > >>usual (starting daemons, mounting NFS-disks etc.) > > > > > > I see this behaviour on my DL380s, too. I don't have a fix, but a > > workaround: disable the floppy drive in the BIOS. > > I also see this behavior, though I see it on a few systems which are all > Dual CPU PIII 800MHz. They each have different SCSI or RAID controllers (= one > has an amr card, one has an mlx controller, and one I believe just had an > ahc controller. The motherboards all have Intel serverworks chipsets. > > These are all fresh installs of FreeBSD 6.0 (and updated to -STABLE). It > happens with GENERIC and with a lightly modified custom kernel (remove > unused cpu types, add smp) > > In each case, during this pause the floppy light is on solid, so I'm not > sure it has anything to do with the SCSI controller(s). It has nothing to do with the SCSI controller, it's all about the floppy drive. It seems like the fdc driver doesn't recognize that there's no disk in the drive and tries to access it on and on and on.=20 As I said, disable the floppy drive in the BIOS (or even put a floppy into the drive), then the boot process goes on as usual. cheers, le