K 10 svn:author V 2 jh K 8 svn:date V 27 2010-07-05T16:23:55.703526Z K 7 svn:log V 377 Extend the kernel unit number allocator for allocating specific unit numbers. This change adds a new function alloc_unr_specific() which returns the requested unit number if it is free. If the number is already allocated or out of the range, -1 is returned. Update alloc_unr(9) manual page accordingly and add a MLINK for alloc_unr_specific(9). Discussed on: freebsd-hackers END