diff options
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/dev/rz.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/dev/rz.c b/sys/arch/pmax/dev/rz.c index 59361b5ca18..ed072017170 100644 --- a/sys/arch/pmax/dev/rz.c +++ b/sys/arch/pmax/dev/rz.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rz.c,v 1.13 1998/05/11 04:23:06 millert Exp $ */ +/* $OpenBSD: rz.c,v 1.14 1998/05/12 15:52:09 millert Exp $ */ /* $NetBSD: rz.c,v 1.38 1998/05/08 00:05:19 simonb Exp $ */ /* @@ -454,7 +454,7 @@ rzprobe(xxxsd) case SCSI_OPTICAL_MEM_TYPE: /* Magneto-optical */ break; - SCSI_TAPE_TYPE: /* tape, handled by tz driver */ + case SCSI_TAPE_TYPE: /* tape, handled by tz driver */ goto bad; default: /* not a disk */ |