From owner-cvs-all Sun Jul 5 16:10:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29734 for cvs-all-outgoing; Sun, 5 Jul 1998 16:10:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29689; Sun, 5 Jul 1998 16:10:28 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04716; Sun, 5 Jul 1998 16:10:23 -0700 (PDT) Date: Sun, 5 Jul 1998 16:10:23 -0700 (PDT) Message-Id: <199807052310.QAA04716@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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