NetBSD/sys/dev/dm/files.dm
haad b9ba4842ce 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 dyoung@.
2010-01-03 22:22:23 +00:00

10 lines
355 B
Plaintext

defpseudodev dm
file dev/dm/device-mapper.c dm
file dev/dm/dm_dev.c dm
file dev/dm/dm_ioctl.c dm
file dev/dm/dm_pdev.c dm
file dev/dm/dm_table.c dm
file dev/dm/dm_target.c dm
file dev/dm/dm_target_linear.c dm
file dev/dm/dm_target_stripe.c dm