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
/
ste
/
if_ste.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-2
/
+2
*
Remove duplicate const specifiers in many drivers (I hope I got all of
dim
2012-11-05
1
-1
/
+1
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
- Import the common MII bitbang'ing code from NetBSD and convert drivers to
marius
2011-11-01
1
-185
/
+40
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-4
/
+2
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-3
/
+3
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-1
/
+1
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-9
/
+8
*
It seems some old Sundace(now IC Plus Corp.) controllers do not
yongari
2010-08-09
1
-7
/
+20
*
Make sure to store dma address of RX buffer in little endian form.
yongari
2010-01-08
1
-4
/
+6
*
Fix EEPROM access code to return data in host byte order.
yongari
2010-01-08
1
-13
/
+7
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
ether_ifattach sets if_mtu, remove unnecessary code.
yongari
2009-12-24
1
-1
/
+0
*
Update if_iqdrops in case of RX buffer allocation failure.
yongari
2009-12-24
1
-1
/
+1
*
Add suspend/resume support as well as basic WOL.
yongari
2009-12-24
1
-24
/
+108
*
Implement RX interrupt moderation using one-shot timer interrupt.
yongari
2009-12-24
1
-26
/
+63
*
We don't need to generate DMA complete interrupt for every
yongari
2009-12-23
1
-1
/
+12
*
Implement hardware MAC statistics counter support. The counters
yongari
2009-12-23
1
-3
/
+133
*
Report the correct result of mii_mediachg(). Previously it always
yongari
2009-12-23
1
-19
/
+12
*
Don't report link status if driver is not running.
yongari
2009-12-23
1
-0
/
+4
*
Overhaul RX filter programming.
yongari
2009-12-23
1
-62
/
+38
*
Reimplement controller reset. Datasheet says full reset takes about
yongari
2009-12-23
1
-8
/
+15
*
Don't reinitialize controller if driver is already running. This
yongari
2009-12-23
1
-2
/
+11
*
Reimplement Tx status error handler as recommended by datasheet.
yongari
2009-12-22
1
-21
/
+71
*
Prefer bus_write_{1,2,4}/bus_read_{1,2,4} to
yongari
2009-12-22
1
-3
/
+0
*
Prefer memory space register mapping over io space. If memory space
yongari
2009-12-22
1
-14
/
+13
*
Instead of relying on hard resetting of controller to stop
yongari
2009-12-22
1
-20
/
+31
*
Reimplement miibus_statchg method. Don't rely on link state change
yongari
2009-12-22
1
-48
/
+75
*
Introduce sc_flags member variable and use it to keep track of
yongari
2009-12-22
1
-10
/
+8
*
Add minimal dealy while ste(4) is waiting for the end of active DMA
yongari
2009-12-22
1
-0
/
+1
*
Add bus_dma(9) and endianness support to ste(4).
yongari
2009-12-22
1
-237
/
+506
*
Sort function prototyes.
yongari
2009-12-21
1
-39
/
+38
*
style(9)
yongari
2009-12-21
1
-100
/
+100
*
Remove trailing white spaces.
yongari
2009-12-21
1
-13
/
+13
*
s/u_intXX_t/uintXX_t/g
yongari
2009-12-21
1
-9
/
+9
*
o Remove unnecessary return statement.
yongari
2009-12-21
1
-30
/
+2
*
Use ANSI function definations.
yongari
2009-12-21
1
-87
/
+34
*
- Add a private timer to drive the transmit watchdog instead of using
jhb
2009-11-19
1
-11
/
+10
*
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
-8
/
+13
*
Move the ste driver from sys/pci to sys/dev/ste.
imp
2008-08-14
1
-0
/
+1752