| Age | Commit message (Expand) | Author |
| 2022-03-28 | sys: Split struct device into a private device_impl.h. | riastradh |
| 2021-02-23 | introduce DDB_END_CMD and replace more than 20 copies of the same | mrg |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2018-02-06 | db_esp() has a missing {} issue in debug code. | mrg |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2013-09-12 | Remove unused variable | martin |
| 2009-09-17 | Remove struct sbusdev and related functions sbus_establish() and sbusreset(). | tsutsui |
| 2009-09-08 | sbus_establish() should take device_t self for the device itself, | tsutsui |
| 2009-09-08 | Fix botch on device_t/softc split caused by awful casts around | 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 |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-23 | Since device_t is split out from softc, we have to allocate struct device | tsutsui |
| 2008-04-13 | Split device_t/softc for MI ncr53c9x and some related devices, | tsutsui |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-03-08 | Don't panic if you can't find the corresponding DMA device- just don't | mjacob |
| 2008-02-13 | KNF previous change. | simonb |
| 2008-02-13 | make it compile. | dogcow |
| 2008-02-12 | Introduce device_find_by_xname and device_find_by_driver_unit to replace | joerg |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-22 | Add a ddb command table at first attach to register "mach esp". | martin |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-01 | Add const (catching up with additions to MI ddb code). | jdc |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-03-17 | Rename PROM_getprop*() => prom_getprop*(). | pk |
| 2003-02-22 | hz -> Hz | tsutsui |
| 2002-12-10 | Remove the `flags' argument from bus_intr_establish(). | 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-09-25 | Additional fixes to make 16 targets work on FAS366. | mycroft |
| 2002-08-23 | Use the structures defined in bsd_openprom.h for "reg", "range", | thorpej |
| 2002-03-21 | Fixup attachment code to use sbus_promaddr_to_handle() and not specify | eeh |
| 2002-03-11 | Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct | pk |
| 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 |
| 2001-09-11 | The `ESC' DMA chip must be reset before we can access the esp registers. | pk |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-03-29 | fas support added | petrov |
| 2000-12-03 | Turn on TAG QUEUE support and add some debug stuff. | eeh |
| 2000-07-09 | Add a `device class' interrupt level argument (from machine/intr.h) | pk |
| 2000-06-05 | Have MI ncr53c9x_attach() the 2nd and 3rd arguments for scsipi_adater | nisimura |
| 2000-06-04 | Implement the more flexiable `evcnt' interface as discussed (briefly) on | cgd |
| 2000-01-11 | Remove old-style boot device recognition. | pk |