Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 09:09:35 -0500 (EST)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        mjacob@feral.com, alpha@FreeBSD.ORG
Subject:   Re: Please test GEOM in -current... 
Message-ID:  <15524.30111.733126.689172@grasshopper.cs.duke.edu>
In-Reply-To: <28438.1017384961@critter.freebsd.dk>
References:  <Pine.BSF.4.21.0203282019280.35752-100000@beppo> <28438.1017384961@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help

Poul-Henning Kamp writes:
 > 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);
 >  }

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15524.30111.733126.689172>