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
/
gem
/
if_gemvar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
- In gem_reset_rx() also reset the RX MAC which is necessary in order to
marius
2011-06-28
1
-0
/
+2
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-2
/
+0
*
Revert the part of r194763 which added a dying flag and instead
marius
2009-06-24
1
-5
/
+4
*
- Initialize the ifnet structure, especially if_dname, before probing
marius
2009-06-23
1
-26
/
+24
*
Split the registers into two halves in preparation for SBus support.
marius
2008-03-24
1
-1
/
+42
*
o In preparation for basing a new driver on this one:
marius
2007-12-30
1
-58
/
+46
*
o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()
marius
2007-09-26
1
-27
/
+39
*
o Implemented Rx/Tx checksum offload. The simple checksum logic in
yongari
2007-06-04
1
-6
/
+1
*
Since if_gem is being touted as one of our more architecturally
phk
2007-05-04
1
-2
/
+2
*
- Use the gem_tick() callout instead of if_slowtimo() for driving
marius
2006-12-06
1
-0
/
+1
*
Remove NOP spl*() calls and add locking (making gem(4) MPSAFE).
marius
2005-07-24
1
-0
/
+9
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+2
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Miscellaneous fixes:
tmm
2003-05-15
1
-1
/
+3
*
bus_dmamap_sync() overhaul:
tmm
2003-01-21
1
-5
/
+1
*
Add detach, shutdown, suspend and resume methods. The latter two are
tmm
2003-01-08
1
-1
/
+3
*
- Convert to use bus_dmamap_load_mbuf().
tmm
2003-01-06
1
-27
/
+6
*
Incorporate changes made to the NetBSD version of this driver.
benno
2002-07-10
1
-2
/
+12
*
In some cases, RX descriptors that are signalled to have been completed
tmm
2002-03-23
1
-0
/
+7
*
Remove __P.
alfred
2002-03-20
1
-11
/
+11
*
Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernet
tmm
2002-02-27
1
-0
/
+242