From owner-freebsd-hackers@freebsd.org Sat Sep 26 11:03:19 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 141DD9B84C5 for ; Sat, 26 Sep 2015 11:03:19 +0000 (UTC) (envelope-from ftigeot@wolfpond.org) Received: from gw.zefyris.com (sabik.zefyris.com [IPv6:2001:7a8:3c67:2::254]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B1C582A; Sat, 26 Sep 2015 11:03:17 +0000 (UTC) (envelope-from ftigeot@wolfpond.org) Received: from sekishi.zefyris.com (sekishi.zefyris.com [IPv6:2001:7a8:3c67:2:0:0:0:12]) by gw.zefyris.com (8.15.1/8.14.5) with ESMTP id t8QB39Dc095876; Sat, 26 Sep 2015 13:03:10 +0200 (CEST) Date: Sat, 26 Sep 2015 13:03:09 +0200 From: Francois Tigeot To: John Baldwin Cc: "Pokala, Ravi" , "freebsd-hackers@freebsd.org" Subject: Re: bus_.*_resource() and rid Message-ID: <20150926110308.GA14568@sekishi.zefyris.com> References: <1685918.WyYIclYTSg@ralph.baldwin.cx> <1637146.Rv3dkk0gMi@ralph.baldwin.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1637146.Rv3dkk0gMi@ralph.baldwin.cx> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (gw.zefyris.com [IPv6:2001:7a8:3c67:2:0:0:0:254]); Sat, 26 Sep 2015 13:03:12 +0200 (CEST) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 11:03:19 -0000 On Wed, Sep 23, 2015 at 08:07:55AM -0700, John Baldwin wrote: > On Friday, September 11, 2015 02:37:58 AM Pokala, Ravi wrote: > > > > I'll look into bus_get_resource(). Oh, look - there's no manpage > > (share/man/man9/bus_get_resource.9 does not exist, despite being a "see > > also" entry in bus_set_resource.9). :-S > > Time for Someone(tm) to write one. :-/ I'm a bit late to the party but you could just grab DragonFly's version: http://gitweb.dragonflybsd.org/dragonfly.git/blob/HEAD:/share/man/man9/bus_get_resource.9 -- Francois Tigeot