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
/
sbus
/
stp4020.c
Age
Commit message (
Expand
)
Author
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming
Martin Pieuchot
2013-11-19
oops
Theo de Raadt
2013-11-18
simplify kthread_create(). no more stdarg
Theo de Raadt
2009-04-10
Use soft interrupts to dispatch pcmcia device interrupts; this ensures the
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2005-11-23
use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...
Michael Shalayeff
2005-01-27
Add pcmcia_intr_string() to format the intr string for pcmcia attach
Todd C. Miller
2004-03-03
The socket number diagnostic check was simply crying out for unsigned
Miod Vallat
2004-03-02
Rework the card insertion/removal detection logic:
Miod Vallat
2003-06-25
fix #if/ifdef issue and use u_int16_t instead of int where appropriate
Michael Shalayeff
2003-06-25
Acknowledge the status interrupt in some odd and usually rare cases, which
Miod Vallat
2003-06-25
mimic delays pattern from i82365 on socket enable. actually pull the reset li...
Michael Shalayeff
2003-06-25
fix all the _BITS and their use
Michael Shalayeff
2003-06-25
Let the stp driver use different bus_space_tag_t for its own device access,
Miod Vallat
2003-06-23
Split the stp driver into its core, and md attachment routines, and provide
Miod Vallat
2002-06-21
make this more quiet on card insertion.
Federico G. Schwindt
2002-06-20
rename nell to stp. we do not always follow stupid solaris names
Theo de Raadt
2002-06-19
- set the size correctly.
Federico G. Schwindt
2002-06-19
sbus pcmcia bridge driver (nell); from NetBSD.
Federico G. Schwindt