summaryrefslogtreecommitdiffstats
path: root/sys/dev/hme/if_hme_sbus.c
Commit message (Expand)AuthorAgeFilesLines
* 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