| Commit message (Expand) | Author | Age | Files | Lines |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -5/+1 |
* | - Use the revamped code from the gem(4) PCI front-end, which | marius | 2008-04-26 | 1 | -108/+120 |
* | o Disable HMEDEBUG by default. | marius | 2008-04-24 | 1 | -2/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Add a missing mtx_destroy() in hme_pci_detach(). | marius | 2005-07-10 | 1 | -0/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -2/+2 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | - Fix braino introduced in rev. 1.17, unlike the X1032A (HME-ISP1040-combo) | marius | 2005-03-02 | 1 | -8/+8 |
* | Add a note that all four HME chips on a SUNW,qfe card share the same PROM, | marius | 2005-02-20 | 1 | -1/+2 |
* | Some changes related to reading the MAC-address from the VPD on systems | marius | 2004-12-12 | 1 | -19/+18 |
* | Make hme(4) mpsafe | yongari | 2004-11-22 | 1 | -5/+9 |
* | Make hme(4), i.e. the PCI-variant, MI by reading the MAC address on sytems | marius | 2004-08-14 | 1 | -3/+152 |
* | - Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1] | marius | 2004-08-12 | 1 | -11/+16 |
* | Add missing <sys/module.h> includes currently relying on nested include | phk | 2004-06-03 | 1 | -0/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -4/+4 |
* | Preparatory commit to allow prototypes in ofw_machdep.h to contain | marcel | 2003-09-02 | 1 | -0/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -3/+4 |
* | s#<foo/bar.h>#<dev/foo/bar.h>#g | marcel | 2003-08-23 | 1 | -4/+4 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Some gem and hme hardware bogusly has the intpin register hardwired to | tmm | 2003-07-01 | 1 | -4/+6 |
* | - 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 |
* | Add detach, shutdown, suspend and resume methods. | tmm | 2003-01-09 | 1 | -0/+43 |
* | Assorted fixes: | tmm | 2002-03-23 | 1 | -1/+1 |
* | Use the pci_enable_* functions instead of manually fiddling with the | tmm | 2002-03-11 | 1 | -6/+4 |
* | Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboard | tmm | 2002-02-27 | 1 | -0/+196 |