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