This adds support for looking up IRQ numbers via hurd's acpi translator.
It falls back to the existing IRQ number if acpi cannot provide it.
---
debian/patches/acpi.diff | 76
debian/patches/series| 1 +
2 files changed, 77 insertions(+)
create mode
We use __builtin_ffs instead of ffs. strrchr is not used.
Also removed the commented out memset implementation since it is
implemented in arch-specific code.
---
include/string.h | 4
kern/strings.c | 21 -
2 files changed, 25 deletions(-)
diff --git a/include/string.