Date: Thu, 17 Dec 1998 09:14:53 +0000 (GMT) From: Doug Rabson <dfr@nlsystems.com> To: Matthew Jacob <mjacob@feral.com> Cc: Gary Palmer <gpalmer@FreeBSD.ORG>, freebsd-alpha@FreeBSD.ORG Subject: Re: ftp://ftp.freebsd.org/pub/FreeBSD/alpha/3.0-19981208-SNAP Message-ID: <Pine.BSF.4.01.9812170912440.55097-100000@herring.nlsystems.com> In-Reply-To: <Pine.LNX.4.04.9812161643530.12461-100000@feral-gw>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Dec 1998, Matthew Jacob wrote: > > It's actually dying in the front of rman_activate_resource, so a bad irq > structure is being passed down. Could you find which driver is being attached (sc or sio) and try and figure out why the irq resource is not being allocated. It should be calling bus_alloc_resource() which will end up in isa_alloc_resource() with start set to the irq number. Perhaps a print statement in isa_alloc_resource() will be informative. -- 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-alpha" 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.01.9812170912440.55097-100000>