From owner-freebsd-current@FreeBSD.ORG Tue Jan 25 16:50:05 2005 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 6DEC116A4CE; Tue, 25 Jan 2005 16:50:05 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC24943D1D; Tue, 25 Jan 2005 16:50:04 +0000 (GMT) (envelope-from imp@harmony.village.org) Received: from localhost (localhost [IPv6:::1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j0PGmLiO053027; Tue, 25 Jan 2005 09:48:21 -0700 (MST) (envelope-from imp@harmony.village.org) Date: Tue, 25 Jan 2005 09:48:21 -0700 (MST) Message-Id: <20050125.094821.41684635.imp@harmony.village.org> To: phk@phk.freebsd.dk From: Warner Losh In-Reply-To: <86137.1106666028@critter.freebsd.dk> References: <86137.1106666028@critter.freebsd.dk> 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 X-Mailman-Approved-At: Wed, 26 Jan 2005 13:11:07 +0000 cc: pete@altadena.net cc: rwatson@freebsd.org cc: current@freebsd.org cc: imp@bsdimp.com Subject: Re: Devd event from GEOM? 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: Tue, 25 Jan 2005 16:50:05 -0000 > But as I said in the other email, we should probably have devfs communicate > the type of device to devd to save some rather complex code in userland. > (The regexp matching all our ethernet drivers in devd.conf have always > irritated me). Tell me how to extract this information, and I'll add it to devd :-) Warner