summaryrefslogtreecommitdiff
path: root/sys/dev/radio.c
AgeCommit message (Expand)Author
2018-02-05fixes for GCC 6.4:mrg
2017-10-28Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h".riastradh
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-02-23Correct device_t/softc split and, while I am here, delete commented-outdyoung
2010-01-21All that the activation hook radioactivate() did was to changedyoung
2009-12-06Simplify these device-activation hooks using the following semanticdyoung
2008-07-09- use aprint in attachjoerg
2008-06-08Use device_lookup_private() rather than using cd_devs[] directly to get softc.tsutsui
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-09-03add missing initializerchristos
2006-03-28Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
2003-10-19Remove unreachable break after return and goto statements.simonb
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-01-01Use aprint_normal() in cfprint routines.thorpej
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-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-01-05Initialize _ca struct right.augustss
2002-01-02Support detach.augustss
2002-01-01Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popovaugustss