Date: Fri, 29 Mar 2002 07:56:01 +0100 From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: mjacob@feral.com Cc: alpha@FreeBSD.ORG Subject: Re: Please test GEOM in -current... Message-ID: <28438.1017384961@critter.freebsd.dk> In-Reply-To: Your message of "Thu, 28 Mar 2002 20:20:38 PST." <Pine.BSF.4.21.0203282019280.35752-100000@beppo>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.21.0203282019280.35752-100000@beppo>, 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?28438.1017384961>
