From owner-cvs-all@FreeBSD.ORG Wed Sep 29 06:29:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF3916A4CF; Wed, 29 Sep 2004 06:29:12 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41C8B43D39; Wed, 29 Sep 2004 06:29:12 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i8T6T59V018088; Wed, 29 Sep 2004 08:29:06 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: John Birrell From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 29 Sep 2004 16:17:50 +1000." <20040929061750.GA910@freebsd3.cimlogic.com.au> Date: Wed, 29 Sep 2004 08:29:05 +0200 Message-ID: <18087.1096439345@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fdc fdc_isa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 06:29:13 -0000 In message <20040929061750.GA910@freebsd3.cimlogic.com.au>, John Birrell writes: >On Wed, Sep 29, 2004 at 05:17:26AM +0000, Warner Losh wrote: >> imp 2004-09-29 05:17:26 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_5) >> sys/dev/fdc fdc_isa.c >> Log: >> MFC: Merge case 8 into the resource allocation from 1.15: >> >> >>revision 1.15 >[ ... ] >> If you get floppy hangs on boot, please try after this patch and let >> me know if they are solved. > >This patch doesn't change things for me. The server doesn't hang >indefinitely, but in waits for about 2 minutes (as it did before the patch) >after writing: > >acd0: CDROM at ata1-master PIO3 > >to the screen. Then it carries on as though nothing had ever happened. >During the 2 minute delay, the floppy disk light is on, but I don't hear >the burrrp-buzzurrp[1] sound that the floopy disk usually makes when it >is probed without a disk in it. Can you try to set the debugflags in fdc.c to 255 and g_debugflags in geom/geom_kern.c to 7 and see if you can find out what's going on in those two minutes ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.