aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hme/if_hme_pci.c
Commit message (Expand)AuthorAgeFilesLines
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+3
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* - Use the revamped code from the gem(4) PCI front-end, whichMarius Strobl2008-04-261-108/+120
* o Disable HMEDEBUG by default.Marius Strobl2008-04-241-2/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add a missing mtx_destroy() in hme_pci_detach().Marius Strobl2005-07-101-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-2/+2
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* - Fix braino introduced in rev. 1.17, unlike the X1032A (HME-ISP1040-combo)Marius Strobl2005-03-021-8/+8
* Add a note that all four HME chips on a SUNW,qfe card share the same PROM,Marius Strobl2005-02-201-1/+2
* Some changes related to reading the MAC-address from the VPD on systemsMarius Strobl2004-12-121-19/+18
* Make hme(4) mpsafePyun YongHyeon2004-11-221-5/+9
* Make hme(4), i.e. the PCI-variant, MI by reading the MAC address on sytemsMarius Strobl2004-08-141-3/+152
* - Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1]Marius Strobl2004-08-121-11/+16
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Preparatory commit to allow prototypes in ofw_machdep.h to containMarcel Moolenaar2003-09-021-0/+1
* Use __FBSDID().David E. O'Brien2003-08-241-3/+4
* s#<foo/bar.h>#<dev/foo/bar.h>#gMarcel Moolenaar2003-08-231-4/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Some gem and hme hardware bogusly has the intpin register hardwired toThomas Moestl2003-07-011-4/+6
* - Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd2003-04-161-1/+0
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Add detach, shutdown, suspend and resume methods.Thomas Moestl2003-01-091-0/+43
* Assorted fixes:Thomas Moestl2002-03-231-1/+1
* Use the pci_enable_* functions instead of manually fiddling with theThomas Moestl2002-03-111-6/+4
* Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboardThomas Moestl2002-02-271-0/+196