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
/
tx
/
if_txvar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make tx(4) MPSAFE
jhb
2008-06-10
1
-10
/
+13
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-4
/
+1
*
Convert the tx(4) driver to use the busdma API.
mux
2003-04-20
1
-2
/
+15
*
Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore and
bmilekic
2003-02-21
1
-13
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
o m_adj rx buffer so IP header is 32-bit aligned
sam
2002-10-25
1
-0
/
+1
*
Remove the OpenBSD comatibility stuff. Many changes to be more style(9)
semenu
2002-10-22
1
-43
/
+22
*
Stop trying to align malloc()ed memory. Rely on malloc() instead, just like
semenu
2002-08-19
1
-1
/
+0
*
Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constants
semenu
2002-04-19
1
-227
/
+1
*
Add support for 802.1Q VLAN and oversized ethernet frames.
semenu
2001-08-13
1
-0
/
+2
*
Add initializetion of NVCTL register with EEPROM stored value.
semenu
2001-06-23
1
-0
/
+13
*
Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 family
semenu
2001-02-07
1
-1
/
+26
*
Added support for SMC9432BTX cards.
semenu
2000-06-21
1
-1
/
+6
*
Driver is now using miibus, and newbus.
semenu
2000-04-12
1
-141
/
+70
*
Added code to enable BusMaster operations.
semenu
1999-10-29
1
-0
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Move arpcom structure be the first in softc structure. Needed
semenu
1999-05-22
1
-2
/
+2
*
Implemented workaround for EPIC's Application Note 7-15 (concerning
semenu
1999-03-14
1
-7
/
+16
*
Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to be
semenu
1998-11-01
1
-0
/
+406