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
/
cardbus.c
Age
Commit message (
Expand
)
Author
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-12-07
o do not break after first iteration but when we found a match.
Federico G. Schwindt
2005-09-26
minor knf
Theo de Raadt
2005-09-13
some missing cleanup from the previous commit.
Federico G. Schwindt
2005-09-13
knf; no binary change.
Federico G. Schwindt
2005-09-13
make compile; good
Michael Shalayeff
2005-09-12
Do not leak memory if cardbus_read_exrom() fails; ok fgs@
Miod Vallat
2005-09-12
better cis string parsing. from drochner@netbsd.org; tested by jmc@.
Federico G. Schwindt
2005-09-09
knf. no binary change.
Federico G. Schwindt
2005-09-05
correct manfid length check.
Federico G. Schwindt
2005-08-22
don't go beyond the end when parsing tuples. diff originally by pascoe@,
Federico G. Schwindt
2005-08-18
on debug, print the tuple number along with the name to help debugging in
Federico G. Schwindt
2005-08-02
kill 2kB stack offender in cardbus_attach_card.
Christopher Pascoe
2005-05-28
Don't display vid/pid from CIS if vid is 0.
Jonathan Gray
2005-05-28
Don't use vid/pid from the CIS if vid is 0 when reporting unmatched
Jonathan Gray
2005-05-27
print the screwed ofs in the panic msg
Michael Shalayeff
2005-05-09
PCI_{VENDOR,PRODUCT} -> CARDBUS_{VENDOR,PRODUCT} for correctness.
Brad Smith
2005-05-09
add cardbus_matchbyid(), mimics the PCI layers pci_matchbyid().
Brad Smith
2004-10-07
cardbusdevs -> pcidevs
Brad Smith
2004-09-18
- Record handles for memory and IO space
Brad Smith
2004-08-02
- Initialise all function's latency timer and cacheline size.
Brad Smith
2004-07-15
- Unmap space used to read tuple
Brad Smith
2004-06-22
If there is no CIS info the cardbus attach would print an extra
Todd C. Miller
2004-05-04
Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.
Alexander Yurchenko
2004-01-26
print cis information on configured cards as pcmcia(4) does; mentioned by
Federico G. Schwindt
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-03
Add the bus to the cardbus_attach_args
Nathan Binkert
2001-06-24
cold is in systm now
Michael Shalayeff
2000-05-15
Cardbus serial infrastructure
Niklas Hallqvist
2000-04-08
Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many
Aaron Campbell