summaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpioow.c
AgeCommit message (Expand)Author
2011-09-07Newline is \n, not /n.mbalmer
2011-08-31Add glue code to build as module.mbalmer
2009-11-12Simplify activation hook.dyoung
2009-08-08Register with the PMF, and when detaching, just the right order.mbalmer
2009-08-07Don't use an identifier name that probably clashes with the C standard.mbalmer
2009-08-03unfold short line; debracketmbalmer
2009-08-03A better match routine that checks also the number of pins insteadmbalmer
2009-07-25Rework the GPIO framework. Tie it to the kauth(9) framework to controlmbalmer
2009-03-18bzero -> memsetcegger
2008-05-04Finish device_t/softc split. Previous commit was incomplete.xtraeme
2008-05-01device_t / softc split. From Hans Rosenfeld.cegger
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-04-07Dallas Semiconductor 1-Wire bus support, from OpenBSD. Currently includesriz