index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
bktr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-5
/
+4
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Use contigmalloc() instead of vm_page_alloc_contig().
alc
2004-01-14
1
-2
/
+5
*
Make the multiple include guard correct for this file location.
obrien
2003-12-20
2
-6
/
+6
*
Spell btkr as bktr.
rwatson
2003-12-12
1
-2
/
+2
*
Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr
obrien
2003-12-08
7
-19
/
+18
*
Ooops. These are still used by the bktr driver. David O'Brien has
imp
2003-12-07
1
-0
/
+187
*
Remote meteor driver. It hasn't compiled in over 3 years. If someone
imp
2003-12-07
1
-187
/
+0
*
Use a mutex to synchronize the driver top and bottom halves instead of
truckman
2003-12-01
4
-9
/
+62
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-1
/
+1
*
Revision 1.126 broke the interface of the bktr driver's
nectar
2003-08-26
1
-9
/
+13
*
Use __FBSDID().
obrien
2003-08-24
7
-101
/
+96
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
6
-12
/
+21
*
Add a overhaul of the soundchip initialization for the MSP34xx chipsets
alex
2003-08-12
6
-1
/
+1339
*
Add or correct range checking of signal numbers in system calls and
nectar
2003-08-10
1
-1
/
+1
*
Merge NetBSD bktr_core.c rev. 1.26:
fjoe
2003-06-09
1
-2
/
+2
*
Add two more Vendor ID's for Leadtek Winfast TV 2000
fjoe
2003-06-09
1
-1
/
+5
*
Eliminate mostly unused local variable.
phk
2003-05-31
1
-5
/
+2
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+9
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-2
/
+3
*
Remove unintended growth of bt848_card_signature.
orion
2003-02-03
1
-1
/
+1
*
Add BCTV3/PCI entry.
orion
2003-02-02
3
-67
/
+95
*
Add tuner code for WinTV Go FM (Hauppauge Model 44811 C133). Patch
orion
2003-01-31
1
-0
/
+1
*
Fix a panic unloading the bktr driver when devfs is in use.
roger
2002-12-09
1
-10
/
+2
*
Fix a bug which caused signals on YUV images to fail.
roger
2002-12-07
1
-7
/
+6
*
More int != pointer stuff.
jhb
2002-11-06
1
-2
/
+3
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
2
-10
/
+11
*
Remove abuse of NBKTR - this was always a NOP on freebsd. We never
peter
2002-07-21
3
-11
/
+1
*
Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2
imp
2002-07-21
2
-447
/
+0
*
Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly
peter
2002-05-24
1
-12
/
+12
*
Separate "seperate" from kernel source.
eric
2002-05-16
1
-1
/
+1
*
sysctl -w -> sysctl
dd
2002-05-11
1
-1
/
+1
*
Fix bktr and pcf compilation with LINT
nsouch
2002-03-25
3
-16
/
+8
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
4
-215
/
+158
*
Remove __P.
alfred
2002-03-20
1
-3
/
+3
*
Fixes to make select/poll mpsafe.
alfred
2002-03-14
1
-1
/
+1
*
Modify the critical section API as follows:
jhb
2001-12-18
1
-3
/
+3
*
o Add #include <sys/systm.h> to fix a warning about printf() being
rwatson
2001-11-26
1
-0
/
+1
*
Don't call cdevsw_add().
phk
2001-11-04
1
-16
/
+0
*
The kernel doesn't have <stdio.h> or <string.h>. Remove these.
jlemon
2001-10-09
1
-2
/
+0
*
KSE Milestone 2
julian
2001-09-12
3
-21
/
+21
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+2
*
Switch from save/disable/restore_intr() to critical_enter/exit().
jhb
2001-03-28
1
-0
/
+6
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
- Lock the process while sending it a signal.
jhb
2001-03-07
1
-2
/
+13
*
Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.
wollman
2001-01-20
1
-0
/
+5
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-0
/
+4
[next]