aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr
Commit message (Expand)AuthorAgeFilesLines
* Fix bktr and pcf compilation with LINTNicolas Souchu2002-03-253-16/+8
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-234-215/+158
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-141-1/+1
* Modify the critical section API as follows:John Baldwin2001-12-181-3/+3
* o Add #include <sys/systm.h> to fix a warning about printf() beingRobert Watson2001-11-261-0/+1
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-16/+0
* The kernel doesn't have <stdio.h> or <string.h>. Remove these.Jonathan Lemon2001-10-091-2/+0
* KSE Milestone 2Julian Elischer2001-09-123-21/+21
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+2
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-281-0/+6
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* - Lock the process while sending it a signal.John Baldwin2001-03-071-2/+13
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.Garrett Wollman2001-01-201-0/+5
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4
* Fix typo in commentsRoger Hardiman2000-10-311-2/+2
* Upgrade to driver 2.18Roger Hardiman2000-10-315-15/+140
* Add new ioctls for userland access to the MSP deviceRoger Hardiman2000-10-261-0/+10
* Fix typoRoger Hardiman2000-10-261-1/+1
* Add missing 'unit' codeRoger Hardiman2000-10-201-0/+4
* Add Daniel's name and fix release dataRoger Hardiman2000-10-191-2/+2
* Update to driver 2.17Roger Hardiman2000-10-198-76/+201
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-156-6/+0
* Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when weRoger Hardiman2000-09-111-4/+5
* Change to SI_ORDER_FIRST to make sure this module runs beforeRoger Hardiman2000-09-111-1/+2
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theRoger Hardiman2000-09-112-1/+3
* Update to driver 2.15.Roger Hardiman2000-09-107-26/+307
* Replace previous change by a move of a #include since something elsePeter Wemm2000-09-031-5/+3
* If we are going to test NSMBUS, we had better #include the file thatPeter Wemm2000-09-031-0/+1
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-022-2/+0
* Fix newbus resource allocationsRoger Hardiman2000-08-242-10/+16
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-14/+0
* Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cardsRoger Hardiman2000-06-284-77/+126
* Update to driver 2.13.Roger Hardiman2000-06-269-240/+306
* Use the correct register names. s/PCI_MAP_REG_START/PCIR_MAPS/Peter Wemm2000-05-281-2/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-192-3/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Remove debugging codeRoger Hardiman2000-04-161-1/+1
* Fix typo in interrupt handling code and fix bug in setting of adelayRoger Hardiman2000-04-164-14/+24
* Update to driver 2.11.Roger Hardiman2000-04-155-8/+26
* Upgrade the bktr driver from 2.07 to 2.10.Roger Hardiman2000-04-0411-637/+1333
* Add multiple #include protectionRoger Hardiman2000-04-041-0/+6
* 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