summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-09-19 21:32:21 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-09-19 21:32:21 +0000
commit4a8c6fb4bd14a9a809144dcf11eb8832acbb7148 (patch)
tree16a6f49e8b2df183a686c60362e4f35e9a76c908 /sys/arch/mvme88k
parentadd4790c7842b800a626ed478a22fd1b6096a991 (diff)
Now is a good time to commit this cosmetic maxpartition-related change...
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/mvme88k/autoconf.c4
1 files changed, 2 insertions, 2 deletions
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);