Module Name: src Committed By: khorben Date: Fri May 10 01:20:05 UTC 2013
Modified Files: src/sys/dev/gpio [khorben-n900]: files.gpio gpio.c gpiovar.h Log Message: Added a locator for interrupts on the GPIO bus. This allows ARM devices (like the Nokia N900) to register interrupt handlers as specified within their respective kernel configuration file. XXX This change is not adequate because intr_establish() is a MD interface, so it will have to be re-designed before merging to the main tree. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.10.18.1 src/sys/dev/gpio/files.gpio cvs rdiff -u -r1.51 -r1.51.6.1 src/sys/dev/gpio/gpio.c cvs rdiff -u -r1.15 -r1.15.18.1 src/sys/dev/gpio/gpiovar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.