Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 1999 02:38:01 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_conf.c vfs_subr.c
Message-ID:  <199907190938.CAA35244@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1999/07/19 02:38:01 PDT

  Modified files:
    sys/kern             kern_conf.c vfs_subr.c 
  Log:
  [click]  Now all dev_t's in the kernel have their char device major.
  
  Only know casualy of this is swapinfo/pstat which should be fixes
  the right way:  Store the actual pathname in the kernel like mount
  does.  [Volounteers sought for this task]
  
  The road map from here is roughly:  expand struct specinfo into struct
  based dev_t.  Add dev_t registration facilities for device drivers and
  start to use them.
  
  Revision  Changes    Path
  1.50      +6 -18     src/sys/kern/kern_conf.c
  1.212     +4 -2      src/sys/kern/vfs_subr.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907190938.CAA35244>