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
/
dc
/
if_dc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove break after return.
kevlo
2015-01-23
1
-5
/
+0
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-13
/
+13
*
Use define from if_var.h to access a field inside struct if_data,
glebius
2014-08-30
1
-1
/
+1
*
Fix various NIC drivers to properly cleanup static DMA resources.
jhb
2014-06-11
1
-6
/
+6
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-4
/
+4
*
Remove duplicate const specifiers in many drivers (I hope I got all of
dim
2012-11-05
1
-1
/
+1
*
- Change the module order of these MAC drivers to be last so they are
marius
2012-05-11
1
-2
/
+3
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
- There's no need to ignore the return value of mii_attach(9) when attaching
marius
2011-11-18
1
-7
/
+5
*
Partially revert r218788. r218788 removed calling dc_setcfg() for
yongari
2011-11-18
1
-13
/
+3
*
- Import the common MII bitbang'ing code from NetBSD and convert drivers to
marius
2011-11-01
1
-173
/
+37
*
Add support for ALi/ULi, now NVIDIA, M5261/M5263 PCI FastEthernet
yongari
2011-10-24
1
-4
/
+178
*
When driver is run for the first time there would be no established
yongari
2011-10-24
1
-16
/
+28
*
Add missing bus_dmamap_sync() in setup frame transmit.
yongari
2011-10-24
1
-0
/
+4
*
Fix a regression introduced in r218832. For TX status check, driver
yongari
2011-10-24
1
-1
/
+1
*
Supress command completion failure warning when the card isn't
imp
2011-06-21
1
-1
/
+1
*
Revise r220046 by introducing dc_netcfg_wait() which waits the end
yongari
2011-03-28
1
-51
/
+39
*
Wait until the DMA engine is stopped before unmapping buffers and
marius
2011-03-26
1
-1
/
+25
*
Remove too expensive bus_dmamap_sync(9) call in dc_rx_resync().
yongari
2011-03-16
1
-10
/
+4
*
Rearrange dc_tx_underrun() a bit to correctly set TX FIFO threshold
yongari
2011-03-08
1
-37
/
+43
*
Remove unnecessary controller reinitialization which resulted in
yongari
2011-02-23
1
-5
/
+13
*
s/u_intXX_t/uintXX_t/g
yongari
2011-02-19
1
-41
/
+41
*
Consistently use a tab character instead of space after #define.
yongari
2011-02-19
1
-13
/
+13
*
Count how many frames driver lost in interrupt handler. This
yongari
2011-02-19
1
-1
/
+6
*
Split common TX/RX descriptor DMA tag to TX and RX DMA tags
yongari
2011-02-19
1
-263
/
+405
*
Rearrange interrupt handler a bit and remove forever loop.
yongari
2011-02-19
1
-22
/
+20
*
Send frames only when there is a valid link and driver is running
yongari
2011-02-19
1
-4
/
+2
*
Fix a long standing bug where driver handed over RX descriptor
yongari
2011-02-18
1
-1
/
+0
*
There is no need to execute filter configuration when driver is not
yongari
2011-02-18
1
-4
/
+2
*
Make sure to clear status word of TX descriptor in dc_list_tx_init().
yongari
2011-02-18
1
-5
/
+5
*
For controllers that have TX interrupt moderation capability,
yongari
2011-02-18
1
-1
/
+15
*
Remove use case of DC_TX_ONE. It was used to limit queue just 1 TX
yongari
2011-02-18
1
-5
/
+0
*
Apply special PHY initialization code for 21143 controllers before
yongari
2011-02-18
1
-31
/
+42
*
When driver have to use base softc due to lack of SROM on second
yongari
2011-02-18
1
-2
/
+37
*
Always check memory allocation failure. If driver encounter memory
yongari
2011-02-18
1
-21
/
+58
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-35
/
+29
*
It seems some multi-port dc(4) controllers shares SROM of the first
yongari
2010-10-14
1
-0
/
+46
*
Fix CardBus spelling.
imp
2010-01-03
1
-3
/
+3
*
Fix card/device names, no functional change
mbr
2010-01-03
1
-11
/
+12
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-8
/
+8
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-8
/
+14
*
remove now-redunant cardbus attachment.
imp
2009-03-09
1
-1
/
+0
*
- According to the corresponding Linux, NetBSD and OpenSolaris
marius
2008-12-07
1
-36
/
+44
*
For chips with a broken DC_ISR_RX_STATE which f.e. never signals
marius
2008-08-29
1
-5
/
+7
*
- Use m_collapse(9) instead of m_defrag(9) if possible. This results
marius
2008-08-23
1
-18
/
+27
*
Ethernet hardware address stored in DC_AL_PAR0/DC_AL_PAR1 register
yongari
2008-06-08
1
-6
/
+14
*
- Const'ify the dc_devs array.
marius
2008-03-24
1
-82
/
+83
*
Fix function prototype for device_shutdown method.
yongari
2007-11-22
1
-2
/
+4
*
o In order to reduce bug and code duplication fold handling of NICs
marius
2007-08-05
1
-67
/
+30
[next]