From owner-freebsd-stable@FreeBSD.ORG Wed Aug 26 14:02:48 2009 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 8D0AE106568C for ; Wed, 26 Aug 2009 14:02:48 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 553868FC20 for ; Wed, 26 Aug 2009 14:02:48 +0000 (UTC) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MgJ5L-000Lfr-Op for freebsd-stable@freebsd.org; Wed, 26 Aug 2009 15:02:47 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MgJ5L-000CJF-Nz for freebsd-stable@freebsd.org; Wed, 26 Aug 2009 15:02:47 +0100 To: freebsd-stable@freebsd.org Message-Id: From: Pete French Date: Wed, 26 Aug 2009 15:02:47 +0100 Subject: 8.0-BETA3 gets wrong number of sectors per track on install 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: Wed, 26 Aug 2009 14:02:48 -0000 Just testing the new BETA3 of 8.0 - I did a vanilla install using auto layout and no odd options on my first hard drive. The installer sees the disc as having 63 sectors per track. Upon booting the installed OS, however, the device driver reports 32 sectors per track, as below: da0 at ciss0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-5 device da0: 135.168MB/s transfers da0: Command Queueing enabled So I then get the following warning: GEOM: da0: partition 1 does not start on a track boundary. GEOM: da0: partition 1 does not end on a track boundary. GEOM: da0s1: geometry does not match label (255h,63s != 255h,32s). The relevent bits regarding the controller are: ciss0: port 0xb800-0xb8ff mem 0xf7d00000-0xf7dfffff,0xf7cff000-0xf7cfffff irq 18 at device 0.0 on pci1 ciss0: PERFORMANT Transport ciss0: Using MSIX interrupt ciss0: [ITHREAD] Not a major problem, more of an irritation, but I am puzzled as to why the installer is seeing the wrong values. -pete.