From owner-freebsd-stable@FreeBSD.ORG Sat Jul 24 00:14:00 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 275611065680 for ; Sat, 24 Jul 2010 00:14:00 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 08C8A8FC15 for ; Sat, 24 Jul 2010 00:14:00 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id o6O0Dx53028262 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 23 Jul 2010 17:13:59 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id o6O0Dw02028261; Fri, 23 Jul 2010 17:13:58 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA10240; Fri, 23 Jul 10 17:12:32 PDT Date: Fri, 23 Jul 2010 17:12:35 -0700 From: perryh@pluto.rain.com To: holm@freibergnet.de Message-Id: <4c4a2ff3.t5Wfu61In0E4+QtF%perryh@pluto.rain.com> References: <20100723101924.GB96573@pegasus.freiberg-net.de> In-Reply-To: <20100723101924.GB96573@pegasus.freiberg-net.de> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Floppy driver broken on 8.1-PRERELEASE? 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, 24 Jul 2010 00:14:00 -0000 Holm Tiffe wrote: > Why I can't read 1440K blocks from the floppy anymore? Perhaps something changed in the DMA driver, such that it is no longer able to handle a request exceeding 65K (which was the hardwired limit of the "original" PC DMA controller). I've long used bs=120b for floppies, and never had a problem. Why 120? # 120*512 = 61440, which is less than 65K. # For both 1.2MB and 1.44MB floppies, 120 sectors is a multiple of the track length.