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
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
*
Introduce a procedural interface to the ifnet structure. The new
marcel
2014-06-02
2
-11
/
+11
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
3
-0
/
+3
*
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
*
Use DEVMETHOD_END.
marius
2011-11-23
2
-2
/
+2
*
- 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 read DC_10BTSTAT twice in dcphy_status().
marius
2011-11-18
1
-6
/
+5
*
- 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
2
-14
/
+3
*
- Import the common MII bitbang'ing code from NetBSD and convert drivers to
marius
2011-11-01
2
-193
/
+39
*
Add support for ALi/ULi, now NVIDIA, M5261/M5263 PCI FastEthernet
yongari
2011-10-24
2
-4
/
+212
*
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
*
Remove duplicate header includes
kevlo
2011-06-28
2
-2
/
+0
*
Supress command completion failure warning when the card isn't
imp
2011-06-21
1
-1
/
+1
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
2
-41
/
+32
*
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
2
-93
/
+93
*
Consistently use a tab character instead of space after #define.
yongari
2011-02-19
2
-588
/
+588
*
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
2
-276
/
+429
*
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
2
-1
/
+16
*
Remove use case of DC_TX_ONE. It was used to limit queue just 1 TX
yongari
2011-02-18
2
-6
/
+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
2
-21
/
+60
*
- Even after masking the media with IFM_GMASK the result may have bits
marius
2011-01-14
2
-29
/
+11
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-1
/
+1
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
2
-37
/
+30
*
It seems some multi-port dc(4) controllers shares SROM of the first
yongari
2010-10-14
2
-0
/
+47
*
Consistently always explicitly set IFM_HDX for half-duplex.
marius
2010-10-03
2
-5
/
+9
*
- In the spirit of previous simplifications factor out the checks for a
marius
2010-10-02
2
-42
/
+2
*
Use the mii_data provided via mii_attach_args and mii_pdata respectively
marius
2010-09-27
2
-2
/
+2
*
cardbus -> CardBus
imp
2010-01-03
1
-1
/
+1
*
Fix CardBus spelling.
imp
2010-01-03
1
-3
/
+3
[next]