summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr/bktr_core.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Use uint32_t instead of u_long when appropriate.cognet2005-01-091-64/+64
* Remove support for FreeBSD < 4.recent from this driver.imp2005-01-081-5/+0
* Remove vnode.h and adjust includes to compensate for pollution.imp2005-01-081-2/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Unbreak build ifjosef2004-05-261-1/+1
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-081-2/+2
* Use a mutex to synchronize the driver top and bottom halves instead oftruckman2003-12-011-6/+44
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Revision 1.126 broke the interface of the bktr driver'snectar2003-08-261-9/+13
* Use __FBSDID().obrien2003-08-241-34/+29
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+3
* Add a overhaul of the soundchip initialization for the MSP34xx chipsetsalex2003-08-121-0/+21
* Add or correct range checking of signal numbers in system calls andnectar2003-08-101-1/+1
* Merge NetBSD bktr_core.c rev. 1.26:fjoe2003-06-091-2/+2
* Fix a bug which caused signals on YUV images to fail.roger2002-12-071-7/+6
* More int != pointer stuff.jhb2002-11-061-2/+3
* Be consistent about "static" functions: if the function is markedphk2002-09-281-3/+3
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverpeter2002-07-211-5/+1
* Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2imp2002-07-211-3/+0
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlypeter2002-05-241-12/+12
* Fixes to make select/poll mpsafe.alfred2002-03-141-1/+1
* KSE Milestone 2julian2001-09-121-3/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+2
* - Lock the process while sending it a signal.jhb2001-03-071-2/+13
* Upgrade to driver 2.18roger2000-10-311-0/+28
* Update to driver 2.17roger2000-10-191-14/+23
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Update to driver 2.15.roger2000-09-101-17/+48
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-1/+0
* Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cardsroger2000-06-281-5/+21
* Update to driver 2.13.roger2000-06-261-53/+74
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Fix typo in interrupt handling code and fix bug in setting of adelayroger2000-04-161-7/+8
* Update to driver 2.11.roger2000-04-151-2/+4
* Upgrade the bktr driver from 2.07 to 2.10.roger2000-04-041-484/+443
* Backout changes made in 1.102 following feedback from NTSC usersroger1999-12-081-11/+17
* Update to driver 2.05roger1999-11-131-17/+11
* Update to driver release 2.04roger1999-10-281-25/+34
* Split the Bt848 driver into seperate files forroger1999-09-261-3423/+88
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Move the bktr Bt848/Bt878 driver to /sys/dev/bktrroger1999-09-221-2/+2
* Update to driver release 1.74roger1999-09-171-57/+139
* Update to driver 1.73roger1999-09-101-4/+37
* Update to driver 1.72.roger1999-09-011-0/+4
* Oops. I undid the $Id: -> $FreBSD: change.roger1999-08-311-1/+1
* Update to driver release 1.71roger1999-08-311-562/+263
* Don't restrict our requests for contiguous memory to addresses >= 1MB.bde1999-08-291-6/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
OpenPOWER on IntegriCloud