index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
gpio
/
gpiosim.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2017-10-28
Kill some more extern struct cfdriver declarations.
riastradh
2017-01-20
Check pmf_device_register return value. NFC
maya
2016-07-14
- Use aprint*() instead of printf() in xxx_attach().
msaitoh
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
2015-08-20
Use needs-count for # of pseudo instances; suggested by cube@.
uebayasi
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2013-05-20
Make the gpiosim(4) device a 64 bit wide GPIO.
mbalmer
2012-06-02
Add some pre-processor magic to verify that the type of the data item
dsl
2011-08-30
Unconditionally include <sys/modules.h>.
mbalmer
2011-08-29
Register as built-in module when compiled wo/ _MODULE.
mbalmer
2011-08-28
build with WARNS=3
jmcneill
2011-08-26
u_int32_t -> uin32_t.
mbalmer
2011-08-14
fix indents
mbalmer
2011-08-12
gpio(4) and gpiosim(4) can now be built and used as modules. While here,
mbalmer
2009-12-06
Delete unnecessary device-activation hooks. Simplify the rest.
dyoung
2009-08-07
Properly teardown the sysctl node and detach child driver if gpiosim gets
mbalmer
2009-08-06
For the sake of correctness, call pmf_device_deregister() in the detach
mbalmer
2009-07-28
add dummy pmf registration to allow suspend
drochner
2009-07-27
Do not attach gpiosim(4) at root, but make it a pseudo device.
mbalmer
2009-07-26
Simplify the use _a lot_ by hooking this to sysctl instead of bio(4).
mbalmer
2009-07-25
Rework the GPIO framework. Tie it to the kauth(9) framework to control
mbalmer