From owner-freebsd-alpha Thu Mar 28 22:56:33 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 5C10237B41E for ; Thu, 28 Mar 2002 22:56:25 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g2T6u1e7028439; Fri, 29 Mar 2002 07:56:01 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: mjacob@feral.com Cc: alpha@FreeBSD.ORG Subject: Re: Please test GEOM in -current... In-Reply-To: Your message of "Thu, 28 Mar 2002 20:20:38 PST." Date: Fri, 29 Mar 2002 07:56:01 +0100 Message-ID: <28438.1017384961@critter.freebsd.dk> From: Poul-Henning Kamp 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 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); } -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message