diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-19 21:32:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-19 21:32:21 +0000 |
commit | 4a8c6fb4bd14a9a809144dcf11eb8832acbb7148 (patch) | |
tree | 16a6f49e8b2df183a686c60362e4f35e9a76c908 /sys/arch/mvmeppc | |
parent | add4790c7842b800a626ed478a22fd1b6096a991 (diff) |
Now is a good time to commit this cosmetic maxpartition-related change...
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/mvmeppc/autoconf.c | 6 |
1 files changed, 3 insertions, 3 deletions
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); |