]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce BUS_CONFIG_INTR(). The method allows devices to tell parents
authorMarcel Moolenaar <marcel@FreeBSD.org>
Wed, 10 Sep 2003 21:37:10 +0000 (21:37 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Wed, 10 Sep 2003 21:37:10 +0000 (21:37 +0000)
commitda13b8f9fe4db1c3bed3f539bf6cc9a15df55b5b
treee352891e6c79c2e16bc27caa439f4d033d2c1b9a
parent28e0a3843aa8de27ce98c26b7ae7ae549c7c5caa
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
sys/kern/bus_if.m
sys/kern/subr_bus.c
sys/sys/bus.h