summaryrefslogtreecommitdiff
path: root/sys/dev/ir/irframe.c
AgeCommit message (Expand)Author
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
2009-12-06Delete unnecessary device-activation hooks.dyoung
2009-01-11Register with pmf.mlelstv
2008-06-10device_private(device_lookup()) -> device_lookup_private()cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-14Split device_t and softc for irframe(4).cube
2007-03-06clean up and fix irframe attachment as a line discipline:drochner
2007-03-05replace the code which digs in the guts of autoconf. It is not obviousdrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-30fix incomplete initializer.christos
2006-03-29Use device_private().thorpej
2006-03-28Use device_unit().thorpej
2006-02-21Use device_is_active().thorpej
2005-12-11merge ktrace-lwp.christos
2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws
2003-10-21Remove break after return.simonb
2003-07-14add missing __KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-17Fix size_t printf formats in DIAGNOSTIC case.fvdl
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Use CFDRIVER_DECL(). PR #18500.thorpej
2002-10-02Remove unnecessary extern decl of iframe_ca.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-12-29Add an XXX comment.augustss
2001-12-26Be a little more paranoid.augustss
2001-12-14Sanity check speed setting.augustss
2001-12-13Some debug stuff.augustss
2001-12-13Move parameter checks to a common place.augustss
2001-12-13Some DIAGNOSTIC nonsense.augustss
2001-12-05Constify a little.augustss
2001-12-05Break out SIR framing to its own file.augustss
2001-12-05Set error code for IRDA_RESET_PARAMS.augustss
2001-12-05Reset parameters on open.augustss
2001-12-04Simplify interface to irframe.augustss
2001-12-03Add irframetty driver for IrDA frames over serial lines.augustss
2001-12-02GC unused stuff.augustss
2001-12-02Fixes from Jan Sparud's code:augustss
2001-12-02Add framework for Ir devices. The irframe device is for delivering IrDAaugustss