This provides a new helper lib for registering
interrupt handlers in userspace.
( -1, bus, dev, fun, ...): will look up gsi from ACPI
(gsi, -1, -1, -1, ...): will use gsi and ignore pci commands
I haven't been able to test this yet, but hope to introduce it
into rumpkernel(pci-userspace) and l
---
procfs/Makefile | 2 +-
procfs/rootdir.c | 77
2 files changed, 78 insertions(+), 1 deletion(-)
diff --git a/procfs/Makefile b/procfs/Makefile
index 13ee026c..d32328d2 100644
--- a/procfs/Makefile
+++ b/procfs/Makefile
@@ -21,7 +21,7 @@ makem
This makes acpi usable as a bootstrap translator.
---
acpi/Makefile | 6 +-
acpi/acpifs.c | 37
acpi/acpifs.h | 6 +-
acpi/main.c| 155 +
acpi/options.c | 20 +++
acpi/options.h | 8 +++
6 files changed, 207 insertions