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
*
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
*
Fix typo in comments
roger
2000-10-31
1
-2
/
+2
*
Upgrade to driver 2.18
roger
2000-10-31
5
-15
/
+140
*
Add new ioctls for userland access to the MSP device
roger
2000-10-26
1
-0
/
+10
*
Fix typo
roger
2000-10-26
1
-1
/
+1
*
Add missing 'unit' code
roger
2000-10-20
1
-0
/
+4
*
Add Daniel's name and fix release data
roger
2000-10-19
1
-2
/
+2
*
Update to driver 2.17
roger
2000-10-19
8
-76
/
+201
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
6
-6
/
+0
*
Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when we
roger
2000-09-11
1
-4
/
+5
*
Change to SI_ORDER_FIRST to make sure this module runs before
roger
2000-09-11
1
-1
/
+2
*
Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load the
roger
2000-09-11
2
-1
/
+3
*
Update to driver 2.15.
roger
2000-09-10
7
-26
/
+307
*
Replace previous change by a move of a #include since something else
peter
2000-09-03
1
-5
/
+3
*
If we are going to test NSMBUS, we had better #include the file that
peter
2000-09-03
1
-0
/
+1
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
2
-2
/
+0
*
Fix newbus resource allocations
roger
2000-08-24
2
-10
/
+16
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
1
-14
/
+0
*
Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cards
roger
2000-06-28
4
-77
/
+126
*
Update to driver 2.13.
roger
2000-06-26
9
-240
/
+306
*
Use the correct register names. s/PCI_MAP_REG_START/PCIR_MAPS/
peter
2000-05-28
1
-2
/
+2
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
2
-3
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Remove debugging code
roger
2000-04-16
1
-1
/
+1
*
Fix typo in interrupt handling code and fix bug in setting of adelay
roger
2000-04-16
4
-14
/
+24
*
Update to driver 2.11.
roger
2000-04-15
5
-8
/
+26
*
Upgrade the bktr driver from 2.07 to 2.10.
roger
2000-04-04
11
-638
/
+1334
*
Add multiple #include protection
roger
2000-04-04
1
-0
/
+6
*
The Leadtek Winfast TV2000 has one of the FM capable Tuners. Don't
peter
2000-02-12
1
-0
/
+8
*
Use config's tools rather than #if's.
peter
2000-01-29
1
-4
/
+0
*
Update to driver 2.07
roger
2000-01-24
1
-1
/
+2
*
Update to driver 2.07
roger
2000-01-24
4
-12
/
+47
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-1
/
+3
*
bktr driver 2.06 changelog
roger
1999-12-11
1
-1
/
+7
*
Backout changes made in 1.102 following feedback from NTSC users
roger
1999-12-08
1
-11
/
+17
*
Fix bug where tuner i2c address was not set for IMS Turbo cards
roger
1999-12-07
1
-2
/
+9
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-2
/
+2
*
Update to driver 2.05
roger
1999-11-13
4
-30
/
+37
*
No need to use DEV_DRIVER_MODULE() since the bktr driver calls make_dev().
peter
1999-11-08
1
-1
/
+1
*
Update to driver release 2.04
roger
1999-10-28
9
-65
/
+164
*
Include opt_bktr.
roger
1999-10-15
1
-0
/
+2
*
Found and fixed FM radio mute bug
roger
1999-10-05
2
-3
/
+6
*
Update Australian channel set and add Leadtek Winfast 2000 GPIO
roger
1999-10-04
4
-15
/
+30
*
Add auto-detection for Askey Dynalink Magic TView and
roger
1999-09-27
3
-27
/
+89
*
Split the Bt848 driver into seperate files for
roger
1999-09-26
12
-3424
/
+4580
[next]