aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gem/if_gem.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* MFC: if_gem.c 1.31 + 1.35, if_gem_pci.c 1.20, if_gemvar.h 1.11Marius Strobl2005-10-051-42/+92
* MFC: 1.34Marius Strobl2005-09-141-8/+23
* MFC: 1.30Marius Strobl2005-08-271-31/+23
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-7/+8
* Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255Robert Watson2005-08-241-0/+2
* Stop the interface before detaching and freeing it, rather than after.Brooks Davis2005-06-121-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-13/+21
* Since if_gem doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* - Remove a variable no longer used after the conversion to ether_crc32_le().Marius Strobl2004-06-101-4/+2
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-17/+1
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Clean up two printf()s that were on a line by themselves unintendedlyThomas Moestl2004-04-231-2/+2
* Let ether_ifattach() announce our MAC address.Matthew N. Dodd2004-03-201-5/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-3/+4
* s=gem/foo=dev/gem/foo=Warner Losh2003-08-231-2/+2
* Mega busdma API commit.Scott Long2003-07-011-4/+4
* Miscellaneous fixes:Thomas Moestl2003-05-151-5/+56
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* bus_dmamap_sync() overhaul:Thomas Moestl2003-01-211-17/+17
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Add detach, shutdown, suspend and resume methods. The latter two areThomas Moestl2003-01-081-40/+49
* - Convert to use bus_dmamap_load_mbuf().Thomas Moestl2003-01-061-370/+149
* Catch up with sam's changes to network interfaces.Maxime Henrion2002-11-151-2/+1
* network interface driver changes:Sam Leffler2002-11-141-5/+3
* Call bpf_mtap() on outgoing packets.Thomas Moestl2002-10-261-3/+6
* Fix warning.Jake Burkholder2002-07-241-0/+4
* Incorporate changes made to the NetBSD version of this driver.Benno Rice2002-07-101-76/+132
* Fully reset a gem on some error conditions; otherwise it would hang inThomas Moestl2002-05-241-0/+4
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* In some cases, RX descriptors that are signalled to have been completedThomas Moestl2002-03-231-3/+19
* Remove __P.Alfred Perlstein2002-03-201-34/+32
* Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernetThomas Moestl2002-02-271-0/+2017