summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_rl_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-3/+1
* use the correct capitalization for Realtek.brad2014-11-241-2/+2
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Fix and simplify determining whether we're using a 8129 or 8139 chipset. Onlybrad2013-03-071-1/+6
* add another DFE-530TX+jasper2013-02-081-1/+2
* Add the PCI id for the D-Link DFE-520TX C1 board.brad2013-01-291-1/+2
* Some corrections for D-Link device names.brad2013-01-161-2/+2
* Sort the PCI ids.brad2013-01-161-8/+8
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* Move the activate function from pci to the the main driver, so that thederaadt2010-08-271-28/+2
* ca_activate function for suspend/resumederaadt2010-07-271-2/+28
* Some cleaning for the rl(4) driver:naddy2009-12-211-17/+12
* make rl at pci detachable; untested.jsg2009-06-021-8/+36
* Add more CardBus ids to PCI attachments to cope withjsg2009-06-021-2/+9
* Add the 8139D PCI id.brad2008-08-131-2/+3
* according to the Linux 8139cp driver the TTTech MC322 adapter usesbrad2006-05-231-3/+2
* attach 8139's capable of C+ mode to the re(4) driver, instead of the rl(4)brad2006-05-161-2/+8
* add TTTech MC322brad2006-02-241-1/+2
* - remove some redundnt checks before pci_mapreg_map()brad2005-10-241-19/+8
* do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okmickey2005-09-111-14/+7
* no vtophys(), don't need uvm_extern.h anymore.brad2003-12-291-2/+1
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-19/+11
* First round of __P removal in sysmillert2002-03-141-3/+3
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Don't include <vm/vm_kern.h> if you don't need foo_map.miod2001-09-111-2/+1
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* remove redundant vm includesmickey2001-08-121-3/+1
* Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@aaron2001-04-131-1/+11
* Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts;aaron2001-04-101-0/+188