| Age | Commit message (Expand) | Author |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2022-01-22 | Change the devhandle_from_*() functions to also take a "super handle", | thorpej |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-05-10 | Associate the OpenBoot / OpenFirmware node with attached devices | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2009-09-19 | u_intNN_t -> uintNN_t | tsutsui |
| 2009-09-19 | Split device_t/softc. | tsutsui |
| 2009-09-18 | Use uint8_t pointers for TX/RX buffers to avoid extra pointer casts. | tsutsui |
| 2009-09-18 | - wrap a long line | 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-17 | Use device_private() to get struct sbus_softc from device_t parent. | 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-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | fix fallout from caddr_t changes. | christos |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-30 | avoid shadow variables. | christos |
| 2005-02-04 | de-__P | perry |
| 2004-06-30 | Introduce bus_space_tag_alloc() for the common parts of bus tag allocation. | pk |
| 2004-06-28 | Put back qec_bus_map(), since sparc64's mainbus and sbus drivers do not | pk |
| 2004-06-27 | Bus tags should now be constructed by copying the parent's bus tag and | pk |
| 2004-03-17 | Rename PROM_getprop*() => prom_getprop*(). | pk |
| 2003-08-27 | change PROM_getprop() from taking a "void **" for the storage, to a | mrg |
| 2002-12-10 | Remove the `flags' argument from bus_intr_establish(). | pk |
| 2002-12-10 | bus_intr_establish() signature change. | pk |
| 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-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-08-23 | Use the structures defined in bsd_openprom.h for "reg", "range", | thorpej |
| 2002-03-20 | Clean up bus space a bit. XXX is sc_buffer ever actually used after it's | eeh |
| 2002-03-11 | Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct | pk |
| 2002-01-14 | Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). | tsutsui |
| 2001-12-04 | Replace some misuses of "then" with "than". | wiz |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-09-26 | getprop* -> PROM_getprop* | eeh |
| 2000-12-04 | Avoid compile warning on sparc64 32bit. sc_buffer doesn't seem to be | fvdl |
| 2000-07-09 | Add a `device class' interrupt level argument (from machine/intr.h) | pk |
| 2000-01-11 | Remove old-style boot device recognition. | pk |
| 1999-06-24 | Issue a reset command when initializing. | pk |
| 1999-01-17 | Share ring buffer code and data structure for `be' and `qe' in | pk |
| 1999-01-16 | Convert to bus_space(9). | pk |
| 1998-08-30 | Use sbus attach args features. | pk |