From owner-freebsd-stable@FreeBSD.ORG Fri Dec 17 04:47:10 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9AE616A4CE for ; Fri, 17 Dec 2004 04:47:10 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37EBF43D45 for ; Fri, 17 Dec 2004 04:47:10 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iBH4jKdC037444; Thu, 16 Dec 2004 21:45:20 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 16 Dec 2004 21:45:25 -0700 (MST) Message-Id: <20041216.214525.01576606.imp@bsdimp.com> To: ivoras@fer.hr From: "M. Warner Losh" In-Reply-To: <41B731F1.5030108@fer.hr> References: <41B731F1.5030108@fer.hr> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: stable@freebsd.org Subject: Re: devfs rules X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 04:47:10 -0000 In message: <41B731F1.5030108@fer.hr> Ivan Voras writes: : It seems devd.conf works only for "static" devices, not hotplugged, : while devfs rules works for those, but they vanish on reboot. That's not true. devd devinitely deals with hotplugged devices. I use it all the time. Warner