From owner-freebsd-arch@FreeBSD.ORG Thu Apr 20 03:14:11 2006 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ADB016A400 for ; Thu, 20 Apr 2006 03:14:11 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00AE143D45 for ; Thu, 20 Apr 2006 03:14:10 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k3K3DiaC007988; Wed, 19 Apr 2006 21:13:44 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 19 Apr 2006 21:13:44 -0600 (MDT) Message-Id: <20060419.211344.74742694.imp@bsdimp.com> To: wollman@khavrinen.csail.mit.edu From: Warner Losh In-Reply-To: <200604200108.k3K18DwH055301@khavrinen.csail.mit.edu> References: <20060419220401.GO38619@funkthat.com> <20060419.165709.22017808.imp@bsdimp.com> <200604200108.k3K18DwH055301@khavrinen.csail.mit.edu> 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: arch@freebsd.org Subject: Re: remove rid pointer (but not rid)... 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: Thu, 20 Apr 2006 03:14:11 -0000 From: Garrett Wollman Subject: Re: remove rid pointer (but not rid)... Date: Wed, 19 Apr 2006 21:08:13 -0400 (EDT) > In article <20060419.165709.22017808.imp@bsdimp.com> you write: > > >in theory with the current API the rid could change, a quick audit of > >the tree I just did shows that no one currently changes the rid. > > The perils of generalizing from zero examples. Mea culpa. > > I no longer have even the foggiest idea why I thought that might be > useful. The rid stuff is in the bus_if.m layer, not in the rman layer. The r_rid was added later in an attempt to make it more convenient for the busif layer. Warner