summaryrefslogtreecommitdiff
path: root/sys/dev/gem/if_gemvar.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-04-18gem(4): Remove onboard-only Sun ERI and remnants of SBus supportMarius Strobl
2023-01-31Mechanically convert gem(4) to IfAPIJustin Hibbits
2022-05-06gem: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-06-28- In gem_reset_rx() also reset the RX MAC which is necessary in order toMarius Strobl
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2009-06-24Revert the part of r194763 which added a dying flag and insteadMarius Strobl
2009-06-23- Initialize the ifnet structure, especially if_dname, before probingMarius Strobl
2008-03-24Split the registers into two halves in preparation for SBus support.Marius Strobl
2007-12-30o In preparation for basing a new driver on this one:Marius Strobl
2007-09-26o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()Marius Strobl
2007-06-04o Implemented Rx/Tx checksum offload. The simple checksum logic inPyun YongHyeon
2007-05-04Since if_gem is being touted as one of our more architecturallyPoul-Henning Kamp
2006-12-06- Use the gem_tick() callout instead of if_slowtimo() for drivingMarius Strobl
2005-07-24Remove NOP spl*() calls and add locking (making gem(4) MPSAFE).Marius Strobl
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2003-05-15Miscellaneous fixes:Thomas Moestl
2003-01-21bus_dmamap_sync() overhaul:Thomas Moestl
2003-01-08Add detach, shutdown, suspend and resume methods. The latter two areThomas Moestl
2003-01-06- Convert to use bus_dmamap_load_mbuf().Thomas Moestl
2002-07-10Incorporate changes made to the NetBSD version of this driver.Benno Rice
2002-03-23In some cases, RX descriptors that are signalled to have been completedThomas Moestl
2002-03-20Remove __P.Alfred Perlstein
2002-02-27Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernetThomas Moestl