CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/24 05:12:12
Modified files:
sys/sys : gpio.h
sys/dev/gpio : files.gpio gpio.c gpioiic.c gpioow.c gpiovar.h
Log message:
- Add two new ioctls to gpio(4), GPIOATTACH and GPIODETACH, to allow to attach
and detach devices on a gpiobus at runtime. The offset and mask locators
in kernel config files can still be used for static configuration, so this
does not break existing custome kernel configs.
- Have gpioow(4) unmap the pins it used from the gpiobus during detach
Changes to gpioctl(8) will be a separate committ.
ok uwe