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/mvme68k | |
parent | add4790c7842b800a626ed478a22fd1b6096a991 (diff) |
Now is a good time to commit this cosmetic maxpartition-related change...
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/mvme68k/autoconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |