summaryrefslogtreecommitdiff
path: root/sys/dev/bktr/bktr_core.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.0.0_cvscvs2svn2000-03-201-1/+1
* Backout changes made in 1.102 following feedback from NTSC usersRoger Hardiman1999-12-081-11/+17
* Update to driver 2.05Roger Hardiman1999-11-131-17/+11
* Update to driver release 2.04Roger Hardiman1999-10-281-25/+34
* Split the Bt848 driver into seperate files forRoger Hardiman1999-09-261-3423/+88
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Move the bktr Bt848/Bt878 driver to /sys/dev/bktrRoger Hardiman1999-09-221-2/+2
* Update to driver release 1.74Roger Hardiman1999-09-171-49/+131
* Update to driver 1.73Roger Hardiman1999-09-101-4/+37
* Update to driver 1.72.Roger Hardiman1999-09-011-0/+4
* Oops. I undid the $Id: -> $FreBSD: change.Roger Hardiman1999-08-311-1/+1
* Update to driver release 1.71Roger Hardiman1999-08-311-562/+263
* Don't restrict our requests for contiguous memory to addresses >= 1MB.Bruce Evans1999-08-291-6/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-20/+7
* Bug fixesRoger Hardiman1999-07-121-623/+1288
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-3/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-4/+3
* Removed checking for unit>NBKTR.Roger Hardiman1999-06-131-17/+2
* Updated to use the new 4.x newbus APIRoger Hardiman1999-06-121-211/+245
* Fix the cdevsw_add change made by PHK.Roger Hardiman1999-06-041-5/+5
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-24/+5
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-7/+21
* Add support for the Bt878/Bt879's Intel 430 FX andRoger Hardiman1999-05-251-16/+55
* Added rgb_vbi_prog() to capture VBI data and video at theRoger Hardiman1999-05-231-1/+248
* Restored rev.1.76 which was clobbered by rev.1.77.Bruce Evans1999-05-221-2/+2
* Updated Australian channel frequenciesRoger Hardiman1999-05-191-7/+12
* Bt848 driver release 1.65Roger Hardiman1999-05-181-7/+31
* memcmp -> bcmp. memcmp doesn't exist in the kernel, but unfortunatelyBruce Evans1999-05-131-2/+2
* Support LifeView FlyVideo 98 cards. Use EEPROM for card autodetection.UseRoger Hardiman1999-05-101-63/+180
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+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
* 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-41/+112
* Added ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control.Roger Hardiman1999-02-111-17/+103
* 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
* 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
* 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