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