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_re_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-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-11-24
use the correct capitalization for Realtek.
Brad Smith
2014-09-06
Various changes to the re(4) feature flags..
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
2011-04-02
- use nitems(); no binary change@
Jasper Lievisse Adriaanse
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2010-09-06
All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}
Theo de Raadt
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-08-20
- fix varargs after dmesg tweaking
Martynas Venckus
2009-08-10
More cases of shutdown hooks not needed after card is already stopped. In
Theo de Raadt
2008-10-12
If re_attach() fails at any point make sure to disestablish various
Brad Smith
2008-04-20
Remove unused flags.
Brad Smith
2008-02-17
Simplify the hw revision handling by removing the use of the
Brad Smith
2006-11-28
move printing of the interrupt string into re_attach().
Brad Smith
2006-10-12
Add a symbolic name parameter to cardbus_intr_establish().
Alexander Yurchenko
2006-09-19
no externs on protots ad no casts from void *
Michael Shalayeff
2006-09-18
Fix for re_stop() being called from re_cardbus_shutdown() with the
Dimitry Andric
2006-07-01
(fxp/re)_attach_common -> (fxp/re)_attach
Brad Smith
2006-06-24
de-register, ANSI functions and a little cleaning.
Brad Smith
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-22
Attach routines can fail before calling *hook_establish(), and they
Kenneth R Westerback
2005-05-16
Use cardbus_matchbyid().
Brad Smith
2005-01-14
cardbus re(4) support (Realtek 8169) heavily based on if_rl.
Peter Valchev