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
/
bktr_os.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use contigmalloc() instead of vm_page_alloc_contig().
alc
2004-01-14
1
-2
/
+5
*
Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr
obrien
2003-12-08
1
-2
/
+2
*
Use a mutex to synchronize the driver top and bottom halves instead of
truckman
2003-12-01
1
-0
/
+5
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-17
/
+15
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+4
*
Add a overhaul of the soundchip initialization for the MSP34xx chipsets
alex
2003-08-12
1
-0
/
+37
*
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
*
Fix a panic unloading the bktr driver when devfs is in use.
roger
2002-12-09
1
-10
/
+2
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-7
/
+8
*
Remove abuse of NBKTR - this was always a NOP on freebsd. We never
peter
2002-07-21
1
-4
/
+0
*
Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2
imp
2002-07-21
1
-444
/
+0
*
Fix bktr and pcf compilation with LINT
nsouch
2002-03-25
1
-5
/
+0
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-10
/
+28
*
Remove __P.
alfred
2002-03-20
1
-3
/
+3
*
Don't call cdevsw_add().
phk
2001-11-04
1
-16
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-16
/
+16
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-0
/
+4
*
Add missing 'unit' code
roger
2000-10-20
1
-0
/
+4
*
Update to driver 2.17
roger
2000-10-19
1
-29
/
+73
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load the
roger
2000-09-11
1
-0
/
+2
*
Update to driver 2.15.
roger
2000-09-10
1
-3
/
+3
*
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
1
-1
/
+0
*
Fix newbus resource allocations
roger
2000-08-24
1
-10
/
+14
*
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
1
-36
/
+51
*
Update to driver 2.13.
roger
2000-06-26
1
-103
/
+96
*
Use the correct register names. s/PCI_MAP_REG_START/PCIR_MAPS/
peter
2000-05-28
1
-2
/
+2
*
Fix typo in interrupt handling code and fix bug in setting of adelay
roger
2000-04-16
1
-2
/
+2
*
Update to driver 2.11.
roger
2000-04-15
1
-5
/
+6
*
Upgrade the bktr driver from 2.07 to 2.10.
roger
2000-04-04
1
-38
/
+545
*
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
1
-1
/
+1
*
Update Australian channel set and add Leadtek Winfast 2000 GPIO
roger
1999-10-04
1
-4
/
+0
*
Split the Bt848 driver into seperate files for
roger
1999-09-26
1
-0
/
+1200