Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 1996 04:18:10 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        current@freebsd.org, stable@freebsd.org
Cc:        ccd@stampede.cs.berkeley.edu
Subject:   Re: Heads-up: ccd offset 16 change committed
Message-ID:  <199605131118.EAA10401@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199605130847.BAA04203@silvia.HIP.Berkeley.EDU> (asami@cs.berkeley.edu)

next in thread | previous in thread | raw e-mail | index | archive | help
 * 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605131118.EAA10401>