summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/com.c')
0 files changed, 0 insertions, 0 deletions
mp;id=029521233db4d973547a64ff4e41bcc2c2d5a7fd'>- add a function to get the inactive table's sizeahoka 2011-05-24Fix logic errorjoerg 2010-12-06We don't need 64 bit variable for dm_device coutner, too.haad 2010-12-06Add comment about dm_dev minor, and change it to 32bit value we realy nothaad 2010-05-18Fix typo in comment.haad 2010-02-25Be sure to config_cfattach_attach() in dmattach().jakllsch 2010-01-04Indent files remove unnecessary blank lines, white spaces and KNFize code.haad 2010-01-03Hook device-mapper to autoconf framework. Add dm_attach, dm_match and dm_detachhaad 2009-12-29Add private lock to dm_dev_t used for mutual exclusion for diks(9) apihaad 2009-12-06Add support for DM_QUERY_INACTIVE_TABLE_FLAG to dm_table_status and dm_table_...haad 2009-12-05Fix bug in dm_table_resume_ioctl where dmv->flags was sent back to libdevmapperhaad 2009-12-01Revert my commit which have added knowledge about dm targets to libdevmapper,haad 2009-09-09Fix bug in kmem_alloc/kmem_free of params string. Params string washaad 2009-06-05Add support for DIOCGDISKINFO to disk like device drivers. Changehaad 2009-06-05Parse dm param string in libdevmapper and not in a dm target init function.haad 2009-04-13Destroy locks in dm_dev_free, do not allocate struct disk twice.haad 2009-04-06Use functions from disk(9) framework. Initialize disk/disklabel duringhaad 2009-03-08Fix tyop in previous.agc 2009-02-20Release tables before we drop reference on device, now creating device withhaad 2009-02-19Add support for autoloading of device-mapper targets modules. Addhaad 2009-01-16Disable unloading of dm driver when there are any devices defined. This meanshaad 2009-01-11Use 64bit long minor nuber in dm_dev structure.haad 2008-12-21Fix error path in target_init call. When initializing target fails i havehaad 2008-12-19Add infrastructure needed to load device-mapper targets as modules.haad 2008-12-19Merge the haad-dm branch to -current. This branch adds LVM functionality tohaad