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
/
cardbus
/
if_rl_cardbus.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
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-11-24
use the correct capitalization for Realtek.
Brad Smith
2014-08-11
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
Sort the CardBus ids.
Brad Smith
2013-03-07
Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only
Brad Smith
2011-04-02
- use nitems(); no binary change@
Jasper Lievisse Adriaanse
2010-03-27
Give cardbus the pci_chipset_tag_t from pccbb and push it out through
Jonathan Gray
2010-03-27
Bring back cardbus_chipset_tag_t which is in practice a
Jonathan Gray
2010-03-22
Remove some cardbus defines and types which are identical to
Jonathan Gray
2009-12-21
Some cleaning for the rl(4) driver:
Christian Weisgerber
2009-06-02
make rl at pci detachable; untested.
Jonathan Gray
2007-05-08
rl_detach() is only used for cardbus case
Theo de Raadt
2006-10-16
Fix some "is is"s. ok otto@.
Tom Cosgrove
2006-10-12
Add a symbolic name parameter to cardbus_intr_establish().
Alexander Yurchenko
2006-06-21
removal of '#ifdef rbus ... #else ...' directives, we use rbus in all
Felix Kronlage
2006-06-17
add sys/timeout.h
Brad Smith
2006-05-29
minor space nit
Peter Valchev
2005-05-29
- better pcidevs entries for Intel Gig and add 82573 ids
Brad Smith
2005-05-16
Use cardbus_matchbyid().
Brad Smith
2004-10-07
cardbusdevs -> pcidevs
Brad Smith
2004-07-09
attach to Planex and Corega Ethernet cards.
Brad Smith
2004-04-07
attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>
Michael Shalayeff
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-09-27
CardBus D-Link DFE-690TXD support.
Federico G. Schwindt
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-06-08
de pee
Jason Wright
2002-06-08
Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD.
Aaron Campbell