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
/
pci
/
if_rl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-10
/
+17
*
Destroy TX tag outside of loop scope.
fjoe
2009-02-09
1
-1
/
+1
*
Since we don't request reset for rlphy(4), the link state 'UP'
yongari
2008-12-22
1
-0
/
+2
*
By default assume a 8139 chip if the EEPROM contents prove inconclusive. The
wilko
2008-12-15
1
-3
/
+9
*
Update if_iqdrops instead of if_ierrors when m_devget(9) fails.
yongari
2008-12-03
1
-7
/
+4
*
Make RL_TWISTER_ENABLE a tunable/sysctl. Eliminate it as an option.
imp
2008-11-02
1
-22
/
+32
*
Fix a few typos/spelling errors in my comments from the last commit,
imp
2008-11-01
1
-7
/
+7
*
Add RL_TWISTER_ENABLE option. This enables the magic bits to do long
imp
2008-10-31
1
-2
/
+135
*
Implement miibus_statchg handler. It detects whether rl(4)
yongari
2008-10-25
1
-0
/
+34
*
After sending stop command to MAC, give hardware chance to drain
yongari
2008-10-25
1
-0
/
+8
*
Make rl_init_locked() call rl_reset. This will put hardware into
yongari
2008-10-25
1
-7
/
+4
*
Don't rearm watchdog timer in rl_txeof(). The watchdog timer was
yongari
2008-10-25
1
-2
/
+0
*
Various bus_dma(9) fixes.
yongari
2008-10-25
1
-118
/
+247
*
Add another 8139D variant.
remko
2008-06-16
1
-0
/
+2
*
It seems that RealTek 8129/8139 chip reports invalid length of
yongari
2008-04-10
1
-3
/
+5
*
Don't map memory/IO resource in device probe and just use PCI
yongari
2008-03-03
1
-41
/
+18
*
Add the FNW3603TX Planex NIC.
remko
2007-11-26
1
-0
/
+2
*
Fix function prototype for device_shutdown method.
yongari
2007-11-22
1
-2
/
+4
*
Add MSI support.
yongari
2007-07-24
1
-8
/
+8
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
1
-1
/
+1
*
Don't assume IF_LLADDR returns aligned memory address.
yongari
2006-12-18
1
-4
/
+5
*
if_watchdog -> rl_watchdog
ru
2006-12-01
1
-14
/
+15
*
Consistently use if_printf() only in interface methods: if_start,
glebius
2006-09-15
1
-4
/
+5
*
Do not touch ifp->if_baudrate in miibus aware drivers.
glebius
2006-02-14
1
-1
/
+0
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-2
/
+2
*
Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax
imp
2005-10-22
1
-1
/
+1
*
In detach method, move if_free() after bus_teardown_intr().
ru
2005-10-13
1
-2
/
+3
*
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
glebius
2005-10-05
1
-0
/
+4
*
Big polling(4) cleanup.
glebius
2005-10-01
1
-36
/
+40
*
- Use if_printf() and device_printf() in re(4) and remove rl_unit from
jhb
2005-09-29
1
-17
/
+11
*
Fix "struct ifnet" leaks when attach() fails in the middle, e.g.
ru
2005-09-16
1
-5
/
+3
*
Fixed "Memory modified after free" panic in rl_detach() due
ru
2005-09-14
1
-4
/
+3
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-6
/
+6
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Move if_alloc() up so it's before mii_phy_probe().
brooks
2005-06-11
1
-6
/
+7
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-16
/
+24
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
Fix style(9) issues with __P removal.
imp
2005-02-24
1
-37
/
+37
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+1
*
Adjust TX threshold on every TX underrun. Some supported cards (8139-based)
mlaier
2005-02-11
1
-6
/
+10
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Fix rl(4)'s lock behavior upon deinitialization. I would get a panic
green
2004-08-09
1
-5
/
+6
*
Further rl(4) locking improvements:
bms
2004-07-09
1
-48
/
+71
*
Locking cleanup for rl(4).
bms
2004-07-05
1
-52
/
+60
*
style(9) and whitespace cleanup.
bms
2004-07-05
1
-348
/
+196
*
Bring in the first chunk of altq driver modifications. This covers the
mlaier
2004-07-02
1
-4
/
+6
*
Remove burn bridges code that saved/restored the pci config registers
imp
2004-06-28
1
-57
/
+0
[next]