aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr/bktr_card.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-2/+2
* Add some cards:Alexander Leidinger2005-11-131-0/+49
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Don't set the tuner type to TUNER_MT2032 if BKTR_OVERRIDE_TUNER is defined orOlivier Houchard2005-05-241-1/+4
* Remove lots of tab/space errors introduced by massive cut-n-paste action.Julian Elischer2005-02-101-234/+234
* Take into account that Pinnacle screwed up their PCI ID in the beginning..Julian Elischer2005-02-101-4/+5
* Add code to do better auto detection of tuner types etc.Julian Elischer2005-01-231-15/+6
* Remove support for FreeBSD < 4.recent from this driver.Warner Losh2005-01-081-2/+0
* Remove vnode.h and adjust includes to compensate for pollution.Warner Losh2005-01-081-1/+3
* Add support for the Pixelview PlayTVJulian Elischer2005-01-021-0/+12
* Allow /sys/dev/bktr to support Pinnacle PCTV Rave cardsJulian Elischer2004-12-161-0/+28
* Add support AOpen VA1000 video capture cardMIHIRA Sanpei Yoshiro2004-08-081-0/+12
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrDavid E. O'Brien2003-12-081-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-17/+17
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+3
* Add two more Vendor ID's for Leadtek Winfast TV 2000Max Khon2003-06-091-1/+5
* Remove unintended growth of bt848_card_signature.Orion Hodson2003-02-031-1/+1
* Add BCTV3/PCI entry.Orion Hodson2003-02-021-2/+30
* Add tuner code for WinTV Go FM (Hauppauge Model 44811 C133). PatchOrion Hodson2003-01-311-0/+1
* Upgrade to driver 2.18Roger Hardiman2000-10-311-10/+42
* Update to driver 2.17Roger Hardiman2000-10-191-16/+39
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Update to driver 2.15.Roger Hardiman2000-09-101-2/+5
* Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cardsRoger Hardiman2000-06-281-36/+50
* Update to driver 2.13.Roger Hardiman2000-06-261-44/+50
* Upgrade the bktr driver from 2.07 to 2.10.Roger Hardiman2000-04-041-23/+46
* The Leadtek Winfast TV2000 has one of the FM capable Tuners. Don'tPeter Wemm2000-02-121-0/+8
* Update to driver 2.07Roger Hardiman2000-01-241-2/+2
* Fix bug where tuner i2c address was not set for IMS Turbo cardsRoger Hardiman1999-12-071-2/+9
* Update to driver 2.05Roger Hardiman1999-11-131-8/+12
* Update to driver release 2.04Roger Hardiman1999-10-281-20/+39
* Include opt_bktr.Roger Hardiman1999-10-151-0/+2
* Update Australian channel set and add Leadtek Winfast 2000 GPIORoger Hardiman1999-10-041-2/+4
* Add auto-detection for Askey Dynalink Magic TView andRoger Hardiman1999-09-271-12/+66
* Split the Bt848 driver into seperate files forRoger Hardiman1999-09-261-0/+1069