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
/
if_rln_pcmcia.c
Age
Commit message (
Expand
)
Author
2005-01-27
Use pcmcia_intr_string() for printing the irq (or error) string.
Todd C. Miller
2002-11-19
Use queue.h macros instead of using the structure names directly.
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-08-17
quieten pcmcia/cardbus interrupt handling at unsuspend time
Theo de Raadt
2000-12-16
make sure cis1_info[i] is not NULL before strcmp() w/ it; fixes some obscure ...
Michael Shalayeff
2000-04-24
Do not unmap CCR before using them for the last time
Niklas Hallqvist
2000-02-05
repair suspend/activate; extern rlnstop, rlninit
David Leonard
2000-02-03
Fix the activate routine to support suspend/resume.
Angelos D. Keromytis
1999-08-23
reset card before attempting config
David Leonard
1999-08-19
test vendor id against PCMCIA_VENDOR_INVALID, not against 0
David Leonard
1999-08-18
Remove unneeded code. Use u_int16_t.
Federico G. Schwindt
1999-08-18
make most functions static
David Leonard
1999-08-16
manufacturer and product are 16 bits, 0xffff is the special case
Theo de Raadt
1999-08-08
Add detaching support to networking pcmcia cards
Niklas Hallqvist
1999-07-30
rename rl2->rln for sanity
David Leonard