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
/
netgraph
/
bluetooth
/
drivers
/
bt3c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().
jhibbits
2016-02-27
1
-2
/
+2
*
Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO building
imp
2015-12-11
1
-6
/
+6
*
In order to reduce use of M_EXT outside of the mbuf allocator and
rwatson
2015-01-06
1
-2
/
+1
*
Remove ifq_drops from struct ifqueue. Now queue drops are accounted in
glebius
2014-09-19
1
-2
/
+0
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-2
/
+2
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Replace inb() and outb() with bus_space_read_1() and bus_space_write_1()
emax
2006-07-05
2
-8
/
+12
*
Do not manually allocate/free device's softc structure.
emax
2005-10-26
1
-14
/
+2
*
- Use swi_remove() to teardown swi handlers rather than
jhb
2005-10-26
1
-2
/
+2
*
Catch up with new interrupt handling code.
ru
2005-10-26
1
-3
/
+3
*
Fix comment
emax
2005-09-22
1
-1
/
+1
*
Finish last commit: actually remove compat methods from bt3c_pccard_methods
imp
2005-09-22
1
-7
/
+3
*
Remove broken OLDCARD compat shims.
imp
2005-09-22
1
-16
/
+4
*
Eliminate unused argument in PCMCIA_CARD macro.
imp
2005-06-24
1
-1
/
+1
*
Correct typo that could cause FIFO overflow.
emax
2005-04-06
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
2
-2
/
+6
*
Correct typo. Return ENXIO instead of EIO.
emax
2004-11-19
1
-1
/
+1
*
Missed these in the last commit.
julian
2004-05-29
1
-12
/
+10
*
Move to generating pccarddevs.h on the fly, both for the kernel and
imp
2004-05-26
1
-1
/
+1
*
Address few style issues pointed out by bde
emax
2004-04-27
1
-4
/
+4
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
Part one of undating the bluetooth code to the newest version
julian
2003-05-10
2
-44
/
+51
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
The second try a committing the bluetooth code
julian
2002-11-20
2
-0
/
+1350