On Tue Jan 12 2010 at 21:08:09 +0000, David Young wrote: > Module Name: src > Committed By: dyoung > Date: Tue Jan 12 21:08:09 UTC 2010 > > Modified Files: > src/sys/conf: files > src/sys/dev: cgd.c cgdvar.h > > Log Message: > Make cgd(4) into a detachable pseudo-device. Thanks, Jan Danielsson, > for the patches! > > I've lightly tested the basics: create cgd0 on vnd0d, initialize with > zeros, newfs /dev/cgd0a, mount, copy files on, unmount, drvctl -d > cgd0. Works fine. I also shutdown with a cgd0 configured: detached as > expected.
This breaks the cgd kernel module (and the rump component). Not that it was perfect before (I think I'd filed a PR) but previously it at least could be loaded.