Module Name: src Committed By: haad Date: Sun Jan 3 22:22:23 UTC 2010
Modified Files: src/sys/dev/dm: device-mapper.c dm_ioctl.c files.dm Log Message: Hook device-mapper to autoconf framework. Add dm_attach, dm_match and dm_detach routines used by autoconf users. Change dm_dev_remove_ioctl to call dm_detach. This should be primary used by kernel to disable devices during shutdown of system with nested disk devices. Requested by dyo...@. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/dm/device-mapper.c cvs rdiff -u -r1.18 -r1.19 src/sys/dev/dm/dm_ioctl.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/dm/files.dm Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.