From owner-svn-src-head@FreeBSD.ORG Tue Jun 16 17:27:52 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D6E01065719; Tue, 16 Jun 2009 17:27:52 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5C5A08FC1A; Tue, 16 Jun 2009 17:27:52 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 0F67246B90; Tue, 16 Jun 2009 13:27:52 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 0F9ED8A073; Tue, 16 Jun 2009 13:27:51 -0400 (EDT) From: John Baldwin To: Marcel Moolenaar Date: Tue, 16 Jun 2009 13:17:21 -0400 User-Agent: KMail/1.9.7 References: <200906151618.n5FGIO0o094444@svn.freebsd.org> <200906160833.33576.lulf@freebsd.org> <22247382-39CF-438A-8B65-C00ECFE196FE@mac.com> In-Reply-To: <22247382-39CF-438A-8B65-C00ECFE196FE@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906161317.22430.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Tue, 16 Jun 2009 13:27:51 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Bruce Evans , Ulf Lilleengen Subject: Re: svn commit: r194241 - head/lib/libdisk X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2009 17:27:53 -0000 On Tuesday 16 June 2009 12:45:21 pm Marcel Moolenaar wrote: > > On Jun 15, 2009, at 11:33 PM, Ulf Lilleengen wrote: > > > > I'm a bit confused now :) > > What bde@ said is that 255 is the max number of heads that is > supported everywhere. 256 may work but is not always > supported. Some web page states that DOS and Windows 95/98 > don't support 256 heads(1). > > (1) http://web.inter.nl.net/hcc/J.Steunebrink/bioslim.htm#4GB There was a bug in the BIOS for 2940 Adaptec SCSI controllers IIRC where it would actually hit an internal divide-by-zero bug if it encountered an MBR table with an entry where the head was 255 (it did a + 1 to get the number of heads so it could work out C/H/S the MBR was expecting). -- John Baldwin