Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 1999 19:04:41 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/miscfs/devfs devfs_vnops.c
Message-ID:  <199908250204.TAA55772@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      1999/08/24 19:04:41 PDT

  Modified files:
    sys/miscfs/devfs     devfs_vnops.c 
  Log:
  Make DEVFS ops reflect some of the changes that have recently occured in the
  specfs version of the same ops. Merging with phk's dev_t changes is not yet
  complete.
  
  i.e. devfs still uses it's own devsw pointer rather than following
  devsw(a_vp->v_rdev), and it's own copy of the dev_t.
  
  This fixes some broken actions re: syscons and DEVFS due to bitrot in
  devfs vops.
  
  Revision  Changes    Path
  1.78      +173 -60   src/sys/miscfs/devfs/devfs_vnops.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?199908250204.TAA55772>