summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-08-29 21:25:11 +0000
committerache <ache@FreeBSD.org>1994-08-29 21:25:11 +0000
commitc5f7892f995bf747ca7cf1258de900aacb248bb8 (patch)
tree4d72f65c184df52cd85aa2be3a18c51d609bea09 /sys
parent9e88d4363be3013d5362da433b054b262dd7f5d4 (diff)
downloadFreeBSD-src-c5f7892f995bf747ca7cf1258de900aacb248bb8.zip
FreeBSD-src-c5f7892f995bf747ca7cf1258de900aacb248bb8.tar.gz
Raw partition is 2 now
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/cd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index d0bff56..9317450 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();
OpenPOWER on IntegriCloud