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
/
arch
/
arm
/
xscale
/
pxa2x0_pcic.c
Age
Commit message (
Expand
)
Author
2005-12-14
Don't hard-code card present and number of socket bits in the PCMCIA bus
Uwe Stuehler
2005-12-13
It would seem that some cards do not get reset correctly if RESET is
Uwe Stuehler
2005-11-23
use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...
Michael Shalayeff
2005-07-01
Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.c
Uwe Stuehler
2005-04-11
no need to include sys/timeout.h
Uwe Stuehler
2005-04-06
spelling/grammar cleanups
Christopher Pascoe
2005-03-09
With some correct interrupt acknowledgement and register initialization,
Dale Rahn
2005-03-09
Wait for card to become ready after reset; ok drahn@
Uwe Stuehler
2005-03-08
Enable or disable CF sockets at appropriate times, but be sure to
Uwe Stuehler
2005-02-23
fix copyright, use pxa2x0_gpio_intr_string()
Dale Rahn
2005-01-27
Add pcmcia_intr_string() to format the intr string for pcmcia attach
Todd C. Miller
2005-01-18
Clean up pxapcic attachment code, make it closer to easy to split the
Dale Rahn
2005-01-15
Better effort on pcic detection, poll every 5 seconds.
Dale Rahn
2005-01-09
Some fixes on pcic attachment.
Dale Rahn
2005-01-04
Seems to be working on C3000, still needs layering fix and 1/2 slot 'probing'.
Dale Rahn
2005-01-04
Framed up support for C3000, however not working yet so match is disabled.
Dale Rahn
2004-12-30
pcmcia (CF) adapter. Needs to be split into seperate layers so
Dale Rahn