summaryrefslogtreecommitdiff
path: root/sys/dev/ir
AgeCommit message (Expand)Author
2003-01-03Remove protoype for irframe_frame_available(), it's never implementeddsainty
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-10Move IR and Bluetooth config defns missed in previous commit.thorpej
2002-10-10Move IR and Bluetooth config defns to their own files.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
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-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
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-20Don't forget to call start routine in dongle manipulation.augustss
2001-12-20Rearrange code that wiggles modem control lines so it actually reachesaugustss
2001-12-15install into /usr/include/dev/ir, since Jason made irdaattach look here.explorer
2001-12-14Sanity check speed setting.augustss
2001-12-14Rearrage softc a little.augustss
2001-12-13Some debug stuff.augustss
2001-12-13Fix TODO comment.augustss
2001-12-13Move parameter checks to a common place.augustss
2001-12-13Use unsigned ints.augustss
2001-12-13Some DIAGNOSTIC nonsense.augustss
2001-12-13Don't use u_int since it requires sys/types.haugustss
2001-12-12Add missing delay for the tekram dongle.augustss
2001-12-12Don't use timeout 0 to tsleep() when the time is short.augustss
2001-12-12Use unsigned ints for device settings.augustss
2001-12-12Change default value for ebofs.augustss
2001-12-12Add some ioctl()s for consumer IR.augustss
2001-12-06Restructure to get rid of size limit.augustss
2001-12-06Don't crash on early calls to get the speeds.augustss
2001-12-05Constify a little.augustss
2001-12-05Add dongle specific code.augustss
2001-12-05Break out SIR framing to its own file.augustss
2001-12-05Put bytes on right q.augustss
2001-12-05Set error code for IRDA_RESET_PARAMS.augustss
2001-12-05Fix some minor bug.augustss
2001-12-05Reset parameters on open.augustss
2001-12-05Mention that much of the code was stolen from Tommy Bohlin.augustss
2001-12-04Add some dongle support ioctl()s.augustss
2001-12-04Change speed setting a little.augustss
2001-12-04Implement speed setting.augustss
2001-12-04Implement input processing (untested).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