| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 4 | -4/+4 |
| * | MFC: if_gem.c 1.31 + 1.35, if_gem_pci.c 1.20, if_gemvar.h 1.11 | Marius Strobl | 2005-10-05 | 3 | -47/+112 |
| * | MFC: 1.34 | Marius Strobl | 2005-09-14 | 1 | -8/+23 |
| * | MFC: 1.30 | Marius Strobl | 2005-08-27 | 1 | -31/+23 |
| * | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | Robert Watson | 2005-08-25 | 1 | -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.255 | Robert Watson | 2005-08-24 | 1 | -0/+2 |
| * | Stop the interface before detaching and freeing it, rather than after. | Brooks Davis | 2005-06-12 | 1 | -1/+1 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 3 | -15/+24 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 3 | -3/+3 |
| * | Since if_gem doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-13 | 1 | -1/+2 |
| * | - Remove a variable no longer used after the conversion to ether_crc32_le(). | Marius Strobl | 2004-06-10 | 1 | -4/+2 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -17/+1 |
| * | Add missing <sys/module.h> includes currently relying on nested include | Poul-Henning Kamp | 2004-06-03 | 2 | -0/+2 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | Clean up two printf()s that were on a line by themselves unintendedly | Thomas Moestl | 2004-04-23 | 1 | -2/+2 |
| * | Let ether_ifattach() announce our MAC address. | Matthew N. Dodd | 2004-03-20 | 1 | -5/+0 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -4/+4 |
| * | Add new Apple GEM PCI id. | Peter Grehan | 2004-02-02 | 1 | -0/+1 |
| * | Properly initialize all members of the sentinel entry. | David E. O'Brien | 2003-12-26 | 1 | -1/+1 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+2 |
| * | Preparatory commit to allow prototypes in ofw_machdep.h to contain | Marcel Moolenaar | 2003-09-02 | 1 | -0/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 2 | -4/+7 |
| * | s=gem/foo=dev/gem/foo= | Warner Losh | 2003-08-23 | 1 | -2/+2 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -4/+4 |
| * | Some gem and hme hardware bogusly has the intpin register hardwired to | Thomas Moestl | 2003-07-01 | 1 | -3/+6 |
| * | Miscellaneous fixes: | Thomas Moestl | 2003-05-15 | 2 | -6/+59 |
| * | - Don't call pci_enable_io() in drivers (unless needed for resume). | Matthew N. Dodd | 2003-04-16 | 1 | -1/+0 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -1/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Free resources when failing to set up the interrupt. | Thomas Moestl | 2003-01-21 | 1 | -0/+1 |
| * | bus_dmamap_sync() overhaul: | Thomas Moestl | 2003-01-21 | 2 | -22/+18 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | Add detach, shutdown, suspend and resume methods. The latter two are | Thomas Moestl | 2003-01-08 | 3 | -42/+97 |
| * | - Convert to use bus_dmamap_load_mbuf(). | Thomas Moestl | 2003-01-06 | 2 | -397/+155 |
| * | Catch up with sam's changes to network interfaces. | Maxime Henrion | 2002-11-15 | 1 | -2/+1 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -5/+3 |
| * | Call bpf_mtap() on outgoing packets. | Thomas Moestl | 2002-10-26 | 1 | -3/+6 |
| * | Fix warning. | Jake Burkholder | 2002-07-24 | 1 | -0/+4 |
| * | Incorporate changes made to the NetBSD version of this driver. | Benno Rice | 2002-07-10 | 4 | -87/+159 |
| * | Fully reset a gem on some error conditions; otherwise it would hang in | Thomas Moestl | 2002-05-24 | 1 | -0/+4 |
| * | Move the new byte order function prototypes from <sys/param.h> to | Mike Barcroft | 2002-04-26 | 1 | -0/+1 |
| * | In some cases, RX descriptors that are signalled to have been completed | Thomas Moestl | 2002-03-23 | 2 | -3/+26 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 3 | -47/+45 |
| * | Use the pci_enable_* functions instead of manually fiddling with the | Thomas Moestl | 2002-03-11 | 1 | -6/+4 |
| * | Set the busmaster enable bit in the PCI command register, as the firmware | Thomas Moestl | 2002-03-09 | 1 | -0/+9 |
| * | Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernet | Thomas Moestl | 2002-02-27 | 4 | -0/+2989 |