From owner-freebsd-current Sun Jan 16 7:20: 5 2000 Delivered-To: freebsd-current@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id 0A23414DED for ; Sun, 16 Jan 2000 07:20:03 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 129rT9-000Blq-0A; Sun, 16 Jan 2000 15:19:55 +0000 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id PAA33613; Sun, 16 Jan 2000 15:19:59 GMT (envelope-from dfr@nlsystems.com) Date: Sun, 16 Jan 2000 15:18:56 +0000 (GMT) From: Doug Rabson To: Thomas Graichen , graichen@innominate.de Cc: current@freebsd.org Subject: Re: resource_list_alloc In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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