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:  [EMAIL PROTECTED]
Nonlinear Systems Ltd.                  Phone: +44 181 442 9037




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to