summaryrefslogtreecommitdiffstats
path: root/sys/pci/brooktree848.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restored half of the ANSI semantic errors fix which was clobberedbde1998-03-011-2/+0
* Radio support for bt848 cards from Flemming Jacobsen <fj@trw.nl>ahasty1998-02-261-18/+39
* Added missing #include of "opt_devfs.h".bde1998-02-251-4/+3
* Move Luigi's I2CWR ioctl from the video_ioctl section to theahasty1998-02-201-22/+26
* Staticize.eivind1998-02-091-8/+8
* Back out DIAGNOSTIC changes.eivind1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-0/+1
* Re-add my DEVFS changes after they were stomped on. This time, I throw awayeivind1998-02-041-2/+4
OpenPOWER on IntegriCloud