Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 1998 16:10:23 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/miscfs/devfs devfs_tree.c devfs_vnops.c devfsdefs.h
Message-ID:  <199807052310.QAA04716@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      1998/07/05 16:10:23 PDT

  Modified files:
    sys/miscfs/devfs     devfs_tree.c devfs_vnops.c devfsdefs.h 
  Log:
  DEVFS completely bypasses the cdevsw and bdevsw tables now.
  Each devfs node has (and has had fro a while) a pointer directly to
  the correct cdefsw entry so just use it instead of doing the lookup.
  
  There are several other places in the kernel that still use the tables
  however, so they can't go away yet..
  
  Revision  Changes    Path
  1.56      +3 -3      src/sys/miscfs/devfs/devfs_tree.c
  1.57      +799 -227  src/sys/miscfs/devfs/devfs_vnops.c
  1.16      +2 -2      src/sys/miscfs/devfs/devfsdefs.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?199807052310.QAA04716>