summaryrefslogtreecommitdiff
path: root/sys/dev/ir/cir.c
AgeCommit message (Expand)Author
2022-03-31For device modules that provide both auto-config and /dev/xxxpgoyette
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
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
2011-07-26convert to device_t, cfdata_t and CFATTACH_DECL_NEW.mrg
2010-12-29module needs to devsw_attach/devsw_detachjmcneill
2010-12-28add "ir" and "cir" modulesjmcneill
2009-12-06Delete unnecessary device-activation hooks.dyoung
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-10-10Make cirpoll work.jmcneill
2008-10-10cirkqfilter is not implemented, so remove any references to it so thisjmcneill
2008-06-11use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-01Welcome to 4.99.55:rmind
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-10Complete initialiser, avoid returning stack content as an error code and...cube
2007-01-09Comment out a trigraph in a #ifdef 0'd block. Kinda pointless, but allowscube
2006-03-29Use device_private().thorpej
2006-03-28Use device_unit().thorpej
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2006-01-29Use correct return values when polling.augustss
2005-12-11merge ktrace-lwp.christos
2003-07-14add missing __KERNEL_RCSID()lukem
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.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
2001-12-12Add some ioctl()s for consumer IR.augustss
2001-12-02Add framework for Ir devices. The irframe device is for delivering IrDAaugustss