aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr/bktr_core.c
Commit message (Expand)AuthorAgeFilesLines
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Use uint32_t instead of u_long when appropriate.Olivier Houchard2005-01-091-64/+64
* Remove support for FreeBSD < 4.recent from this driver.Warner Losh2005-01-081-5/+0
* Remove vnode.h and adjust includes to compensate for pollution.Warner Losh2005-01-081-2/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Unbreak build ifJosef El-Rayes2004-05-261-1/+1
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrDavid E. O'Brien2003-12-081-2/+2
* Use a mutex to synchronize the driver top and bottom halves instead ofDon Lewis2003-12-011-6/+44
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Revision 1.126 broke the interface of the bktr driver'sJacques Vidrine2003-08-261-9/+13
* Use __FBSDID().David E. O'Brien2003-08-241-34/+29
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+3
* Add a overhaul of the soundchip initialization for the MSP34xx chipsetsAlexander Langer2003-08-121-0/+21
* Add or correct range checking of signal numbers in system calls andJacques Vidrine2003-08-101-1/+1
* Merge NetBSD bktr_core.c rev. 1.26:Max Khon2003-06-091-2/+2
* Fix a bug which caused signals on YUV images to fail.Roger Hardiman2002-12-071-7/+6
* More int != pointer stuff.John Baldwin2002-11-061-2/+3
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-3/+3
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverPeter Wemm2002-07-211-5/+1
* Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2Warner Losh2002-07-211-3/+0
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlyPeter Wemm2002-05-241-12/+12
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-141-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+2
* - Lock the process while sending it a signal.John Baldwin2001-03-071-2/+13
* Upgrade to driver 2.18Roger Hardiman2000-10-311-0/+28
* Update to driver 2.17Roger Hardiman2000-10-191-14/+23
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Update to driver 2.15.Roger Hardiman2000-09-101-17/+48
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-1/+0
* Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cardsRoger Hardiman2000-06-281-5/+21
* Update to driver 2.13.Roger Hardiman2000-06-261-53/+74
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Fix typo in interrupt handling code and fix bug in setting of adelayRoger Hardiman2000-04-161-7/+8
* Update to driver 2.11.Roger Hardiman2000-04-151-2/+4
* Upgrade the bktr driver from 2.07 to 2.10.Roger Hardiman2000-04-041-484/+443
* Backout changes made in 1.102 following feedback from NTSC usersRoger Hardiman1999-12-081-11/+17
* Update to driver 2.05Roger Hardiman1999-11-131-17/+11
* Update to driver release 2.04Roger Hardiman1999-10-281-25/+34
* Split the Bt848 driver into seperate files forRoger Hardiman1999-09-261-3423/+88
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Move the bktr Bt848/Bt878 driver to /sys/dev/bktrRoger Hardiman1999-09-221-2/+2
* Update to driver release 1.74Roger Hardiman1999-09-171-57/+139
* Update to driver 1.73Roger Hardiman1999-09-101-4/+37
* Update to driver 1.72.Roger Hardiman1999-09-011-0/+4
* Oops. I undid the $Id: -> $FreBSD: change.Roger Hardiman1999-08-311-1/+1
* Update to driver release 1.71Roger Hardiman1999-08-311-562/+263
* Don't restrict our requests for contiguous memory to addresses >= 1MB.Bruce Evans1999-08-291-6/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-20/+7