From owner-cvs-sys Mon May 13 01:38:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA00828 for cvs-sys-outgoing; Mon, 13 May 1996 01:38:37 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA00803 Mon, 13 May 1996 01:38:19 -0700 (PDT) Date: Mon, 13 May 1996 01:38:19 -0700 (PDT) From: Satoshi Asami Message-Id: <199605130838.BAA00803@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/ccd ccd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/05/13 01:38:17 Modified: sys/dev/ccd ccd.c Log: Leave 16 lines in front of each component partition. It's now safe to use sd87a or sd237e even if they start at the beginning of the slice. You can also use sd85c if you prefer, although you need to change the type field in the disklabel to "4.2BSD". Revision Changes Path 1.11 +10 -3 src/sys/dev/ccd/ccd.c