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