Date: Sun, 5 Dec 1999 22:47:03 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c Message-ID: <199912060647.WAA72739@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912060647.WAA72739>