aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr/bktr_core.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Update to driver release 2.07Roger Hardiman2000-01-251-25/+34
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-09-271-0/+4182
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-211-5481/+0
* 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-071-19/+12
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.Nicolas Souchu1998-10-311-18/+82
* 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
* Changed tuner code to autodetect tuner i2c address.Søren Schmidt1998-09-301-77/+55
* Changed METEORSINPUT for Hauppauge cards with bt878.Søren Schmidt1998-09-101-25/+52
* Correct SECAM B-Delay and add XUSSR channel set.Søren Schmidt1998-09-101-3/+35
* 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-311-7/+48
* Added Capture Area ioctl - BT848[SG]CAPAREA.Søren Schmidt1998-08-311-22/+150
* 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-131-37/+142
* 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-161-279/+424
* Forgot to add opt_bktr.hAmancio Hasty1998-04-191-0/+1
* Reviewed by: AmancioAmancio Hasty1998-04-181-21/+97
* take out opt_bktr.h from brooktree848.cAmancio Hasty1998-04-061-1/+0
* Reviewed by: AmancioAmancio Hasty1998-04-051-3/+52
* Restored half of the ANSI semantic errors fix which was clobberedBruce Evans1998-03-011-2/+0
* Radio support for bt848 cards from Flemming Jacobsen <fj@trw.nl>Amancio Hasty1998-02-261-18/+39
* Added missing #include of "opt_devfs.h".Bruce Evans1998-02-251-4/+3
* Move Luigi's I2CWR ioctl from the video_ioctl section to theAmancio Hasty1998-02-201-22/+26
* Staticize.Eivind Eklund1998-02-091-8/+8
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-0/+1
* Re-add my DEVFS changes after they were stomped on. This time, I throw awayEivind Eklund1998-02-041-2/+4
* Bugs/Enhancements:Amancio Hasty1998-02-021-145/+278
* Attempt at making this use DEVFS properly. (Now it should at least work.)Eivind Eklund1998-01-311-2/+4
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-0/+1
* Reviewed by: Amancio HastyAmancio Hasty1997-12-311-4/+20
* Reviewed by: Amancio HastyAmancio Hasty1997-11-161-8/+182
* Rats. Committed the wrong version.Mark Murray1997-11-061-5/+11
* 1) Add the IOCTL for Luigi's BT848 -> I2C bus driver.Mark Murray1997-11-061-14/+113
* Improve PAL support and fix mux selector values.Eivind Eklund1997-10-301-31/+98
* Despam 1.11, 1.12 and 1.13 caused by no sync between author/committer/CURRENTMark Murray1997-10-081-14/+36
* Latest round of patches from the author.Mark Murray1997-10-071-6/+80