aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr
Commit message (Expand)AuthorAgeFilesLines
* Support LifeView FlyVideo 98 cards. Use EEPROM for card autodetection.UseRoger Hardiman1999-05-101-65/+182
* Update card type to support GPIO maskRoger Hardiman1999-05-101-5/+7
* Add #if (NSMBUS>0) checks around smbus/iicbus i2c bus code.Roger Hardiman1999-05-101-4/+7
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* My last commit accidentally undid the changes made in rev 1.68Roger Hardiman1999-04-301-1/+5
* Added initial code for VBI capture based on work byRoger Hardiman1999-04-291-36/+224
* Add support for VBI capture from /dev/vbi.Roger Hardiman1999-04-291-2/+13
* Added new cards: NEC PK-UG-X017 and I/O DATA GV-BCTV2/PCIRoger Hardiman1999-04-291-9/+217
* Fix crashes caused by rows=0 or columns=0.Roger Hardiman1999-04-291-6/+45
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-2/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* My changes:Roger Hardiman1999-02-251-44/+115
* Corrected ioctl numbers conflict.Roger Hardiman1999-02-151-37/+47
* Added ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control.Roger Hardiman1999-02-111-17/+103
* Added new ioctls for Hauppage Infra-Red Remote Control support,Roger Hardiman1999-02-111-2/+25
* Added detection for bt848a chipsRoger Hardiman1999-02-081-5/+11
* Added check to bktr_mmap() from OpenBSD driver.Roger Hardiman1999-02-081-46/+83
* Support for MSP3410D / MSP3415D Stereo/Mono audio using the audio formatRoger Hardiman1999-01-281-16/+356
* Added METEOR_DEV2 and METEOR_DEV3Roger Hardiman1999-01-281-2/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-4/+4
* Added detection of Hauppauge IR remote control.Roger Hardiman1999-01-231-52/+206
* Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>Roger Hardiman1999-01-231-2/+4
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-5/+4
* * Fix a couple of places in the device pager where an address wasDoug Rabson1998-11-081-2/+2
* Return to previous check_for_i2c_devices() behaviour.Nicolas Souchu1998-11-072-24/+17
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.Nicolas Souchu1998-10-314-19/+538
* Oops, forgot /* */ around Id stringSøren Schmidt1998-10-011-1/+1
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardsSøren Schmidt1998-09-301-12/+33
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardsSøren Schmidt1998-09-301-0/+3
* Changed tuner code to autodetect tuner i2c address.Søren Schmidt1998-09-303-79/+61
* Changed METEORSINPUT for Hauppauge cards with bt878.Søren Schmidt1998-09-102-25/+56
* Correct SECAM B-Delay and add XUSSR channel set.Søren Schmidt1998-09-102-4/+37
* Fixed bug in Miro Tuner detection. Missing Goto.Søren Schmidt1998-08-311-58/+70
* Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.Søren Schmidt1998-08-313-15/+69
* Added Capture Area ioctl - BT848[SG]CAPAREA.Søren Schmidt1998-08-313-27/+175
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-3/+3
* Support the PAL version of the BT878 based Haupauge WinTV/PCI.Søren Schmidt1998-08-101-0/+1
* Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSCSøren Schmidt1998-08-081-5/+13
* Add support for the AVer Media range of cards.Søren Schmidt1998-07-141-9/+13
* I checked in the wrong version yesterday . The correct version is 1.38Amancio Hasty1998-07-141-12/+32
* Improved Hauppauge's tuner detection and bt878 supportAmancio Hasty1998-07-132-37/+146
* Removed unused includes.Bruce Evans1998-06-211-1/+0
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+1
* Reviewed by: hasty@star-gate.comAmancio Hasty1998-06-051-0/+2
* Reviewed by: hasty@freebsd.orgAmancio Hasty1998-05-241-7/+0
* Reviewed by: ahasty@freebsd.orgAmancio Hasty1998-05-191-6/+35
* 1.31 Randall Hopper <rhh@ct.picker.com>Amancio Hasty1998-05-163-279/+441
* Forgot to add opt_bktr.hAmancio Hasty1998-04-191-0/+1