summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* My last commit accidentally undid the changes made in rev 1.68roger1999-04-301-1/+5
* Added initial code for VBI capture based on work byroger1999-04-291-36/+224
* Add support for VBI capture from /dev/vbi.roger1999-04-291-2/+13
* Added new cards: NEC PK-UG-X017 and I/O DATA GV-BCTV2/PCIroger1999-04-291-9/+217
* Fix crashes caused by rows=0 or columns=0.roger1999-04-291-6/+45
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* My changes:roger1999-02-251-44/+115
* Corrected ioctl numbers conflict.roger1999-02-151-37/+47
* Added ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control.roger1999-02-111-17/+103
* Added new ioctls for Hauppage Infra-Red Remote Control support,roger1999-02-111-2/+25
* Added detection for bt848a chipsroger1999-02-081-5/+11
* Added check to bktr_mmap() from OpenBSD driver.roger1999-02-081-46/+83
* Support for MSP3410D / MSP3415D Stereo/Mono audio using the audio formatroger1999-01-281-16/+356
* Added METEOR_DEV2 and METEOR_DEV3roger1999-01-281-2/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-4/+4
* Added detection of Hauppauge IR remote control.roger1999-01-231-52/+206
* Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>roger1999-01-231-2/+4
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-5/+4
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-2/+2
OpenPOWER on IntegriCloud