summaryrefslogtreecommitdiff
path: root/sys/dev/dtv/dtv_device.c
AgeCommit message (Expand)Author
2022-03-31For device modules that provide both auto-config and /dev/xxxpgoyette
2021-07-24#include <sys/param.h> for COHERENCY_UNIT and some KNF while I'm here.skrll
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
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
2011-08-09modify the dtv device api so hardware drivers can be loaded independentlyjmcneill
2011-07-16Fix a locking problem with the demux, and while here do a bit ofjmcneill
2011-07-13add missing mutex_destroy on detachjmcneill
2011-07-13add section filter supportjmcneill
2011-07-12- use separate locks for ingress and egress queuesjmcneill
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