summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/dev/stp_sbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup <sys/kthread.h> and <sys/proc.h> includes.mpi2020-02-181-2/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Map windows little-endian like the MI pcmcia code expects.kettenis2008-02-031-4/+19
* use the right capitalization for `SBus'sobrado2007-05-291-2/+2
* sbus_establish() and the associated linked list in the sbus softc is now onlymiod2006-06-021-5/+1
* Rework the card insertion/removal detection logic:miod2004-03-021-2/+3
* Don't need linear mappings here eitherjason2003-12-161-3/+3
* Let the stp driver use different bus_space_tag_t for its own device access,miod2003-06-251-1/+3
* Add a "where" argument to the sparc64 interrupt code. This lets ushenric2003-06-241-3/+3
* no need to check nintr late in the code... it's verified pretty earlyjason2003-06-231-7/+5
* Split the stp driver into its core, and md attachment routines, and providemiod2003-06-231-0/+177