summaryrefslogtreecommitdiffstats
path: root/sys/dev/gem/if_gem_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* 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
* Add new Apple GEM PCI id.grehan2004-02-021-0/+1
* Properly initialize all members of the sentinel entry.obrien2003-12-261-1/+1
* Preparatory commit to allow prototypes in ofw_machdep.h to containmarcel2003-09-021-0/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* Some gem and hme hardware bogusly has the intpin register hardwired totmm2003-07-011-3/+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
* Free resources when failing to set up the interrupt.tmm2003-01-211-0/+1
* Add detach, shutdown, suspend and resume methods. The latter two aretmm2003-01-081-1/+45
* Incorporate changes made to the NetBSD version of this driver.benno2002-07-101-4/+9
* Remove __P.alfred2002-03-201-2/+2
* Use the pci_enable_* functions instead of manually fiddling with thetmm2002-03-111-6/+4
* Set the busmaster enable bit in the PCI command register, as the firmwaretmm2002-03-091-0/+9
* Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernettmm2002-02-271-0/+192
OpenPOWER on IntegriCloud