summaryrefslogtreecommitdiff
path: root/sys/dev/gem/if_gem_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* 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
* Add new Apple GEM PCI id.Peter Grehan2004-02-021-0/+1
* Properly initialize all members of the sentinel entry.David E. O'Brien2003-12-261-1/+1
* Preparatory commit to allow prototypes in ofw_machdep.h to containMarcel Moolenaar2003-09-021-0/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Some gem and hme hardware bogusly has the intpin register hardwired toThomas Moestl2003-07-011-3/+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
* Free resources when failing to set up the interrupt.Thomas Moestl2003-01-211-0/+1
* Add detach, shutdown, suspend and resume methods. The latter two areThomas Moestl2003-01-081-1/+45
* Incorporate changes made to the NetBSD version of this driver.Benno Rice2002-07-101-4/+9
* Remove __P.Alfred Perlstein2002-03-201-2/+2
* Use the pci_enable_* functions instead of manually fiddling with theThomas Moestl2002-03-111-6/+4
* Set the busmaster enable bit in the PCI command register, as the firmwareThomas Moestl2002-03-091-0/+9
* Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernetThomas Moestl2002-02-271-0/+192