From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 11 14:19:05 2007 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48E1816A400 for ; Wed, 11 Apr 2007 14:19:05 +0000 (UTC) (envelope-from craig@tobuj.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.freebsd.org (Postfix) with ESMTP id 39D4B13C469 for ; Wed, 11 Apr 2007 14:19:05 +0000 (UTC) (envelope-from craig@tobuj.gank.org) Received: by ion.gank.org (Postfix, from userid 1001) id 4AF3B11A81; Wed, 11 Apr 2007 09:09:28 -0500 (CDT) Date: Wed, 11 Apr 2007 09:09:26 -0500 From: Craig Boston To: Alan Garfield , takawata@jp.freebsd.org, hackers@freebsd.org Message-ID: <20070411140926.GB60020@nowhere> Mail-Followup-To: Craig Boston , Alan Garfield , takawata@jp.freebsd.org, hackers@freebsd.org References: <200704110951.l3B9p4hT024402@sana.init-main.com> <461CCB3D.1090402@fromorbit.com> <20070411140214.GA60020@nowhere> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070411140214.GA60020@nowhere> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: Resources and ACPI X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 14:19:05 -0000 On Wed, Apr 11, 2007 at 09:02:14AM -0500, Craig Boston wrote: > If it seems like magic, that's because it is. :) For PnP busses like > PCI, ISAPnP, and ISA-ACPI/LPC-ACPI, the OS takes care of figuring out > what resources to use and allocates them. I almost forgot, the busdma functions work for non-PnP busses like really old ISA cards as well. The only difference is that the user has to specify the resources manually in /boot/device.hints, but there's a standard API for this as well. Craig