From owner-cvs-all Tue Aug 24 21:55:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1381D15279; Tue, 24 Aug 1999 21:55:21 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA73166; Tue, 24 Aug 1999 21:55:20 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199908250455.VAA73166@freefall.freebsd.org> From: Julian Elischer Date: Tue, 24 Aug 1999 21:55:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/miscfs/devfs devfs_tree.c devfs_vnops.c devfsdefs.h src/sys/sys vnode.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/08/24 21:55:20 PDT Modified files: sys/kern vfs_subr.c sys/miscfs/devfs devfs_tree.c devfs_vnops.c devfsdefs.h sys/sys vnode.h Log: Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw. In lookup() however it's the other way around as we need to supply the dev_t for the vnode, so devfs still has a copy of it stashed away. Sourcing it from the vnode in the vnops however is useful as it makes a lot of the code almost the same as that in specfs. Revision Changes Path 1.219 +2 -3 src/sys/kern/vfs_subr.c 1.61 +16 -19 src/sys/miscfs/devfs/devfs_tree.c 1.79 +104 -104 src/sys/miscfs/devfs/devfs_vnops.c 1.19 +2 -7 src/sys/miscfs/devfs/devfsdefs.h 1.96 +3 -1 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message