summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/bktr
AgeCommit message (Expand)AuthorFilesLines
2021-03-05ansijsg1-13/+4
2020-06-20Make FUNCTION()/UNIT() return valid major/minor device numbers ratherkrw1-3/+4
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt1-2/+1
2020-01-11bktr(4): one more tsleep(9) -> tsleep_nsec(9) conversion; ok ratchov@cheloha1-2/+2
2019-12-16bktr(4): tsleep(9) -> tsleep_nsec(9)cheloha2-6/+7
2018-11-22Remove useless assignment, value is overwritten right after being set.fcambus1-2/+1
2018-04-28replace add_*_randomness with enqueue_randomness()jasper1-3/+3
2016-03-14Change a bunch of (<blah> *)0 to NULL.krw1-2/+2
2016-02-15Convert to uiomove. From Martin Natano.stefan1-12/+10
2015-03-14Remove some includes include-what-you-use claims don'tjsg4-8/+4
2015-02-10First step towards making uiomove() take a size_t size argument:miod1-5/+5
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.tedu1-1/+3
2014-09-14remove uneeded proc.h includesjsg2-4/+2
2014-05-04format string fixes for bus_addr_t and bus_size_tsf1-2/+2
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt1-5/+5
2013-10-04Fix tuner ioctl TVTUNER_SETFREQ after rev 1.30.brad1-2/+2
2013-07-05Use tmp_int to be able to pass back the -1 upon error and check for it properlybrad1-11/+11
2013-07-01Remove vaddr_t casts in bktr_mmap().brad1-4/+4
2010-08-06don't return (potential errno) + (potential errno), instead only performmiod1-2/+3
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm1-5/+4
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()deraadt1-1/+2
2009-03-29make various strings ("can't map mem space" and similar) more consistentsthen1-4/+4
2008-09-25remove dead stores.chl1-15/+2
2008-05-25Remove redundant enabling of memory space and bus master whichbrad1-4/+3
2007-11-26typos; ok jmc@martynas3-10/+10
2007-09-15replace ctob and btoc with ptoa and atop respectivelymartin1-2/+2
2007-07-25Back out the tracking of procs in struct selinfo. There's one seriousart1-2/+8
2007-06-18remove newline in dmesg that slipped in in last commitjakemsr1-3/+1
2007-06-11remove all FreeBSD/NetBSD specific code because we willrobert7-1424/+21
2007-03-24Kill the horrible hack of storing the pid in struct selinfo.art1-8/+2
2007-02-11Remove _KERNEL_OPT leftovers.miod3-15/+3
2007-01-08Add support for Leadtek Winfast TV 2000 XP, from Tim Lesliepedro4-9/+40
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@pedro1-2/+2
2006-12-21'immediatly' -> 'immediately' in comments.krw1-2/+2
2006-02-05improve support for TV tuning via radio(4) by:jakemsr3-29/+49
2006-01-20Include sys/stdint.h instead of defining uintptr_t ourselves.millert1-7/+3
2006-01-15as of rev 1.16 of bktr_core.c, bktr(4) enables the audio muxes atjakemsr1-9/+1
2005-12-07from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682mickey1-2/+3
2005-12-05Add support to tune the channel and the channel sets via radio(4).robert1-6/+35
2005-12-02Check if the given FM frequency is between 87.5Mhz and 108Mhz.robert1-1/+6
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2-5/+5
2005-11-15Undefine STATUS_SUM, because it is not needed, and it makesrobert1-4/+9
2005-06-23Use proper type for 32 bit entity. s/long/introbert1-13/+13
2005-06-22apparently i got the last one reversed; from jakemsr@mickey1-24/+8
2005-05-19no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; from jakemsr@mickey1-21/+12
2005-04-14do not reset tuner and audio settings on open/close; from jakemsr@mickey1-1/+15
2005-02-24support zoltrix tv/fm; from jakemsr@ pr4096mickey2-3/+32
2005-02-17miscellaneous typo fixes:jfb1-2/+2
2004-10-15Add support for IODATA GV-BCTV3 and AOpen VA1000 from FreeBSDjsg2-4/+50
2004-06-29do not use u_long for 32bit data; found by Jacob Meusermickey5-67/+67