aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr/bktr_os.c
Commit message (Expand)AuthorAgeFilesLines
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-7/+8
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverPeter Wemm2002-07-211-4/+0
* Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2Warner Losh2002-07-211-444/+0
* Fix bktr and pcf compilation with LINTNicolas Souchu2002-03-251-5/+0
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-10/+28
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-16/+0
* KSE Milestone 2Julian Elischer2001-09-121-16/+16
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4
* Add missing 'unit' codeRoger Hardiman2000-10-201-0/+4
* Update to driver 2.17Roger Hardiman2000-10-191-29/+73
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theRoger Hardiman2000-09-111-0/+2
* Update to driver 2.15.Roger Hardiman2000-09-101-3/+3
* 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-021-1/+0
* Fix newbus resource allocationsRoger Hardiman2000-08-241-10/+14
* 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-281-36/+51
* Update to driver 2.13.Roger Hardiman2000-06-261-103/+96
* Use the correct register names. s/PCI_MAP_REG_START/PCIR_MAPS/Peter Wemm2000-05-281-2/+2
* Fix typo in interrupt handling code and fix bug in setting of adelayRoger Hardiman2000-04-161-2/+2
* Update to driver 2.11.Roger Hardiman2000-04-151-5/+6
* Upgrade the bktr driver from 2.07 to 2.10.Roger Hardiman2000-04-041-38/+545
* 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-281-1/+1
* Update Australian channel set and add Leadtek Winfast 2000 GPIORoger Hardiman1999-10-041-4/+0
* Split the Bt848 driver into seperate files forRoger Hardiman1999-09-261-0/+1200