aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gem/if_gemvar.h
Commit message (Expand)AuthorAgeFilesLines
* MFC: r223648, r223949Marius Strobl2011-07-251-0/+2
* MFC: r213893, r213908, r214566, r214605, r214846Marius Strobl2010-11-071-2/+0
* MFC: r194763, r194886Marius Strobl2009-09-201-24/+21
* MFC: r176996, r177560Marius Strobl2008-06-111-1/+42
* MFC: if_gem.c 1.46; if_gem_pci.c 1.24; if_gemreg.h 1.6; if_gemvar.h 1.16Marius Strobl2008-03-171-58/+46
* o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()Marius Strobl2007-09-261-27/+39
* o Implemented Rx/Tx checksum offload. The simple checksum logic inPyun YongHyeon2007-06-041-6/+1
* Since if_gem is being touted as one of our more architecturallyPoul-Henning Kamp2007-05-041-2/+2
* - Use the gem_tick() callout instead of if_slowtimo() for drivingMarius Strobl2006-12-061-0/+1
* Remove NOP spl*() calls and add locking (making gem(4) MPSAFE).Marius Strobl2005-07-241-0/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Miscellaneous fixes:Thomas Moestl2003-05-151-1/+3
* bus_dmamap_sync() overhaul:Thomas Moestl2003-01-211-5/+1
* Add detach, shutdown, suspend and resume methods. The latter two areThomas Moestl2003-01-081-1/+3
* - Convert to use bus_dmamap_load_mbuf().Thomas Moestl2003-01-061-27/+6
* Incorporate changes made to the NetBSD version of this driver.Benno Rice2002-07-101-2/+12
* In some cases, RX descriptors that are signalled to have been completedThomas Moestl2002-03-231-0/+7
* Remove __P.Alfred Perlstein2002-03-201-11/+11
* Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernetThomas Moestl2002-02-271-0/+242