| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+2 |
* | Preparatory commit to allow prototypes in ofw_machdep.h to contain | marcel | 2003-09-02 | 1 | -0/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 2 | -4/+7 |
* | s=gem/foo=dev/gem/foo= | imp | 2003-08-23 | 1 | -2/+2 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -4/+4 |
* | Some gem and hme hardware bogusly has the intpin register hardwired to | tmm | 2003-07-01 | 1 | -3/+6 |
* | Miscellaneous fixes: | tmm | 2003-05-15 | 2 | -6/+59 |
* | - Don't call pci_enable_io() in drivers (unless needed for resume). | mdodd | 2003-04-16 | 1 | -1/+0 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -1/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Free resources when failing to set up the interrupt. | tmm | 2003-01-21 | 1 | -0/+1 |
* | bus_dmamap_sync() overhaul: | tmm | 2003-01-21 | 2 | -22/+18 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Add detach, shutdown, suspend and resume methods. The latter two are | tmm | 2003-01-08 | 3 | -42/+97 |
* | - Convert to use bus_dmamap_load_mbuf(). | tmm | 2003-01-06 | 2 | -397/+155 |
* | Catch up with sam's changes to network interfaces. | mux | 2002-11-15 | 1 | -2/+1 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -5/+3 |
* | Call bpf_mtap() on outgoing packets. | tmm | 2002-10-26 | 1 | -3/+6 |
* | Fix warning. | jake | 2002-07-24 | 1 | -0/+4 |
* | Incorporate changes made to the NetBSD version of this driver. | benno | 2002-07-10 | 4 | -87/+159 |
* | Fully reset a gem on some error conditions; otherwise it would hang in | tmm | 2002-05-24 | 1 | -0/+4 |
* | Move the new byte order function prototypes from <sys/param.h> to | mike | 2002-04-26 | 1 | -0/+1 |
* | In some cases, RX descriptors that are signalled to have been completed | tmm | 2002-03-23 | 2 | -3/+26 |
* | Remove __P. | alfred | 2002-03-20 | 3 | -47/+45 |
* | Use the pci_enable_* functions instead of manually fiddling with the | tmm | 2002-03-11 | 1 | -6/+4 |
* | Set the busmaster enable bit in the PCI command register, as the firmware | tmm | 2002-03-09 | 1 | -0/+9 |
* | Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernet | tmm | 2002-02-27 | 4 | -0/+2989 |