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
/
sparc64
/
dev
/
stp_sbus.c
Age
Commit message (
Expand
)
Author
2022-10-16
Change function definitions using the identifier-list form used in the
Jonathan Gray
2021-10-24
Constify struct cfattach.
Martin Pieuchot
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Martin Pieuchot
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-02-03
Map windows little-endian like the MI pcmcia code expects.
Mark Kettenis
2007-05-29
use the right capitalization for `SBus'
Igor Sobrado
2006-06-02
sbus_establish() and the associated linked list in the sbus softc is now only
Miod Vallat
2004-03-02
Rework the card insertion/removal detection logic:
Miod Vallat
2003-12-16
Don't need linear mappings here either
Jason Wright
2003-06-25
Let the stp driver use different bus_space_tag_t for its own device access,
Miod Vallat
2003-06-24
Add a "where" argument to the sparc64 interrupt code. This lets us
Henric Jungheim
2003-06-23
no need to check nintr late in the code... it's verified pretty early
Jason Wright
2003-06-23
Split the stp driver into its core, and md attachment routines, and provide
Miod Vallat