summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/spif.c
AgeCommit message (Expand)Author
2022-10-26spif(4): Convert to ttylock/ttyunlock.riastradh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-09-15Remove unused variablesmartin
2011-07-18convert the remaining dev/sbus drivers to CFATTACH_DECL_NEW, cfdata_tmrg
2011-07-02avoid some uninitialised variable warnings from GCC 4.5. i'm prettymrg
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2009-09-19u_intNN_t -> uintNN_ttsutsui
2009-09-17Include "ioconf.h" instead of extern struct cfdriver foo_cd decls.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-12-11Fix warning about missing initializer that showed up in sparc64hauke
2008-06-11mechanical changes to use device_private() or device_lookup_private()drochner
2008-06-11- use device_lookup_private to get softccegger
2008-05-25Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()ad
2008-04-05use aprint_*_dev and device_xnamecegger
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-07Merge tty changes from the vmlocking branch.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Use the softint API.ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-01More from Matt Fleming:elad
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-15include kauth.h for kauth_authorize_generic.yamt
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-02-27nuke trailing whitespaceperry
2004-07-24Hauke Fath's port of the openbsd SUNW,spif driver from PR#26061.mrg