summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/stp4020.c
AgeCommit message (Expand)Author
2022-12-24s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments.andvar
2022-05-04fix various typos in comments and log messages.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2015-12-01Remove some diagnostic/debug messages.martin
2015-10-04Drop unused (inline) function.joerg
2012-10-27split device_t/softc for all remaining drivers.chs
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-07-18convert the remaining dev/sbus drivers to CFATTACH_DECL_NEW, cfdata_tmrg
2009-09-19u_intNN_t -> uintNN_ttsutsui
2009-09-18- use device_private(), proper types and variables for device_t/softctsutsui
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2008-01-06With the new IPL world, things are easier for us: if we can get themartin
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Use the softint API.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2006-12-11Add an explicit NULL for the card_detect function (that we don't have/need)jdc
2006-03-29Use device_cfdata().thorpej
2005-12-24__inline__ -> inlineperry
2005-11-10Use mstohz() for timeout calculations.martin
2005-11-05Rename the wait channels (one was a copy&pasto, the other much too long)martin
2005-06-01Rename "delay" variable to avoid shadowing the "delay" from param.h.jdc
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-08-11Clear IOIE in settype(), too. Not that we currently change modes withoutmycroft
2004-08-11Clear some more ICR0 bits on socket enable/disable.mycroft
2004-08-11Add a settype() function.mycroft
2004-07-05Use bus_space_tag_alloc(). Remove unused `sc_bustag' from softc.pk
2004-07-05Adapt to new (non optional) bus space on sparc.martin
2004-05-18Handle STP4020_ISR0_SCINT (status change interrupt posted) - by ignoringmartin
2003-12-23Only ACK pending interrupts (instead of all possible). Log interrupts wemartin
2003-01-07Add SUN4U magic to make nell work without things like WI_AT_BIGENDIAN_HACK.martin
2003-01-03Separate the sbus bus_space_tag_t used for access to nell hardware frommartin
2003-01-03part one of bus_space(9) fixes to enable bus spaces to override themrg
2003-01-02Call interrupt handlers from a soft interrupt to decouple them from themartin
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-10-10Only use one interrupt handler for both status changes and pcmcia IOmartin
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-04Adapt to recent sbusvar.h changes.martin