summaryrefslogtreecommitdiffstats
path: root/sys/pci/brooktree848.c
Commit message (Expand)AuthorAgeFilesLines
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* 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
* 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
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+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
* 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
* Added ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control.roger1999-02-111-17/+103
* 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
* 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
* 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-071-19/+12
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.nsouch1998-10-311-18/+82
* Oops, forgot /* */ around Id stringsos1998-10-011-1/+1
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardssos1998-09-301-12/+33
* Changed tuner code to autodetect tuner i2c address.sos1998-09-301-77/+55
* Changed METEORSINPUT for Hauppauge cards with bt878.sos1998-09-101-25/+52
* Correct SECAM B-Delay and add XUSSR channel set.sos1998-09-101-3/+35
* Fixed bug in Miro Tuner detection. Missing Goto.sos1998-08-311-58/+70
* Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.sos1998-08-311-7/+48
* Added Capture Area ioctl - BT848[SG]CAPAREA.sos1998-08-311-22/+150
* 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
* I checked in the wrong version yesterday . The correct version is 1.38ahasty1998-07-141-12/+32
* Improved Hauppauge's tuner detection and bt878 supportahasty1998-07-131-37/+142
* Removed unused includes.bde1998-06-211-1/+0
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Reviewed by: hasty@star-gate.comahasty1998-06-051-0/+2
* Reviewed by: hasty@freebsd.orgahasty1998-05-241-7/+0
* Reviewed by: ahasty@freebsd.orgahasty1998-05-191-6/+35
* 1.31 Randall Hopper <rhh@ct.picker.com>ahasty1998-05-161-279/+424
* Forgot to add opt_bktr.hahasty1998-04-191-0/+1
* Reviewed by: Amancioahasty1998-04-181-21/+97
* take out opt_bktr.h from brooktree848.cahasty1998-04-061-1/+0
* Reviewed by: Amancioahasty1998-04-051-3/+52
OpenPOWER on IntegriCloud