Add some comments about the VINUMMINOR macro, which is not for human

consumption.
This commit is contained in:
Greg Lehey 1999-06-22 05:41:36 +00:00
parent b53adf6b1c
commit 2096c6b68a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48094

View File

@ -92,6 +92,11 @@ enum constants {
MAXNAME = 64, /* maximum length of any name */
/*
* Define a minor device number.
* This is not used directly; instead, it's
* called by the other macros.
*/
#define VINUMMINOR(v,p,s,t) ( (v << VINUM_VOL_SHIFT) \
| (p << VINUM_PLEX_SHIFT) \
| (s << VINUM_SD_SHIFT) \