aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr/bktr_core.c
Commit message (Expand)AuthorAgeFilesLines
* Remove bktr(4)Warner Losh2020-03-011-4316/+0
* Don't use generic PCI_VENDOR and PCI_PRODUCT macros. Prefix them withWarner Losh2018-06-241-2/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* ioctl METEORGBRIG in bktr_core.c forgets to add 128 to valueJosh Paetzel2017-06-271-1/+1
* driver incorrectly handles the setting of frame ratesJosh Paetzel2017-06-271-10/+8
* bktr(4): double assignment.Pedro F. Giffuni2017-02-231-1/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-4/+4
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-3/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-2/+2
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-2/+5
* Fix white spaces.Jung-uk Kim2013-04-231-1/+1
* Make temp, temp1 the same type that they will later be used for.Eitan Adler2013-04-231-1/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Fix build on architectures where PAGE_SIZE is a long (sparc64, powerpc).Nathan Whitehorn2010-07-131-4/+3
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-1/+1
* 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