summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a tuner problem.schweikh2004-06-271-1/+3
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-15/+15
* Style cleanup.schweikh2004-06-111-64/+81
* * Fix typo in comment.schweikh2004-06-111-6/+4
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
* Unbreak build ifjosef2004-05-261-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-5/+4
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Use contigmalloc() instead of vm_page_alloc_contig().alc2004-01-141-2/+5
* Make the multiple include guard correct for this file location.obrien2003-12-202-6/+6
* Spell btkr as bktr.rwatson2003-12-121-2/+2
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-087-19/+18
* Ooops. These are still used by the bktr driver. David O'Brien hasimp2003-12-071-0/+187
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-071-187/+0
* Use a mutex to synchronize the driver top and bottom halves instead oftruckman2003-12-014-9/+62
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Revision 1.126 broke the interface of the bktr driver'snectar2003-08-261-9/+13
* Use __FBSDID().obrien2003-08-247-101/+96
* Prefer new location of pci include files (which have only been in theimp2003-08-226-12/+21
* Add a overhaul of the soundchip initialization for the MSP34xx chipsetsalex2003-08-126-1/+1339
* 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
* Add two more Vendor ID's for Leadtek Winfast TV 2000fjoe2003-06-091-1/+5
* Eliminate mostly unused local variable.phk2003-05-311-5/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+3
* Remove unintended growth of bt848_card_signature.orion2003-02-031-1/+1
* Add BCTV3/PCI entry.orion2003-02-023-67/+95
* Add tuner code for WinTV Go FM (Hauppauge Model 44811 C133). Patchorion2003-01-311-0/+1
* Fix a panic unloading the bktr driver when devfs is in use.roger2002-12-091-10/+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-282-10/+11
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverpeter2002-07-213-11/+1
* Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2imp2002-07-212-447/+0
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlypeter2002-05-241-12/+12
* Separate "seperate" from kernel source.eric2002-05-161-1/+1
* sysctl -w -> sysctldd2002-05-111-1/+1
* Fix bktr and pcf compilation with LINTnsouch2002-03-253-16/+8
* Major rework of the iicbus/smbus framework:nsouch2002-03-234-215/+158
* Remove __P.alfred2002-03-201-3/+3
* Fixes to make select/poll mpsafe.alfred2002-03-141-1/+1
* Modify the critical section API as follows:jhb2001-12-181-3/+3
* o Add #include <sys/systm.h> to fix a warning about printf() beingrwatson2001-11-261-0/+1
* Don't call cdevsw_add().phk2001-11-041-16/+0
* The kernel doesn't have <stdio.h> or <string.h>. Remove these.jlemon2001-10-091-2/+0
* KSE Milestone 2julian2001-09-123-21/+21
OpenPOWER on IntegriCloud