index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_rl_pci.c
Age
Commit message (
Expand
)
Author
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-11-24
use the correct capitalization for Realtek.
Brad Smith
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-03-07
Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only
Brad Smith
2013-02-08
add another DFE-530TX+
Jasper Lievisse Adriaanse
2013-01-29
Add the PCI id for the D-Link DFE-520TX C1 board.
Brad Smith
2013-01-16
Some corrections for D-Link device names.
Brad Smith
2013-01-16
Sort the PCI ids.
Brad Smith
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-08-27
Move the activate function from pci to the the main driver, so that the
Theo de Raadt
2010-07-27
ca_activate function for suspend/resume
Theo de Raadt
2009-12-21
Some cleaning for the rl(4) driver:
Christian Weisgerber
2009-06-02
make rl at pci detachable; untested.
Jonathan Gray
2009-06-02
Add more CardBus ids to PCI attachments to cope with
Jonathan Gray
2008-08-13
Add the 8139D PCI id.
Brad Smith
2006-05-23
according to the Linux 8139cp driver the TTTech MC322 adapter uses
Brad Smith
2006-05-16
attach 8139's capable of C+ mode to the re(4) driver, instead of the rl(4)
Brad Smith
2006-02-24
add TTTech MC322
Brad Smith
2005-10-24
- remove some redundnt checks before pci_mapreg_map()
Brad Smith
2005-09-11
do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok
Michael Shalayeff
2003-12-29
no vtophys(), don't need uvm_extern.h anymore.
Brad Smith
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-12
remove redundant vm includes
Michael Shalayeff
2001-04-13
Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@
Aaron Campbell
2001-04-10
Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts;
Aaron Campbell