summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr
Commit message (Expand)AuthorAgeFilesLines
* The Leadtek Winfast TV2000 has one of the FM capable Tuners. Don'tpeter2000-02-121-0/+8
* Use config's tools rather than #if's.peter2000-01-291-4/+0
* Update to driver 2.07roger2000-01-241-1/+2
* Update to driver 2.07roger2000-01-244-12/+47
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+3
* bktr driver 2.06 changelogroger1999-12-111-1/+7
* Backout changes made in 1.102 following feedback from NTSC usersroger1999-12-081-11/+17
* Fix bug where tuner i2c address was not set for IMS Turbo cardsroger1999-12-071-2/+9
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+2
* Update to driver 2.05roger1999-11-134-30/+37
* No need to use DEV_DRIVER_MODULE() since the bktr driver calls make_dev().peter1999-11-081-1/+1
* Update to driver release 2.04roger1999-10-289-65/+164
* Include opt_bktr.roger1999-10-151-0/+2
* Found and fixed FM radio mute bugroger1999-10-052-3/+6
* Update Australian channel set and add Leadtek Winfast 2000 GPIOroger1999-10-044-15/+30
* Add auto-detection for Askey Dynalink Magic TView androger1999-09-273-27/+89
* Split the Bt848 driver into seperate files forroger1999-09-2612-3424/+4580
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Move the bktr Bt848/Bt878 driver to /sys/dev/bktrroger1999-09-222-4/+4
* Update to driver release 1.74roger1999-09-171-57/+139
* Sync with driver release 1.74roger1999-09-171-0/+11
* Update to driver 1.73roger1999-09-101-4/+37
* Update to driver 1.72.roger1999-09-011-0/+4
* Oops. I undid the $Id: -> $FreBSD: change.roger1999-08-312-2/+2
* Update to driver release 1.71roger1999-08-312-563/+274
* Add #include <sys/select.h> ready for select() support in bt848 driverroger1999-08-301-0/+1
* Don't restrict our requests for contiguous memory to addresses >= 1MB.bde1999-08-291-6/+4
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-20/+7
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-11/+2
* Bug fixesroger1999-07-122-627/+1296
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-032-7/+5
* Removed checking for unit>NBKTR.roger1999-06-131-17/+2
* Updated to use the new 4.x newbus APIroger1999-06-122-219/+296
* Fix the cdevsw_add change made by PHK.roger1999-06-041-5/+5
* Simplify cdevsw registration.phk1999-05-311-24/+5
* 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
OpenPOWER on IntegriCloud