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
/
sparc
/
dev
/
ts102.c
Age
Commit message (
Expand
)
Author
2009-04-10
Use soft interrupts to dispatch pcmcia device interrupts; this ensures the
Miod Vallat
2006-08-11
An old dvorak typo was lurking here.
Miod Vallat
2006-06-02
sbus_establish() and the associated linked list in the sbus softc is now only
Miod Vallat
2005-11-23
use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...
Michael Shalayeff
2005-03-29
Display the PCMCIA icon when cards are plugged.
Miod Vallat
2005-01-27
Add pcmcia_intr_string() to format the intr string for pcmcia attach
Todd C. Miller
2004-09-29
Switch sparc to evcount; ok deraadt@
Miod Vallat
2004-05-09
Replace the event queue with a bit mask of slots needing attention, as
Miod Vallat
2004-05-04
Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.
Alexander Yurchenko
2003-07-02
fix tslot issues (need level-triggered interrupts); from miod
Todd T. Fries
2003-06-28
Be more careful when processing interrupts - the TS102 queues them, and we
Miod Vallat
2003-06-28
Be prepared to the fact that the user may unplug a card before it was
Miod Vallat
2003-06-28
A better reset sequence; also, probe slots immediately rather than waiting
Miod Vallat
2003-06-25
We want address incrementation disabled, so correctly ask for it...
Miod Vallat
2003-06-25
Oops, put back iot/memt affectations in io_alloc/mem_alloc; spotted by todd@
Miod Vallat
2003-06-25
Extend the sparc bus_space_tag_t to store access endianness in it, and
Miod Vallat
2003-06-24
... and it must compile, too. Doh.
Miod Vallat
2003-06-24
io_alloc must provide working bus_space tag and handles...
Miod Vallat
2003-06-23
Driver for the pcmcia slots in the Tadpole SPARCbook machines.
Miod Vallat