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.c
Age
Commit message (
Expand
)
Author
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
2001-08-17
quieten pcmcia/cardbus interrupt handling at unsuspend time
Theo de Raadt
2000-06-28
Don't call the drivers' xxx_activate() function directly -- use the system
Aaron Campbell
2000-04-28
Disable framework for recognition of CIS-less cards, several other match
Niklas Hallqvist
2000-04-24
wait just a bit for enabling to settle, fixes pccom on an xe
Niklas Hallqvist
2000-04-08
Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many
Aaron Campbell
2000-02-05
if card has an activate function, call it on apm power changes
Theo de Raadt
1999-08-16
remove space.
Federico G. Schwindt
1999-08-16
manufacturer and product are 16 bits, 0xffff is the special case
Theo de Raadt
1999-08-16
Fix typo.
Federico G. Schwindt
1999-08-16
even nicer
Theo de Raadt
1999-08-16
repair output of pcmcia_print() to match pciprint() and others; fgsch and I
Theo de Raadt
1999-08-08
Support detaching. Support CIS-less cards. Style police.
Niklas Hallqvist
1999-07-30
pretty print manufacturer and product for unknown devices
Theo de Raadt
1999-07-01
Forgotten changes needed by the Xircom driver. Includes acceptance
Niklas Hallqvist
1999-07-01
This should fix the problem reported by mickey@.
Federico G. Schwindt
1999-05-27
Revert accidentally committed stuff
Niklas Hallqvist
1999-05-27
A Sound+SCSI card
Niklas Hallqvist
1999-03-04
" quote in pcmcia_print
Theo de Raadt
1999-01-28
Add support for:
Federico G. Schwindt
1998-09-11
PCMCIA code ported from NetBSD.
Federico G. Schwindt
1997-08-19
- add wavelan files in files.pcmcia
Angelos D. Keromytis
1997-04-17
Minor KNF + $OpenBSD$
Niklas Hallqvist
1996-11-28
Adaption to new bus.h from NetBSD. Various driver has been updated to
Niklas Hallqvist
1996-11-23
added const to second parameter of cfprint_t routines
kstailey
1996-10-16
type death
Theo de Raadt
1996-05-07
convert to machine/bus.h
Theo de Raadt
1996-05-03
prettier printf messages
Theo de Raadt
1996-04-29
Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA work
hvozda
1996-01-26
Better config symantics (elimitates 'options PCMCIA_*'; thanks Theo).
hvozda
1996-01-15
ISA <-> PCMCIA glue for PCMCIA support.
hvozda