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