Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2000 15:18:56 +0000 (GMT)
From:      Doug Rabson <dfr@nlsystems.com>
To:        Thomas Graichen <graichen@innominate.de>, graichen@innominate.de
Cc:        current@freebsd.org
Subject:   Re: resource_list_alloc
Message-ID:  <Pine.BSF.4.10.10001161518060.24963-100000@salmon.nlsystems.com>
In-Reply-To: <news2mail-85sd8a$4nk$1@mate.bln.innominate.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 16 Jan 2000, Thomas Graichen wrote:

> i'm currently trying to get the initio driver from initio ready for
> -current and have it working fine with an u2w controller on one
> machine (smp btw.) after finding out the COMPAT_PCI_DRIVER thing :-)
> but still have problems with an 9100 utra controller on another
> machine where i get:
> 
>   resoource_list_alloc: resource entry is busy
> 
> and a panic after the probe - maybe its due to the machine (it's 
> an pci i486 where for instance also the ide controller could not
> be probed via the pci device ...) - but i think it should be
> possible (it's not on a share irq or something - i also tried
> different irq's) to get this solved - so my questions are: has
> anyone an idea what the problem here is ? - does anyone have any
> good pointer to docs describing all the pci probing/ataching and
> resource management in the current FreeBSD ?

You are probably trying to change a resource (e.g. with
bus_set_resource()) after you have previously allocated it with
bus_alloc_resource(). Once a resource is allocated, it can't be changed
until it is released.

--
Doug Rabson				Mail:  dfr@nlsystems.com
Nonlinear Systems Ltd.			Phone: +44 181 442 9037




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10001161518060.24963-100000>