Date: Wed, 10 Sep 2003 14:37:10 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern bus_if.m subr_bus.c src/sys/sys bus.h Message-ID: <200309102137.h8ALbAHs030033@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/09/10 14:37:10 PDT FreeBSD src repository Modified files: sys/kern bus_if.m subr_bus.c sys/sys bus.h Log: Introduce BUS_CONFIG_INTR(). The method allows devices to tell parents about interrupt trigger mode and interrupt polarity. This allows ACPI for example to pass interrupt resource information up the hierarchy. The default implementation of the method therefore is to pass the request to the parent. Reviewed by: jhb, njl Revision Changes Path 1.26 +11 -0 src/sys/kern/bus_if.m 1.131 +11 -0 src/sys/kern/subr_bus.c 1.55 +14 -0 src/sys/sys/bus.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309102137.h8ALbAHs030033>