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
/
ed
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
1
-1
/
+1
*
Yet more redundant parenthesis from r298431.
pfg
2016-04-21
1
-1
/
+1
*
sys/dev: use our nitems() macro when it is avaliable through param.h.
pfg
2016-04-19
3
-3
/
+3
*
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
jhibbits
2016-03-18
2
-12
/
+12
*
Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().
jhibbits
2016-02-27
1
-4
/
+4
*
Replace several bus_alloc_resource() calls using default arguments with bus_a...
jhibbits
2016-02-19
1
-2
/
+2
*
These files were getting sys/malloc.h and vm/uma.h with header pollution
glebius
2016-02-01
1
-1
/
+2
*
Convert rman to use rman_res_t instead of u_long
jhibbits
2016-01-27
4
-9
/
+9
*
Add PNP info for ISA and PCI to the ed driver to prove design.
imp
2015-12-11
2
-0
/
+6
*
Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO building
imp
2015-12-11
1
-0
/
+1
*
Unlock the main lock before returning rather than after to eliminate
imp
2015-03-01
1
-1
/
+1
*
Fix typo
imp
2015-02-04
1
-1
/
+1
*
Add comment about why checking for 0xff is OK. There's two bits in the
imp
2015-02-04
1
-2
/
+4
*
In order to reduce use of M_EXT outside of the mbuf allocator and
rwatson
2015-01-06
1
-4
/
+1
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-8
/
+8
*
Add bus space barriers for page switches missed in r260050.
marius
2014-02-05
2
-0
/
+54
*
- Switch to using the common MII bitbang'ing code instead of duplicating it.
marius
2013-12-29
7
-182
/
+218
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
5
-0
/
+5
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-2
/
+2
*
Fix off by one error in mbuf access. Previously it caused panic.
yongari
2011-12-05
1
-6
/
+13
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-12
/
+4
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-5
/
+5
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-15
/
+11
*
On second thought, we need to force 16-bit mode
imp
2010-08-25
1
-0
/
+3
*
Prodded by Yongari, add support for Holtek HT80232. Add the device
imp
2010-08-25
2
-34
/
+46
*
Add PNP id for Compex RL2000.
yongari
2010-08-24
1
-0
/
+1
*
Fix a possible unaligned access to savebyte array.
yongari
2010-08-23
1
-6
/
+9
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Use a private callout timer to drive the transmit watchdog instead of using
jhb
2009-11-17
3
-20
/
+33
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
ifp->if_softc is managed entirely by the driver. We never set it to
imp
2009-05-13
1
-8
/
+0
*
Add Surecom EP-427X.
imp
2009-04-24
1
-1
/
+2
*
A couple of older Melco cards that missed the transition to newcard
imp
2009-04-22
1
-1
/
+2
*
Add Billionton LNT10TB
imp
2009-04-22
1
-0
/
+1
*
Add a few more models of AMBICOM cards from data from linux driver and
imp
2009-04-22
1
-0
/
+4
*
These were a placeholder and don't belong here. Remove them.
imp
2009-04-22
1
-143
/
+1
*
Kill stray bootverbose debug tool.
imp
2009-04-22
1
-2
/
+0
*
Turns out the code improvements I did for the TC5299J support were
imp
2009-04-22
1
-13
/
+154
*
Sometimes we can call ed_detach() before the mtx has been initialized.
imp
2009-04-20
1
-2
/
+4
*
Cleanup resource allocation code a bit. Store the rids on the
imp
2009-04-20
5
-47
/
+48
*
Make sure that the data in the ROM with a valid signature isn't all
imp
2009-04-18
1
-1
/
+5
*
Add GVP NIC 2000P and New Media Livewire. Also New Media LanSurfer
imp
2009-04-18
1
-1
/
+3
*
Establish the interrupt handler AFTER we successfully attach. We need
imp
2009-04-18
4
-22
/
+29
*
Remove debug write accidentally left in.
imp
2009-04-18
1
-1
/
+0
*
Don't specify a hint, since it isn't needed.
imp
2009-04-10
1
-2
/
+2
*
Fix comment
imp
2009-04-10
1
-4
/
+3
*
Improvements for TC5299J MII support.
imp
2009-04-10
1
-25
/
+15
*
The D-Link DE-650 isn't tagged as a network card, so allow it to
imp
2009-04-10
1
-1
/
+2
*
Fix some comments.
imp
2009-04-10
1
-9
/
+12
*
No need to check for chip type here.
imp
2009-04-10
1
-1
/
+1
[next]