| Age | Commit message (Expand) | Author |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2022-05-29 | Audit unload/unmap v.s. free against DMA buffer for sys/dev; | rin |
| 2019-04-25 | KNF. No functional change. | msaitoh |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 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-04-12 | Don't immediately switch UTP/AUI ports on lost carrior. | tsutsui |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-04 | Split device_t/softc for le(4) and variants and misc cosmetic changes. | tsutsui |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 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-02-04 | de-__P | perry |
| 2004-03-15 | Replace myetheraddr() by prom_getether(). | pk |
| 2003-11-11 | Remove ancient DDB-dependent `hide/integrate'. | pk |
| 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-03-20 | Get rid of unnecessary BUS_SPACE_MAP_LINEAR. | eeh |
| 2002-03-11 | Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct | pk |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2000-10-20 | ensure DMA mappings are not mapped streamable. fixes ethernet problems on | mrg |
| 2000-10-20 | rework to use bus_dmamem_map() then bus_dmamem_load(), rather than | mrg |
| 2000-07-09 | Add a `device class' interrupt level argument (from machine/intr.h) | pk |
| 2000-05-10 | No need to specify page alignment; this is automatic. | pk |
| 2000-05-10 | Load DMA buffer before mapping it into kernel space. | pk |
| 2000-05-09 | Conform bus_dmamem_{alloc,map} usage to bus_dma(9) specs. | pk |
| 2000-01-11 | Remove old-style boot device recognition. | pk |
| 1999-11-21 | Check presence of Sbus interrupt properties before using them. | pk |
| 1998-09-26 | hwreset(): delay required after diddling the medium selection bit. | pk |
| 1998-09-06 | Removed some spurious `long's. | eeh |
| 1998-08-31 | A few modest simplifications. | pk |
| 1998-08-29 | Adjust for some small changes in lsi64854 back-end driver. | pk |
| 1998-08-29 | Use bus_space_*() to access device registers. | pk |