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
/
pcmcia
/
pcmcia_cis.c
Age
Commit message (
Expand
)
Author
2010-09-04
Off-by-two in the length check for CISTPL_CONFIG tuples.
Miod Vallat
2010-09-04
Use pcmcia_cis_read_1() to read cis data to be checksummed, instead of
Miod Vallat
2010-09-04
Add support for indirect CIS data (CISTPL_INDIRECT tuple).
Miod Vallat
2007-09-11
KNF
Gilles Chehade
2007-09-07
sprinkle some M_ZERO love.
Federico G. Schwindt
2005-08-01
CISTPL_CONFIG min length should be 3, not 5. audiovox GPRS works now.
Federico G. Schwindt
2004-09-16
some additional CIS sanity checks.
Brad Smith
2003-10-22
typos from Tom Cosgrove;
Jason McIntyre
2003-05-06
range check for the CIS table scan
Henning Brauer
2002-11-19
Use queue.h macros instead of using the structure names directly.
Jason Wright
2002-06-19
move initialization a bit later.
Federico G. Schwindt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-11
Check result from malloc(9) when using M_NOWAIT. fgsch@ ok
Thomas Nordin
2000-06-06
* correct some length checkings based on the specs; still a few to fix.
Federico G. Schwindt
2000-05-29
OR the values in misc within cftable entry; in iospace, irq and misc
Federico G. Schwindt
1999-05-16
Treat CIS functions a bit different as Xircom devices order the tuples a
Niklas Hallqvist
1999-01-28
Add support for:
Federico G. Schwindt
1998-09-11
PCMCIA code ported from NetBSD.
Federico G. Schwindt