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_atw_cardbus.c
Age
Commit message (
Expand
)
Author
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
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
2005-09-24
Make atw_cardbus_power() not tell us its name every time it is called...
Jonathan Gray
2005-09-08
Remove the last of the FreeBSD compatiblity goop.
Jonathan Gray
2005-06-08
useless netns includes; there was no NS stuff ever here
Henning Brauer
2005-05-27
make sure to enable socket on resume.
Robert Nagy
2005-05-16
Use cardbus_matchbyid().
Brad Smith
2004-10-07
cardbusdevs -> pcidevs
Brad Smith
2004-08-04
Fix printing of revision string.
Todd C. Miller
2004-07-28
3Com OfficeConnect 3CRSHPW796 Cardbus card is atw(4) rev 1.5.
Todd C. Miller
2004-07-25
Store pci/cardbus revision number. From NetBSD (dyoung)
Todd C. Miller
2004-07-25
Program BARs before enabling memory or I/O access. From NetBSD (mycroft).
Todd C. Miller
2004-07-15
kill sc_intr_ack
Todd C. Miller
2004-06-22
atw(4) driver from NetBSD (dyoung). Based in part on a port by
Todd C. Miller