Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   mbalmer
Date:           Sat Jul 25 16:17:10 UTC 2009

Modified Files:
        src/sys/dev/gpio: files.gpio gpio.c gpioow.c gpiovar.h
        src/sys/sys: gpio.h
Added Files:
        src/sys/dev/gpio: gpiosim.c

Log Message:
Rework the GPIO framework.  Tie it to the kauth(9) framework to control
access to the GPIO pins.  Device drivers using GPIO pins can now be
attached and detached at runtime.  GPIO pins can be named for easier
reference from userland programs.  Introduce a new gpiosim(4) driver,
which is used for development.

Reviewed by many.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/gpio/files.gpio
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/gpio/gpio.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/gpio/gpioow.c
cvs rdiff -u -r0 -r1.1 src/sys/dev/gpio/gpiosim.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/gpio/gpiovar.h
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/gpio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index