summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr
Commit message (Expand)AuthorAgeFilesLines
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* Rename 849 to 849A (the correct name for the IC)roger1999-05-251-2/+2
* Add support for the Bt878/Bt879's Intel 430 FX androger1999-05-251-16/+55
* Added rgb_vbi_prog() to capture VBI data and video at theroger1999-05-231-1/+248
* Restored rev.1.76 which was clobbered by rev.1.77.bde1999-05-221-2/+2
* Updated Australian channel frequenciesroger1999-05-191-7/+12
* Bt848 driver release 1.65roger1999-05-181-7/+31
* Bt848 driver release 1.65roger1999-05-181-2/+3
* memcmp -> bcmp. memcmp doesn't exist in the kernel, but unfortunatelybde1999-05-131-2/+2
* Support LifeView FlyVideo 98 cards. Use EEPROM for card autodetection.Useroger1999-05-101-65/+182
* Update card type to support GPIO maskroger1999-05-101-5/+7
* Add #if (NSMBUS>0) checks around smbus/iicbus i2c bus code.roger1999-05-101-4/+7
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* My last commit accidentally undid the changes made in rev 1.68roger1999-04-301-1/+5
* Added initial code for VBI capture based on work byroger1999-04-291-36/+224
* Add support for VBI capture from /dev/vbi.roger1999-04-291-2/+13
* Added new cards: NEC PK-UG-X017 and I/O DATA GV-BCTV2/PCIroger1999-04-291-9/+217
* Fix crashes caused by rows=0 or columns=0.roger1999-04-291-6/+45
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* My changes:roger1999-02-251-44/+115
* Corrected ioctl numbers conflict.roger1999-02-151-37/+47
* Added ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control.roger1999-02-111-17/+103
* Added new ioctls for Hauppage Infra-Red Remote Control support,roger1999-02-111-2/+25
* Added detection for bt848a chipsroger1999-02-081-5/+11
* Added check to bktr_mmap() from OpenBSD driver.roger1999-02-081-46/+83
* Support for MSP3410D / MSP3415D Stereo/Mono audio using the audio formatroger1999-01-281-16/+356
* Added METEOR_DEV2 and METEOR_DEV3roger1999-01-281-2/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-4/+4
* Added detection of Hauppauge IR remote control.roger1999-01-231-52/+206
* Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>roger1999-01-231-2/+4
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-5/+4
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-2/+2
* Return to previous check_for_i2c_devices() behaviour.nsouch1998-11-072-24/+17
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.nsouch1998-10-314-19/+538
* Oops, forgot /* */ around Id stringsos1998-10-011-1/+1
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardssos1998-09-301-12/+33
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardssos1998-09-301-0/+3
* Changed tuner code to autodetect tuner i2c address.sos1998-09-303-79/+61
* Changed METEORSINPUT for Hauppauge cards with bt878.sos1998-09-102-25/+56
* Correct SECAM B-Delay and add XUSSR channel set.sos1998-09-102-4/+37
* Fixed bug in Miro Tuner detection. Missing Goto.sos1998-08-311-58/+70
* Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.sos1998-08-313-15/+69
* Added Capture Area ioctl - BT848[SG]CAPAREA.sos1998-08-313-27/+175
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-3/+3
* Support the PAL version of the BT878 based Haupauge WinTV/PCI.sos1998-08-101-0/+1
* Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSCsos1998-08-081-5/+13
* Add support for the AVer Media range of cards.sos1998-07-141-9/+13
OpenPOWER on IntegriCloud