Bring comment into line with reality. We use sgi label info but don't
authorkrw <krw@openbsd.org>
Mon, 1 Sep 2008 16:28:50 +0000 (16:28 +0000)
committerkrw <krw@openbsd.org>
Mon, 1 Sep 2008 16:28:50 +0000 (16:28 +0000)
create just partitions 'i' -> 'l'. jsing@ had noted same discord.

sys/arch/sgi/sgi/disksubr.c

index ef59b5e..ecc6b14 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: disksubr.c,v 1.10 2008/09/01 14:08:25 krw Exp $       */
+/*     $OpenBSD: disksubr.c,v 1.11 2008/09/01 16:28:50 krw Exp $       */
 
 /*
  * Copyright (c) 1999 Michael Shalayeff
@@ -160,7 +160,7 @@ readsgilabel(struct buf *bp, void (*strat)(struct buf *),
                goto done;
        }
 
-       /* Set up partitions i-l if there is no BSD label. */
+       /* Spoof info from sgi label, in case there is no OpenBSD label. */
        DL_SETDSIZE(lp, (DL_GETDSIZE(lp)*lp->d_secsize) / dlp->dp.dp_secbytes);
        lp->d_secsize = dlp->dp.dp_secbytes;
        lp->d_nsectors = dlp->dp.dp_secs;