From owner-cvs-all@FreeBSD.ORG Sun Sep 28 13:48:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 950DC16A4B3; Sun, 28 Sep 2003 13:48:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11E434400D; Sun, 28 Sep 2003 13:48:14 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8SKmDXJ088919; Sun, 28 Sep 2003 13:48:13 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8SKmD5d088918; Sun, 28 Sep 2003 13:48:13 -0700 (PDT) (envelope-from phk) Message-Id: <200309282048.h8SKmD5d088918@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Sep 2003 13:48:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if.c src/sys/dev/nmdm nmdm.c src/sys/dev/usb ugen.c uhid.c ulpt.c ums.c uscanner.c src/sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2003 20:48:14 -0000 phk 2003/09/28 13:48:13 PDT FreeBSD src repository Modified files: sys/net if.c sys/dev/nmdm nmdm.c sys/dev/usb ugen.c uhid.c ulpt.c ums.c uscanner.c sys/netgraph/bluetooth/drivers/ubt ng_ubt.c sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c Log: I don't know from where the notion that device driver should or even could call VOP_REVOKE() on vnodes associated with its dev_t's has originated, but it stops right here. If there are things people belive destroy_dev() needs to learn how to do, please tell me about it, preferably with a reproducible test case. Include in bluetooth code rather than rely on to do so. The fact that some of the USB code needs to include still disturbs me greatly, but I do not have time to chase that. Revision Changes Path 1.16 +2 -2 src/sys/dev/nmdm/nmdm.c 1.77 +0 -8 src/sys/dev/usb/ugen.c 1.63 +0 -6 src/sys/dev/usb/uhid.c 1.59 +0 -10 src/sys/dev/usb/ulpt.c 1.62 +0 -5 src/sys/dev/usb/ums.c 1.45 +0 -4 src/sys/dev/usb/uscanner.c 1.165 +1 -1 src/sys/net/if.c 1.8 +1 -14 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c 1.2 +1 -15 src/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c