cvs commit: src/sys/sys conf.h src/sys/kern kern_conf.c

Poul-Henning Kamp phk at FreeBSD.org
Sat Jan 29 07:07:14 PST 2005


phk         2005-01-29 15:07:13 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              conf.h 
    sys/kern             kern_conf.c 
  Log:
  Add MAXMINOR #define, we should have had this long time ago.
  
  Add minor2unit() in addition to dev2unit() and unit2minor().
  
  If it wasn't such a hazzle we should redefine minor numbers in
  the kernel without the gap for the major number, but it's not worth
  the bother (yet).
  
  Revision  Changes    Path
  1.168     +9 -3      src/sys/kern/kern_conf.c
  1.210     +3 -0      src/sys/sys/conf.h


More information about the cvs-all mailing list