summaryrefslogtreecommitdiffstats
path: root/sys/dev/gem/if_gemvar.h
Commit message (Expand)AuthorAgeFilesLines
* - In gem_reset_rx() also reset the RX MAC which is necessary in order tomarius2011-06-281-0/+2
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-2/+0
* Revert the part of r194763 which added a dying flag and insteadmarius2009-06-241-5/+4
* - Initialize the ifnet structure, especially if_dname, before probingmarius2009-06-231-26/+24
* Split the registers into two halves in preparation for SBus support.marius2008-03-241-1/+42
* o In preparation for basing a new driver on this one:marius2007-12-301-58/+46
* o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()marius2007-09-261-27/+39
* o Implemented Rx/Tx checksum offload. The simple checksum logic inyongari2007-06-041-6/+1
* Since if_gem is being touted as one of our more architecturallyphk2007-05-041-2/+2
* - Use the gem_tick() callout instead of if_slowtimo() for drivingmarius2006-12-061-0/+1
* Remove NOP spl*() calls and add locking (making gem(4) MPSAFE).marius2005-07-241-0/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Miscellaneous fixes:tmm2003-05-151-1/+3
* bus_dmamap_sync() overhaul:tmm2003-01-211-5/+1
* Add detach, shutdown, suspend and resume methods. The latter two aretmm2003-01-081-1/+3
* - Convert to use bus_dmamap_load_mbuf().tmm2003-01-061-27/+6
* Incorporate changes made to the NetBSD version of this driver.benno2002-07-101-2/+12
* In some cases, RX descriptors that are signalled to have been completedtmm2002-03-231-0/+7
* Remove __P.alfred2002-03-201-11/+11
* Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernettmm2002-02-271-0/+242
OpenPOWER on IntegriCloud