summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr/bktr_core.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug which caused signals on YUV images to fail.roger2002-12-071-7/+6
* More int != pointer stuff.jhb2002-11-061-2/+3
* Be consistent about "static" functions: if the function is markedphk2002-09-281-3/+3
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverpeter2002-07-211-5/+1
* Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2imp2002-07-211-3/+0
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlypeter2002-05-241-12/+12
* Fixes to make select/poll mpsafe.alfred2002-03-141-1/+1
* KSE Milestone 2julian2001-09-121-3/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+2
* - Lock the process while sending it a signal.jhb2001-03-071-2/+13
* Upgrade to driver 2.18roger2000-10-311-0/+28
* Update to driver 2.17roger2000-10-191-14/+23
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Update to driver 2.15.roger2000-09-101-17/+48
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-1/+0
* Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cardsroger2000-06-281-5/+21
* Update to driver 2.13.roger2000-06-261-53/+74
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Fix typo in interrupt handling code and fix bug in setting of adelayroger2000-04-161-7/+8
* Update to driver 2.11.roger2000-04-151-2/+4
* Upgrade the bktr driver from 2.07 to 2.10.roger2000-04-041-484/+443
* Backout changes made in 1.102 following feedback from NTSC usersroger1999-12-081-11/+17
* Update to driver 2.05roger1999-11-131-17/+11
* Update to driver release 2.04roger1999-10-281-25/+34
* Split the Bt848 driver into seperate files forroger1999-09-261-3423/+88
* 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-221-2/+2
* Update to driver release 1.74roger1999-09-171-57/+139
* 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-311-1/+1
* Update to driver release 1.71roger1999-08-311-562/+263
* Don't restrict our requests for contiguous memory to addresses >= 1MB.bde1999-08-291-6/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-20/+7
* Bug fixesroger1999-07-121-623/+1288
* 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-031-4/+3
* Removed checking for unit>NBKTR.roger1999-06-131-17/+2
* Updated to use the new 4.x newbus APIroger1999-06-121-211/+245
* 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
* 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
* 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
OpenPOWER on IntegriCloud