aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr
Commit message (Expand)AuthorAgeFilesLines
* Revision 1.126 broke the interface of the bktr driver'sJacques Vidrine2003-08-261-9/+13
* Use __FBSDID().David E. O'Brien2003-08-247-101/+96
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-226-12/+21
* Add a overhaul of the soundchip initialization for the MSP34xx chipsetsAlexander Langer2003-08-126-1/+1339
* 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
* Add two more Vendor ID's for Leadtek Winfast TV 2000Max Khon2003-06-091-1/+5
* Eliminate mostly unused local variable.Poul-Henning Kamp2003-05-311-5/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+9
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-2/+3
* Remove unintended growth of bt848_card_signature.Orion Hodson2003-02-031-1/+1
* Add BCTV3/PCI entry.Orion Hodson2003-02-023-67/+95
* Add tuner code for WinTV Go FM (Hauppauge Model 44811 C133). PatchOrion Hodson2003-01-311-0/+1
* Fix a panic unloading the bktr driver when devfs is in use.Roger Hardiman2002-12-091-10/+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-282-10/+11
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverPeter Wemm2002-07-213-11/+1
* Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2Warner Losh2002-07-212-447/+0
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlyPeter Wemm2002-05-241-12/+12
* Separate "seperate" from kernel source.Eric Melville2002-05-161-1/+1
* sysctl -w -> sysctlDima Dorfman2002-05-111-1/+1
* Fix bktr and pcf compilation with LINTNicolas Souchu2002-03-253-16/+8
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-234-215/+158
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-141-1/+1
* Modify the critical section API as follows:John Baldwin2001-12-181-3/+3
* o Add #include <sys/systm.h> to fix a warning about printf() beingRobert Watson2001-11-261-0/+1
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-16/+0
* The kernel doesn't have <stdio.h> or <string.h>. Remove these.Jonathan Lemon2001-10-091-2/+0
* KSE Milestone 2Julian Elischer2001-09-123-21/+21
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+2
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-281-0/+6
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* - Lock the process while sending it a signal.John Baldwin2001-03-071-2/+13
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.Garrett Wollman2001-01-201-0/+5
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4
* Fix typo in commentsRoger Hardiman2000-10-311-2/+2
* Upgrade to driver 2.18Roger Hardiman2000-10-315-15/+140
* Add new ioctls for userland access to the MSP deviceRoger Hardiman2000-10-261-0/+10
* Fix typoRoger Hardiman2000-10-261-1/+1
* Add missing 'unit' codeRoger Hardiman2000-10-201-0/+4
* Add Daniel's name and fix release dataRoger Hardiman2000-10-191-2/+2
* Update to driver 2.17Roger Hardiman2000-10-198-76/+201
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-156-6/+0
* Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when weRoger Hardiman2000-09-111-4/+5
* Change to SI_ORDER_FIRST to make sure this module runs beforeRoger Hardiman2000-09-111-1/+2
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theRoger Hardiman2000-09-112-1/+3
* Update to driver 2.15.Roger Hardiman2000-09-107-26/+307