| 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 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-03 | 1 | -7/+0 |
* | - Use the revamped code from the gem(4) PCI front-end, which | marius | 2008-04-26 | 1 | -54/+55 |
* | o Disable HMEDEBUG by default. | marius | 2008-04-24 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -1/+1 |
* | Release the IRQ resource on detach. This fixes repeatedly loading and | marius | 2005-04-05 | 1 | -0/+1 |
* | Make hme(4) mpsafe | yongari | 2004-11-22 | 1 | -5/+10 |
* | - Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1] | marius | 2004-08-12 | 1 | -10/+12 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 1 | -3/+4 |
* | Implement TCP/UDP Transmit/Receive checksum offload. | yongari | 2004-08-05 | 1 | -2/+8 |
* | Add missing <sys/module.h> includes currently relying on nested include | phk | 2004-06-03 | 1 | -0/+1 |
* | Remove a redundant include directive | scottl | 2004-05-28 | 1 | -2/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -12/+12 |
* | 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 | -2/+3 |
* | s#<foo/bar.h>#<dev/foo/bar.h>#g | marcel | 2003-08-23 | 1 | -4/+4 |
* | s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev | imp | 2003-08-23 | 1 | -1/+1 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -1/+2 |
* | Add detach, shutdown, suspend and resume methods. | tmm | 2003-01-09 | 1 | -0/+53 |
* | Assorted fixes: | tmm | 2002-03-23 | 1 | -1/+1 |
* | Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboard | tmm | 2002-02-27 | 1 | -0/+276 |