From owner-freebsd-alpha Fri Mar 29 6:10:21 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 728F637B41B for ; Fri, 29 Mar 2002 06:10:09 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id JAA07067; Fri, 29 Mar 2002 09:10:05 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g2TE9Zm81532; Fri, 29 Mar 2002 09:09:35 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15524.30111.733126.689172@grasshopper.cs.duke.edu> Date: Fri, 29 Mar 2002 09:09:35 -0500 (EST) To: Poul-Henning Kamp Cc: mjacob@feral.com, alpha@FreeBSD.ORG Subject: Re: Please test GEOM in -current... In-Reply-To: <28438.1017384961@critter.freebsd.dk> References: <28438.1017384961@critter.freebsd.dk> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Poul-Henning Kamp writes: > In message , Matthew Jacob writ > es: > > > >It probably is right. > > > >The one system that I really had wanted to check this on was an XP1000 that > >was connected to my VERITAS fabric with lots of Sun labelled disks. > > > >Unfortunately, ATA chip for this system seems to be causing grief for Soren's > >latest code, so I can't get booted. C'est la vie- sorry..... > > > Try this: > > Index: ata-disk.c > =================================================================== > RCS file: /home/ncvs/src/sys/dev/ata/ata-disk.c,v > retrieving revision 1.128 > diff -u -r1.128 ata-disk.c > --- ata-disk.c 16 Mar 2002 15:54:41 -0000 1.128 > +++ ata-disk.c 28 Mar 2002 13:39:04 -0000 > @@ -211,10 +211,12 @@ > atadev->driver = adp; > atadev->flags = 0; > > +#if 0 > /* if this disk belongs to an ATA RAID dont print the probe */ > if (ata_raiddisk_attach(adp)) > adp->flags |= AD_F_RAID_SUBDISK; > else > +#endif > ad_print(adp); > } Did this get broken again? I came up w/a fix for the ata raid probe code blowing up on 64-bit systems that Soren committed on the 16th.. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message