From owner-cvs-all Tue Aug 24 19: 6:53 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 4F8A715181; Tue, 24 Aug 1999 19:06:45 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA55772; Tue, 24 Aug 1999 19:04:41 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199908250204.TAA55772@freefall.freebsd.org> From: Julian Elischer Date: Tue, 24 Aug 1999 19:04:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/devfs devfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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