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_xl_cardbus.c
Age
Commit message (
Expand
)
Author
2022-04-06
constify struct cfattach
Christian Weisgerber
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-09-14
remove uneeded proc.h includes
Jonathan Gray
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
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
2010-01-13
As per NetBSD move HAYAKAWA Koichi's licenses to two clause.
Jonathan Gray
2010-01-12
Remove dead assignment and newly created unused variable.
Charles Longeau
2009-10-15
Add detach support to a few more drivers, and in others do the neccessary
Theo de Raadt
2009-06-02
The xl_detach() function is now used by pci code, so it must be in the
Theo de Raadt
2008-02-25
Remove redundant information from the dmesg entry which is already
Brad Smith
2007-05-05
move xl_detach() -- which is only used by cardbus -- to the cardbus code.
Theo de Raadt
2006-10-12
Add a symbolic name parameter to cardbus_intr_establish().
Alexander Yurchenko
2006-08-10
- ANSI functions
Brad Smith
2006-06-21
removal of '#ifdef rbus ... #else ...' directives, we use rbus in all
Felix Kronlage
2004-10-07
cardbusdevs -> pcidevs
Brad Smith
2003-10-30
fix missing 0. drahn ok
Jun-ichiro itojun Hagino
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-06-15
bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanks
Aaron Campbell
2002-03-14
First round of __P removal in sys
Todd C. Miller
2000-09-29
- Add support for 3Com 3C555 MiniPCI.
Aaron Campbell
2000-09-16
Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptops
Aaron Campbell
2000-09-16
Some changes from NetBSD:
Aaron Campbell
2000-09-05
Support detach of xl(4) devices, mainly to allow the ejection and insertion of
Aaron Campbell
2000-07-06
Perform a much longer delay after resetting the card to give it a chance to get
Aaron Campbell
2000-07-01
- Make the 3CCFE575BT work.
Aaron Campbell
2000-06-09
Clean up this file a bit.
Aaron Campbell
2000-06-09
Add support for 3c656, which is just the 3c575 + 56k modem. Thanks to
Aaron Campbell
2000-04-08
Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many
Aaron Campbell