summaryrefslogtreecommitdiffstats
path: root/sys/dev/hme/if_hme_sbus.c
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* - Use the revamped code from the gem(4) PCI front-end, whichmarius2008-04-261-54/+55
* o Disable HMEDEBUG by default.marius2008-04-241-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Release the IRQ resource on detach. This fixes repeatedly loading andmarius2005-04-051-0/+1
* Make hme(4) mpsafeyongari2004-11-221-5/+10
* - Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1]marius2004-08-121-10/+12
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-3/+4
* Implement TCP/UDP Transmit/Receive checksum offload.yongari2004-08-051-2/+8
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-031-0/+1
* Remove a redundant include directivescottl2004-05-281-2/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-12/+12
* Preparatory commit to allow prototypes in ofw_machdep.h to containmarcel2003-09-021-0/+1
* Use __FBSDID().obrien2003-08-241-2/+3
* s#<foo/bar.h>#<dev/foo/bar.h>#gmarcel2003-08-231-4/+4
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-231-1/+1
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+2
* Add detach, shutdown, suspend and resume methods.tmm2003-01-091-0/+53
* Assorted fixes:tmm2002-03-231-1/+1
* Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboardtmm2002-02-271-0/+276
OpenPOWER on IntegriCloud