diff options
author | 2001-09-19 21:32:13 +0000 | |
---|---|---|
committer | 2001-09-19 21:32:13 +0000 | |
commit | 0be789168eb7f7dad2c74aa3f127b5063413e35d (patch) | |
tree | 84b31f46e2137eddcab2df30dad6a2aeadc24d6e | |
parent | missing -t in usage (diff) | |
download | wireguard-openbsd-0be789168eb7f7dad2c74aa3f127b5063413e35d.tar.xz wireguard-openbsd-0be789168eb7f7dad2c74aa3f127b5063413e35d.zip |
Now is a good time to commit this cosmetic maxpartition-related change...
-rw-r--r-- | sys/arch/alpha/alpha/autoconf.c | 6 | ||||
-rw-r--r-- | sys/arch/hp300/hp300/autoconf.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/mvme68k/autoconf.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/autoconf.c | 4 | ||||
-rw-r--r-- | sys/arch/mvmeppc/mvmeppc/autoconf.c | 6 | ||||
-rw-r--r-- | sys/arch/sparc/sparc/autoconf.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/sparc64/autoconf.c | 4 |
7 files changed, 16 insertions, 16 deletions
diff --git a/sys/arch/alpha/alpha/autoconf.c b/sys/arch/alpha/alpha/autoconf.c index 8d6550be038..2e05be637f3 100644 --- a/sys/arch/alpha/alpha/autoconf.c +++ b/sys/arch/alpha/alpha/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.12 2001/06/25 00:43:06 mickey Exp $ */ +/* $OpenBSD: autoconf.c,v 1.13 2001/09/19 21:32:13 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.16 1996/11/13 21:13:04 cgd Exp $ */ /* @@ -189,12 +189,12 @@ getdisk(str, len, defpart, devp) if ((dv = parsedisk(str, len, defpart, devp)) == NULL) { printf("use one of:"); #ifdef RAMDISK_HOOKS - printf(" %s[a-h]", fakerdrootdev.dv_xname); + printf(" %s[a-p]", fakerdrootdev.dv_xname); #endif for (dv = alldevs.tqh_first; dv != NULL; dv = dv->dv_list.tqe_next) { if (dv->dv_class == DV_DISK) - printf(" %s[a-h]", dv->dv_xname); + printf(" %s[a-p]", dv->dv_xname); #ifdef NFSCLIENT if (dv->dv_class == DV_IFNET) printf(" %s", dv->dv_xname); diff --git a/sys/arch/hp300/hp300/autoconf.c b/sys/arch/hp300/hp300/autoconf.c index d11d25de971..bd7ff0198d2 100644 --- a/sys/arch/hp300/hp300/autoconf.c +++ b/sys/arch/hp300/hp300/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.18 2001/05/05 22:33:33 art Exp $ */ +/* $OpenBSD: autoconf.c,v 1.19 2001/09/19 21:32:19 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.45 1999/04/10 17:31:02 kleink Exp $ */ /* @@ -465,7 +465,7 @@ getdisk(str, len, defpart, devp) for (dv = alldevs.tqh_first; dv != NULL; dv = dv->dv_list.tqe_next) { if (dv->dv_class == DV_DISK) - printf(" %s[a-h]", dv->dv_xname); + printf(" %s[a-p]", dv->dv_xname); #ifdef NFSCLIENT if (dv->dv_class == DV_IFNET) printf(" %s", dv->dv_xname); diff --git a/sys/arch/mvme68k/mvme68k/autoconf.c b/sys/arch/mvme68k/mvme68k/autoconf.c index bb8484e9dda..9dfda5b40ab 100644 --- a/sys/arch/mvme68k/mvme68k/autoconf.c +++ b/sys/arch/mvme68k/mvme68k/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.13 2001/06/25 00:43:13 mickey Exp $ */ +/* $OpenBSD: autoconf.c,v 1.14 2001/09/19 21:32:19 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -297,7 +297,7 @@ getdisk(str, len, defpart, devp) for (dv = alldevs.tqh_first; dv != NULL; dv = dv->dv_list.tqe_next) { if (dv->dv_class == DV_DISK) - printf(" %s[a-h]", dv->dv_xname); + printf(" %s[a-p]", dv->dv_xname); #ifdef NFSCLIENT if (dv->dv_class == DV_IFNET) printf(" %s", dv->dv_xname); diff --git a/sys/arch/mvme88k/mvme88k/autoconf.c b/sys/arch/mvme88k/mvme88k/autoconf.c index 4a187a995d1..18fd4ee13c5 100644 --- a/sys/arch/mvme88k/mvme88k/autoconf.c +++ b/sys/arch/mvme88k/mvme88k/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.12 2001/05/05 22:34:01 art Exp $ */ +/* $OpenBSD: autoconf.c,v 1.13 2001/09/19 21:32:19 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -155,7 +155,7 @@ getdisk(str, len, defpart, devp) for (dv = alldevs.tqh_first; dv != NULL; dv = dv->dv_list.tqe_next) { if (dv->dv_class == DV_DISK) - printf(" %s[a-h]", dv->dv_xname); + printf(" %s[a-p]", dv->dv_xname); #ifdef NFSCLIENT if (dv->dv_class == DV_IFNET) printf(" %s", dv->dv_xname); diff --git a/sys/arch/mvmeppc/mvmeppc/autoconf.c b/sys/arch/mvmeppc/mvmeppc/autoconf.c index 9da26166a8d..24af8d37edc 100644 --- a/sys/arch/mvmeppc/mvmeppc/autoconf.c +++ b/sys/arch/mvmeppc/mvmeppc/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.1 2001/06/26 21:57:52 smurph Exp $ */ +/* $OpenBSD: autoconf.c,v 1.2 2001/09/19 21:32:19 miod Exp $ */ /* * Copyright (c) 1996, 1997 Per Fogelstrom * Copyright (c) 1995 Theo de Raadt @@ -41,7 +41,7 @@ * from: Utah Hdr: autoconf.c 1.31 91/01/21 * * from: @(#)autoconf.c 8.1 (Berkeley) 6/10/93 - * $Id: autoconf.c,v 1.1 2001/06/26 21:57:52 smurph Exp $ + * $Id: autoconf.c,v 1.2 2001/09/19 21:32:19 miod Exp $ */ /* @@ -242,7 +242,7 @@ getdisk(str, len, defpart, devp) for (dv = alldevs.tqh_first; dv != NULL; dv = dv->dv_list.tqe_next) { if (dv->dv_class == DV_DISK) - printf(" %s[a-h]", dv->dv_xname); + printf(" %s[a-p]", dv->dv_xname); #ifdef NFSCLIENT if (dv->dv_class == DV_IFNET) printf(" %s", dv->dv_xname); diff --git a/sys/arch/sparc/sparc/autoconf.c b/sys/arch/sparc/sparc/autoconf.c index 19faa75d219..5674c40eaa9 100644 --- a/sys/arch/sparc/sparc/autoconf.c +++ b/sys/arch/sparc/sparc/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.40 2001/07/25 13:25:33 art Exp $ */ +/* $OpenBSD: autoconf.c,v 1.41 2001/09/19 21:32:19 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.73 1997/07/29 09:41:53 fair Exp $ */ /* @@ -1785,7 +1785,7 @@ getdisk(str, len, defpart, devp) for (dv = alldevs.tqh_first; dv != NULL; dv = dv->dv_list.tqe_next) { if (dv->dv_class == DV_DISK) - printf(" %s[a-h]", dv->dv_xname); + printf(" %s[a-p]", dv->dv_xname); #ifdef NFSCLIENT if (dv->dv_class == DV_IFNET) printf(" %s", dv->dv_xname); diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c index 506c7012c61..b4c5a1d998b 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.8 2001/09/18 17:25:24 jason Exp $ */ +/* $OpenBSD: autoconf.c,v 1.9 2001/09/19 21:32:20 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -808,7 +808,7 @@ getdisk(str, len, defpart, devp) for (dv = alldevs.tqh_first; dv != NULL; dv = dv->dv_list.tqe_next) { if (dv->dv_class == DV_DISK) - printf(" %s[a-h]", dv->dv_xname); + printf(" %s[a-p]", dv->dv_xname); #ifdef NFSCLIENT if (dv->dv_class == DV_IFNET) printf(" %s", dv->dv_xname); |