From owner-freebsd-current Mon May 13 04:18:19 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA12832 for current-outgoing; Mon, 13 May 1996 04:18:19 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA12827 Mon, 13 May 1996 04:18:14 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id EAA10401; Mon, 13 May 1996 04:18:10 -0700 (PDT) Date: Mon, 13 May 1996 04:18:10 -0700 (PDT) Message-Id: <199605131118.EAA10401@silvia.HIP.Berkeley.EDU> To: current@freebsd.org, stable@freebsd.org CC: ccd@stampede.cs.berkeley.edu In-reply-to: <199605130847.BAA04203@silvia.HIP.Berkeley.EDU> (asami@cs.berkeley.edu) Subject: Re: Heads-up: ccd offset 16 change committed From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * The downside of this is that if you already have a ccd set up on your * machine, it will stop working when you recompile the kernel from the * latest sources. To avoid this, you should either (1) change the * disklabel to move the partitions 16 sectors towards the beginning of * the disk, or (2) change the definition of CCD_OFFSET to 0 in * sys/dev/ccd/ccd.c. Or just back up, recompile, and restore. Per Paul-Henning's request, I added an #ifndef-#else around the CCD_OFFSET so you can do a options "CCD_OFFSET=0" (double-quotes mandatory) in your kernel config file if you don't want to modify the source and still keep the old ccd volumes. Satoshi