summaryrefslogtreecommitdiffstats
path: root/sys/dev/gem
Commit message (Expand)AuthorAgeFilesLines
* Free resources when failing to set up the interrupt.tmm2003-01-211-0/+1
* bus_dmamap_sync() overhaul:tmm2003-01-212-22/+18
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Add detach, shutdown, suspend and resume methods. The latter two aretmm2003-01-083-42/+97
* - Convert to use bus_dmamap_load_mbuf().tmm2003-01-062-397/+155
* Catch up with sam's changes to network interfaces.mux2002-11-151-2/+1
* network interface driver changes:sam2002-11-141-5/+3
* Call bpf_mtap() on outgoing packets.tmm2002-10-261-3/+6
* Fix warning.jake2002-07-241-0/+4
* Incorporate changes made to the NetBSD version of this driver.benno2002-07-104-87/+159
* Fully reset a gem on some error conditions; otherwise it would hang intmm2002-05-241-0/+4
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* In some cases, RX descriptors that are signalled to have been completedtmm2002-03-232-3/+26
* Remove __P.alfred2002-03-203-47/+45
* 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-274-0/+2989
OpenPOWER on IntegriCloud