summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/stand/boot/disk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/boot/disk.c b/sys/arch/alpha/stand/boot/disk.c
index 73406487228..c79c91caecf 100644
--- a/sys/arch/alpha/stand/boot/disk.c
+++ b/sys/arch/alpha/stand/boot/disk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disk.c,v 1.7 1997/05/05 06:01:52 millert Exp $ */
+/* $OpenBSD: disk.c,v 1.8 1998/09/04 16:59:06 millert Exp $ */
/* $NetBSD: disk.c,v 1.6 1997/04/06 08:40:33 cgd Exp $ */
/*
@@ -106,7 +106,7 @@ diskopen(f, ctlr, unit, part)
char *msg, buf[DEV_BSIZE], devname[32];
struct disk_softc *sc;
- if (unit >= 8 || part >= MAXPARTITIONS)
+ if (unit >= 16 || part >= MAXPARTITIONS)
return (ENXIO);
/*
* XXX