From owner-cvs-all@FreeBSD.ORG Sun Apr 13 16:06:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 869D3106566C; Sun, 13 Apr 2008 16:06:06 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from spider.deepcore.dk (cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id E4D598FC17; Sun, 13 Apr 2008 16:06:05 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from laptop.deepcore.dk (laptop.deepcore.dk [194.192.25.138]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id m3DG64ji045933; Sun, 13 Apr 2008 18:06:04 +0200 (CEST) (envelope-from sos@FreeBSD.ORG) Message-Id: From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: David Malone In-Reply-To: <20080413153122.GA12098@walton.maths.tcd.ie> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sun, 13 Apr 2008 18:06:04 +0200 References: <200804121721.m3CHLNqu095189@repoman.freebsd.org> <20080412230157.GC44768@alchemy.franken.de> <20080413164141.63091ef5@fabiankeil.de> <20080413153122.GA12098@walton.maths.tcd.ie> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Fabian Keil Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 13 Apr 2008 16:06:06 -0000 Should be fixed now, let me know if it still fails, thanks! -S=F8ren On 13Apr, 2008, at 17:31 , David Malone wrote: > On Sun, Apr 13, 2008 at 04:41:41PM +0200, Fabian Keil wrote: >> On one of my i386 systems, ad1 (the disk with >> the root partition) is no longer detected. > > I'm seeing something slightly different. Both disks are detected: > > ad0: DMA limited to UDMA33, device found non-ATA66 cable > ad0: 78167MB at ata0-master UDMA33 > ad1: DMA limited to UDMA33, device found non-ATA66 cable > ad1: 78167MB at ata0-slave UDMA33 > > However, the partitions on the second disk are no longer detected. > In fact, the bsdlabels for ad0s1 and ad1s1 now look suspiciously > similar, and they shouldn't! Could some cross-wiring of GEOMs have > happened? > > David. > > This is what the label should look like: > > # /dev/ad1s1: > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > c: 160086465 0 unused 0 0 # "raw" =20 > part, don't edit > d: 20971520 16 4.2BSD 2048 16384 28528 > > This is what it looks like with a kernel from this weekend: > > sweetums# bsdlabel ad1s1 > # /dev/ad1s1: > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 524288 0 4.2BSD 0 0 0 > b: 8333824 524288 swap > c: 160071597 0 unused 0 0 # "raw" =20 > part, don't edit > d: 524288 8858112 4.2BSD 0 0 0 > e: 524288 9382400 4.2BSD 0 0 0 > f: 20971520 9906688 4.2BSD 0 0 0 > g: 129193389 30878208 4.2BSD 2048 16384 28528 > > This is what the label looks like from ad0s1 > > sweetums# bsdlabel ad0s1 > # /dev/ad0s1: > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 524288 0 4.2BSD 0 0 0 > b: 8333824 524288 swap > c: 160071597 0 unused 0 0 # "raw" =20 > part, don't edit > d: 524288 8858112 4.2BSD 0 0 0 > e: 524288 9382400 4.2BSD 0 0 0 > f: 20971520 9906688 4.2BSD 0 0 0 > g: 129193389 30878208 4.2BSD 2048 16384 28528 >