From owner-freebsd-arch@FreeBSD.ORG Fri Aug 22 18:41:55 2008 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07AB310656C6; Fri, 22 Aug 2008 18:41:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id A5EFF8FC21; Fri, 22 Aug 2008 18:41:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m7MIdmMP076148; Fri, 22 Aug 2008 12:39:51 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 22 Aug 2008 12:40:19 -0600 (MDT) Message-Id: <20080822.124019.-692152321.imp@bsdimp.com> To: rizzo@iet.unipi.it From: "M. Warner Losh" In-Reply-To: <20080822162259.GA61694@onelab2.iet.unipi.it> References: <20080822154631.GA61495@onelab2.iet.unipi.it> <20080822155126.GD57443@lor.one-eyed-alien.net> <20080822162259.GA61694@onelab2.iet.unipi.it> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: brooks@freebsd.org, ivoras@freebsd.org, brueffer@freebsd.org, freebsd-arch@freebsd.org Subject: Re: Magic symlinks redux X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 18:41:55 -0000 In message: <20080822162259.GA61694@onelab2.iet.unipi.it> Luigi Rizzo writes: : Also, we do have a need to push tables of info in the kernel : (e.g. list of PCI/USB ids, quirks tables and the like), : maybe we can take this chance to make the varsym subsystem useful : also within device drivers ? No. what problem would this solve? Warner