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
*
- 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
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Fix a bug originally introduced in rev. 1.74; don't reloaded the
marius
2006-12-20
1
-1
/
+2
*
- Use our own callout (the dc_tick() callout uses varying periods
marius
2006-12-06
1
-24
/
+33
*
Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>
marius
2006-11-02
1
-1
/
+0
*
- Wrap code optimized for architectures without alignment constraints
marius
2006-10-29
1
-16
/
+22
*
- Consistently use if_printf() only in interface methods: if_start(),
glebius
2006-09-15
1
-6
/
+7
*
Fix the last commit.
glebius
2006-06-08
1
-2
/
+6
*
Add device IDs for Linksys PCMPC200 Cardbus card.
glebius
2006-06-07
1
-0
/
+2
*
- Switch on the full 32-bit device ID to avoid collisions between the
jhb
2006-06-03
1
-121
/
+88
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-48
/
+1
*
Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's another
jhb
2006-03-16
1
-0
/
+3
[next]