From owner-freebsd-current@FreeBSD.ORG Fri Feb 13 06:43:39 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2089C16A4CE for ; Fri, 13 Feb 2004 06:43:39 -0800 (PST) Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B8243D1D for ; Fri, 13 Feb 2004 06:43:38 -0800 (PST) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 4BC9A2A; Fri, 13 Feb 2004 15:43:38 +0100 (CET) Date: Fri, 13 Feb 2004 15:43:38 +0100 From: Guido van Rooij To: Dag-Erling =?iso-8859-15?Q?Sm=F8rgrav?= Message-ID: <20040213144338.GA13380@gvr.gvr.org> References: <20040213113134.GA11021@gvr.gvr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: cc: current@freebsd.org Subject: Re: usb devices and devfs settings X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 14:43:39 -0000 On Fri, Feb 13, 2004 at 03:18:33PM +0100, Dag-Erling Smørgrav wrote: > Guido van Rooij writes: > > When I add usb devices after booting the system, the associated devices > > do show up in devfs. In my case: da0 and das0. > > > > However, the permissions on these devices does not change, despite > > devfs.conf. > > man 8 devfs Indeed. However, I don't really understand the purpos of devfs.conf then: why a one time bootup config file, when you have a mechanism that works like in devfs(8)? Why not rewrite devfs.conf in the devfs(8) way, load the rulesets and do an apply? -Guido