From owner-cvs-all Sun Dec 5 22:47: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B94D14CB1; Sun, 5 Dec 1999 22:47:04 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA72739; Sun, 5 Dec 1999 22:47:04 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199912060647.WAA72739@freefall.freebsd.org> From: Peter Wemm Date: Sun, 5 Dec 1999 22:47:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/12/05 22:47:03 PST Modified files: sys/isa sio.c Log: Use bus_get_resource() instead of bus_get_resource_start() as the latter returns "0" on failure, which is indistinguishable from (say) irq 0. This should stop a couple of stray messages that turn up. Also, if a BUS_SETUP_INTR() fails with INTR_TYPE_FAST, try falling back to a normal interrupt. This might help pccard folks with a shared slot interrupt. This whole thing needs to be revisited. Revision Changes Path 1.277 +25 -18 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message