summaryrefslogtreecommitdiffstats
path: root/sys/dev/hme/if_hme_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Some changes related to reading the MAC-address from the VPD on systemsmarius2004-12-121-19/+18
* Make hme(4) mpsafeyongari2004-11-221-5/+9
* Make hme(4), i.e. the PCI-variant, MI by reading the MAC address on sytemsmarius2004-08-141-3/+152
* - Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1]marius2004-08-121-11/+16
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-031-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Preparatory commit to allow prototypes in ofw_machdep.h to containmarcel2003-09-021-0/+1
* Use __FBSDID().obrien2003-08-241-3/+4
* s#<foo/bar.h>#<dev/foo/bar.h>#gmarcel2003-08-231-4/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Some gem and hme hardware bogusly has the intpin register hardwired totmm2003-07-011-4/+6
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-1/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Add detach, shutdown, suspend and resume methods.tmm2003-01-091-0/+43
* Assorted fixes:tmm2002-03-231-1/+1
* Use the pci_enable_* functions instead of manually fiddling with thetmm2002-03-111-6/+4
* Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboardtmm2002-02-271-0/+196
OpenPOWER on IntegriCloud