summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr/bktr_os.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a panic unloading the bktr driver when devfs is in use.roger2002-12-091-10/+2
* Be consistent about "static" functions: if the function is markedphk2002-09-281-7/+8
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverpeter2002-07-211-4/+0
* Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2imp2002-07-211-444/+0
* Fix bktr and pcf compilation with LINTnsouch2002-03-251-5/+0
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-10/+28
* Remove __P.alfred2002-03-201-3/+3
* Don't call cdevsw_add().phk2001-11-041-16/+0
* KSE Milestone 2julian2001-09-121-16/+16
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* Add missing 'unit' coderoger2000-10-201-0/+4
* Update to driver 2.17roger2000-10-191-29/+73
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theroger2000-09-111-0/+2
* Update to driver 2.15.roger2000-09-101-3/+3
* 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-021-1/+0
* Fix newbus resource allocationsroger2000-08-241-10/+14
* 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-281-36/+51
* Update to driver 2.13.roger2000-06-261-103/+96
* Use the correct register names. s/PCI_MAP_REG_START/PCIR_MAPS/peter2000-05-281-2/+2
* Fix typo in interrupt handling code and fix bug in setting of adelayroger2000-04-161-2/+2
* Update to driver 2.11.roger2000-04-151-5/+6
* Upgrade the bktr driver from 2.07 to 2.10.roger2000-04-041-38/+545
* 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-281-1/+1
* Update Australian channel set and add Leadtek Winfast 2000 GPIOroger1999-10-041-4/+0
* Split the Bt848 driver into seperate files forroger1999-09-261-0/+1200
OpenPOWER on IntegriCloud