summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr
Commit message (Expand)AuthorAgeFilesLines
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+2
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-0/+6
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* - Lock the process while sending it a signal.jhb2001-03-071-2/+13
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.wollman2001-01-201-0/+5
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* Fix typo in commentsroger2000-10-311-2/+2
* Upgrade to driver 2.18roger2000-10-315-15/+140
* Add new ioctls for userland access to the MSP deviceroger2000-10-261-0/+10
* Fix typoroger2000-10-261-1/+1
* Add missing 'unit' coderoger2000-10-201-0/+4
* Add Daniel's name and fix release dataroger2000-10-191-2/+2
* Update to driver 2.17roger2000-10-198-76/+201
* Remove unneeded #include <machine/clock.h>phk2000-10-156-6/+0
* Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when weroger2000-09-111-4/+5
* Change to SI_ORDER_FIRST to make sure this module runs beforeroger2000-09-111-1/+2
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theroger2000-09-112-1/+3
* Update to driver 2.15.roger2000-09-107-26/+307
* Replace previous change by a move of a #include since something elsepeter2000-09-031-5/+3
* If we are going to test NSMBUS, we had better #include the file thatpeter2000-09-031-0/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-022-2/+0
* Fix newbus resource allocationsroger2000-08-242-10/+16
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-14/+0
* Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cardsroger2000-06-284-77/+126
* Update to driver 2.13.roger2000-06-269-240/+306
* Use the correct register names. s/PCI_MAP_REG_START/PCIR_MAPS/peter2000-05-281-2/+2
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-192-3/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Remove debugging coderoger2000-04-161-1/+1
* Fix typo in interrupt handling code and fix bug in setting of adelayroger2000-04-164-14/+24
* Update to driver 2.11.roger2000-04-155-8/+26
* Upgrade the bktr driver from 2.07 to 2.10.roger2000-04-0411-638/+1334
* Add multiple #include protectionroger2000-04-041-0/+6
* 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
OpenPOWER on IntegriCloud