From owner-freebsd-hackers Thu May 7 07:58:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA26309 for freebsd-hackers-outgoing; Thu, 7 May 1998 07:58:24 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from zeus.carroll.com (zeus.carroll.com [199.224.10.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA26295 for ; Thu, 7 May 1998 07:58:17 -0700 (PDT) (envelope-from jim@carroll.com) Received: from apollo.carroll.com [199.224.10.3] by zeus.carroll.com with ESMTP (8.8.5/0) id KAA20193; Thu, 7 May 1998 10:57:56 -0400 Received: by apollo.carroll.com (8.8.5) is KAA10927; Thu, 7 May 1998 10:57:55 -0400 Date: Thu, 7 May 1998 10:57:54 -0400 From: Jim Carroll To: Warner Losh cc: Nate Williams , freebsd-hackers@FreeBSD.ORG Subject: Re: ISA-PnP w\o BIOS support? In-Reply-To: <199805070421.WAA16545@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > One of the hardest things to do right now with the pccard code in > FreeBSD -current is to figure out what interrupts you have available. Amen to that. I had an idea for quick little utility to help solve this. If you could walk the hardware interrupt vector list, you could display which interrupts had valid drivers waiting to handle them. This would at least display which interrupts were in use. You could then decide where to put the pccard driver (or any other card that needs a free IRQ). The only trouble with my idea is I'm not sure how to get access to the hardware vector list. If someone feels disposed to pointing me in the right direction, I would be happy to cut the code, and share the work. --- Jim C., President | C A R R O L L - N E T, Inc. 201-488-1332 | New Jersey's Premier Internet Service Provider www.carroll.com | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message