Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 1999 21:22:31 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys conf.h src/sys/kern vfs_subr.c src/sys/miscfs/specfs spec_vnops.c specdev.h
Message-ID:  <199902250522.VAA35381@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/02/24 21:22:31 PST

  Modified files:
    sys/sys              conf.h 
    sys/kern             vfs_subr.c 
    sys/miscfs/specfs    spec_vnops.c specdev.h 
  Log:
  Reviewed by:	Julian Elischer <julian@whistle.com>
  
      Add d_parms() to {c,b}devsw[].  If non-NULL this function points to
      a device routine that will properly fill in the specinfo structure.
      vfs_subr.c's checkalias() supplies appropriate defaults.  This change
      should be fully backwards compatible with existing devices.
  
  Revision  Changes    Path
  1.50      +9 -3      src/sys/sys/conf.h
  1.188     +29 -7     src/sys/kern/vfs_subr.c
  1.81      +42 -23    src/sys/miscfs/specfs/spec_vnops.c
  1.16      +4 -3      src/sys/miscfs/specfs/specdev.h


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?199902250522.VAA35381>