From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 12:39:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E24816A4CE for ; Tue, 21 Sep 2004 12:39:08 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB66843D2F for ; Tue, 21 Sep 2004 12:39:07 +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 i8LCd52L000427; Tue, 21 Sep 2004 14:39:05 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Rostislav Krasny From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 21 Sep 2004 05:33:53 PDT." <20040921123353.41103.qmail@web14823.mail.yahoo.com> Date: Tue, 21 Sep 2004 14:39:05 +0200 Message-ID: <423.1095770345@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: freebsd-current@freebsd.org Subject: Re: new fdc(4) and new fdcontrol(8) behavior (5.3-BETA5) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 12:39:08 -0000 In message <20040921123353.41103.qmail@web14823.mail.yahoo.com>, Rostislav Kras ny writes: >> Any time 'fdcontrol [anyflag] /dev/fd0' is running the floppy drive >> is activated, i.e. the LED of the drive is alight and its heads are >> moving for some period of time. > >This is on 5.3-BETA5. On 5.3-BETA4 the the floppy drive isn't activated >during fdcontrol(8) run. In order to properly detect if there is floppy in the drive it is necessary to step the head at least one cylinder. Some of the more energy-concious floppy drives powers the step-motor for the heads from the same supply as the spindle motor, and therefore the motor has to be started before the step operation happens. -- 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.