summaryrefslogtreecommitdiff
path: root/sys/modules/iic
ModeNameSize
-rw-r--r--Makefile202logplain
-rw-r--r--iic.ioconf136logplain
identify the fileops in a simple way.christos 2017-11-09Guess pool_cache_get(pc, 0) means PR_WAITOK here.riastradh 2017-10-28Add some #includes to make a few more header files compile.riastradh 2017-10-28Kill some more extern struct cfdriver declarations.riastradh 2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs 2014-08-09IPL_VM -> IPL_SCHED to avoid taking kernel lockjmcneill 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-10-17remove unused variablechristos 2011-08-09add dtv_math.hjmcneill 2011-08-09modify the dtv device api so hardware drivers can be loaded independentlyjmcneill 2011-07-16Reinstate #include <dev/dtv/dtvif.h> which was incorrectlyapb 2011-07-16Instead of returning an integer between 0 and 31 (scaled by 1<<24), useapb 2011-07-16add sys/types.hjmcneill 2011-07-16Fix a locking problem with the demux, and while here do a bit ofjmcneill 2011-07-15add dtv_intlog10 implementation, from apb@jmcneill 2011-07-14sections can't be > 4KBjmcneill 2011-07-13fe_sec_voltage_t: add SEC_VOLTAGE_OFFjmcneill 2011-07-13add missing mutex_destroy on detachjmcneill 2011-07-13dtv_demux_write: make sure to unlock muted in all error pathsjmcneill 2011-07-13add section filter supportjmcneill 2011-07-12- use separate locks for ingress and egress queuesjmcneill 2011-07-10add DMX_PES_foo -> DMX_PES_foo0 aliases for dmx_pes_type_t typesjmcneill 2011-07-09use %zu to print size_tjmcneill 2011-07-09allow this to be compiled into the kerneljmcneill 2011-07-09don't kmem_alloc with IPL_VM mutex locked, spotted by rmindjmcneill 2011-07-09add digital TV framework which implements a subset of Linux DVB APIsjmcneill