summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/bktr (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-144-8/+4
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-5/+5
* primary change: move uvm_vnode out of vnode, keeping only a pointer.tedu2014-12-161-1/+3
* remove uneeded proc.h includesjsg2014-09-142-4/+2
* format string fixes for bus_addr_t and bus_size_tsf2014-05-041-2/+2
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-5/+5
* Fix tuner ioctl TVTUNER_SETFREQ after rev 1.30.brad2013-10-041-2/+2
* Use tmp_int to be able to pass back the -1 upon error and check for it properlybrad2013-07-051-11/+11
* Remove vaddr_t casts in bktr_mmap().brad2013-07-011-4/+4
* don't return (potential errno) + (potential errno), instead only performmiod2010-08-061-2/+3
* Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm2009-11-091-5/+4
* Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()deraadt2009-10-311-1/+2
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-4/+4
* remove dead stores.chl2008-09-251-15/+2
* Remove redundant enabling of memory space and bus master whichbrad2008-05-251-4/+3
* typos; ok jmc@martynas2007-11-263-10/+10
* replace ctob and btoc with ptoa and atop respectivelymartin2007-09-151-2/+2
* Back out the tracking of procs in struct selinfo. There's one seriousart2007-07-251-2/+8
* remove newline in dmesg that slipped in in last commitjakemsr2007-06-181-3/+1
* remove all FreeBSD/NetBSD specific code because we willrobert2007-06-117-1424/+21
* Kill the horrible hack of storing the pid in struct selinfo.art2007-03-241-8/+2
* Remove _KERNEL_OPT leftovers.miod2007-02-113-15/+3
* Add support for Leadtek Winfast TV 2000 XP, from Tim Lesliepedro2007-01-084-9/+40
* Avoid void * arithmetic, okay deraadt@, suggestions from millert@pedro2006-12-291-2/+2
* 'immediatly' -> 'immediately' in comments.krw2006-12-211-2/+2
* improve support for TV tuning via radio(4) by:jakemsr2006-02-053-29/+49
* Include sys/stdint.h instead of defining uintptr_t ourselves.millert2006-01-201-7/+3
* as of rev 1.16 of bktr_core.c, bktr(4) enables the audio muxes atjakemsr2006-01-151-9/+1
* from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682mickey2005-12-071-2/+3
* Add support to tune the channel and the channel sets via radio(4).robert2005-12-051-6/+35
* Check if the given FM frequency is between 87.5Mhz and 108Mhz.robert2005-12-021-1/+6
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-212-5/+5
* Undefine STATUS_SUM, because it is not needed, and it makesrobert2005-11-151-4/+9
* Use proper type for 32 bit entity. s/long/introbert2005-06-231-13/+13
* apparently i got the last one reversed; from jakemsr@mickey2005-06-221-24/+8
* no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; from jakemsr@mickey2005-05-191-21/+12
* do not reset tuner and audio settings on open/close; from jakemsr@mickey2005-04-141-1/+15
* support zoltrix tv/fm; from jakemsr@ pr4096mickey2005-02-242-3/+32
* miscellaneous typo fixes:jfb2005-02-171-2/+2
* Add support for IODATA GV-BCTV3 and AOpen VA1000 from FreeBSDjsg2004-10-152-4/+50
* do not use u_long for 32bit data; found by Jacob Meusermickey2004-06-295-67/+67
* add support for ati tv-wonders written by me and tested by Jacob Meuser <jakemsr@jakemsr.com> on /ve modelmickey2004-06-282-199/+222
* cummulative update from freebsd an netbsd:mickey2004-05-242-34/+36
* missing statics for freebsd; from freebsd via jakemsr@jakemsr.commickey2004-05-241-8/+9
* remove freebsd 2 and 3 support, from freebsd via jakemsr@jakemsr.commickey2004-05-241-464/+1
* typo in comment; from robert nagymickey2004-03-192-4/+4
* support for two more leadtek cards; from robert nagymickey2004-03-141-2/+6
* remove -w option to sysctl;jmc2004-02-251-3/+3
* no need for an BKTR_DEBUG alwaysmickey2003-07-041-2/+1
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-5/+7