Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   mbalmer
Date:           Mon Oct  3 11:16:48 UTC 2011

Modified Files:
        src/share/man/man4: gpio.4
        src/sys/dev/gpio: gpio.c
        src/sys/sys: gpio.h
        src/usr.sbin/gpioctl: gpioctl.8 gpioctl.c

Log Message:
Remove the GPIODETACH gpio(4) ioctl (it is still available in COMPAT_50) and
the 'detach' command line option from gpioctl(8).  Drivers that are
attached to gpio pins can be detached using the drvctl(8) command.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/gpio.4
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/gpio/gpio.c
cvs rdiff -u -r1.10 -r1.11 src/sys/sys/gpio.h
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/gpioctl/gpioctl.8
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/gpioctl/gpioctl.c

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