aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.20:Max Khon2003-06-171-1/+5
* MFC rev 1.124:Max Khon2003-06-171-9/+8
* MFC: BCTV3/PCI and WinTV Go FM (Hauppauge Model 44811 C133) support.Orion Hodson2003-02-083-66/+95
* MFC: r1.5; remove bogus userland headers.Jonathan Lemon2001-10-091-2/+0
* MFC Update to driver 2.18Roger Hardiman2000-11-015-15/+140
* MFC update to driver 2.17John Baldwin2000-10-271-30/+77
* MFC update to driver 2.17Roger Hardiman2000-10-267-52/+128
* MFC: Correct the module initialisation position.Roger Hardiman2000-09-111-4/+5
* MFC: Change to SI_ORDER_FIRSTRoger Hardiman2000-09-111-1/+2
* MFC: Update to driver release 2.15.Roger Hardiman2000-09-1110-364/+511
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-09-112-0/+236
* MFC: Update to driver 2.12Roger Hardiman2000-04-1812-644/+1368
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-132-469/+0
* The Leadtek Winfast TV2000 has one of the FM capable Tuners. Don'tPeter Wemm2000-02-121-0/+8
* Use config's tools rather than #if's.Peter Wemm2000-01-291-4/+0
* Update to driver 2.07Roger Hardiman2000-01-241-1/+2
* Update to driver 2.07Roger Hardiman2000-01-244-12/+47
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+3
* bktr driver 2.06 changelogRoger Hardiman1999-12-111-1/+7
* Backout changes made in 1.102 following feedback from NTSC usersRoger Hardiman1999-12-081-11/+17
* Fix bug where tuner i2c address was not set for IMS Turbo cardsRoger Hardiman1999-12-071-2/+9
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-2/+2
* Update to driver 2.05Roger Hardiman1999-11-134-30/+37
* No need to use DEV_DRIVER_MODULE() since the bktr driver calls make_dev().Peter Wemm1999-11-081-1/+1
* Update to driver release 2.04Roger Hardiman1999-10-289-65/+164
* Include opt_bktr.Roger Hardiman1999-10-151-0/+2
* Found and fixed FM radio mute bugRoger Hardiman1999-10-052-3/+6
* Update Australian channel set and add Leadtek Winfast 2000 GPIORoger Hardiman1999-10-044-15/+30
* Add auto-detection for Askey Dynalink Magic TView andRoger Hardiman1999-09-273-27/+89
* Split the Bt848 driver into seperate files forRoger Hardiman1999-09-2612-3424/+4580
* 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-222-4/+4
* Update to driver release 1.74Roger Hardiman1999-09-171-49/+131
* Sync with driver release 1.74Roger Hardiman1999-09-171-0/+11
* 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-312-2/+2
* Update to driver release 1.71Roger Hardiman1999-08-312-563/+274
* Add #include <sys/select.h> ready for select() support in bt848 driverRoger Hardiman1999-08-301-0/+1
* Don't restrict our requests for contiguous memory to addresses >= 1MB.Bruce Evans1999-08-291-6/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-20/+7
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-11/+2
* Bug fixesRoger Hardiman1999-07-122-627/+1296
* 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-032-7/+5
* Removed checking for unit>NBKTR.Roger Hardiman1999-06-131-17/+2
* Updated to use the new 4.x newbus APIRoger Hardiman1999-06-122-219/+296
* Fix the cdevsw_add change made by PHK.Roger Hardiman1999-06-041-5/+5
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-24/+5