summaryrefslogtreecommitdiffstats
path: root/sys/dev/gem/if_gem_pci.c
Commit message (Expand)AuthorAgeFilesLines
* o In preparation for basing a new driver on this one:marius2007-12-301-32/+32
* o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()marius2007-09-261-39/+126
* Since if_gem is being touted as one of our more architecturallyphk2007-05-041-52/+27
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Remove NOP spl*() calls and add locking (making gem(4) MPSAFE).marius2005-07-241-5/+11
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* 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