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