aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr
Commit message (Expand)AuthorAgeFilesLines
* Use uint32_t instead of u_long when appropriate.Olivier Houchard2005-01-091-64/+64
* Remove support for FreeBSD < 4.recent from this driver.Warner Losh2005-01-087-35/+1
* Remove vnode.h and adjust includes to compensate for pollution.Warner Losh2005-01-085-6/+13
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-069-9/+9
* Add support for the Pixelview PlayTVJulian Elischer2005-01-022-1/+14
* Roger is away, note that his maintainership isJulian Elischer2004-12-311-1/+4
* Add a missing prototype.Julian Elischer2004-12-171-2/+1
* Allow /sys/dev/bktr to support Pinnacle PCTV Rave cardsJulian Elischer2004-12-164-17/+440
* Add some locking for -currnet/5.xJulian Elischer2004-12-161-0/+6
* Fix build if both of BKTR_USE_FREEBSD_SMBUS and BKTR_NEW_MSP34XX_DRIVER areDoug White2004-09-111-0/+4
* Add support AOpen VA1000 video capture cardMIHIRA Sanpei Yoshiro2004-08-082-2/+15
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* Fix a tuner problem.Jens Schweikhardt2004-06-271-1/+3
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-164-15/+15
* Style cleanup.Jens Schweikhardt2004-06-111-64/+81
* * Fix typo in comment.Jens Schweikhardt2004-06-111-6/+4
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-302-0/+2
* Unbreak build ifJosef El-Rayes2004-05-261-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-5/+4
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Use contigmalloc() instead of vm_page_alloc_contig().Alan Cox2004-01-141-2/+5
* Make the multiple include guard correct for this file location.David E. O'Brien2003-12-202-6/+6
* Spell btkr as bktr.Robert Watson2003-12-121-2/+2
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrDavid E. O'Brien2003-12-087-19/+18
* Ooops. These are still used by the bktr driver. David O'Brien hasWarner Losh2003-12-071-0/+187
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneWarner Losh2003-12-071-187/+0
* Use a mutex to synchronize the driver top and bottom halves instead ofDon Lewis2003-12-014-9/+62
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Revision 1.126 broke the interface of the bktr driver'sJacques Vidrine2003-08-261-9/+13
* Use __FBSDID().David E. O'Brien2003-08-247-101/+96
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-226-12/+21
* Add a overhaul of the soundchip initialization for the MSP34xx chipsetsAlexander Langer2003-08-126-1/+1339
* Add or correct range checking of signal numbers in system calls andJacques Vidrine2003-08-101-1/+1
* Merge NetBSD bktr_core.c rev. 1.26:Max Khon2003-06-091-2/+2
* Add two more Vendor ID's for Leadtek Winfast TV 2000Max Khon2003-06-091-1/+5
* Eliminate mostly unused local variable.Poul-Henning Kamp2003-05-311-5/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+9
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-2/+3
* Remove unintended growth of bt848_card_signature.Orion Hodson2003-02-031-1/+1
* Add BCTV3/PCI entry.Orion Hodson2003-02-023-67/+95
* Add tuner code for WinTV Go FM (Hauppauge Model 44811 C133). PatchOrion Hodson2003-01-311-0/+1
* Fix a panic unloading the bktr driver when devfs is in use.Roger Hardiman2002-12-091-10/+2
* Fix a bug which caused signals on YUV images to fail.Roger Hardiman2002-12-071-7/+6
* More int != pointer stuff.John Baldwin2002-11-061-2/+3
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-282-10/+11
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverPeter Wemm2002-07-213-11/+1
* Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2Warner Losh2002-07-212-447/+0