From c5f7892f995bf747ca7cf1258de900aacb248bb8 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 29 Aug 1994 21:25:11 +0000 Subject: [PATCH] Raw partition is 2 now --- sys/scsi/cd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index d0bff569849d..9317450e2155 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: cd.c,v 1.19 1994/05/25 09:13:15 rgrimes Exp $ + * $Id: cd.c,v 1.20 1994/08/27 16:14:31 davidg Exp $ */ #define SPLCD splbio @@ -62,7 +62,7 @@ int32 cdstrats, cdqueues; #define UNITSHIFT 3 #define PARTITION(z) (minor(z) & 0x07) -#define RAW_PART 3 +#define RAW_PART 2 #define UNIT(z) ( (minor(z) >> UNITSHIFT) ) errval cdstrategy();