summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/if_le_ledma.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-05-29Audit unload/unmap v.s. free against DMA buffer for sys/dev;rin
2019-04-25 KNF. No functional change.msaitoh
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-09-08sbus_establish() should take device_t self for the device itself,tsutsui
2009-09-08Fix botch on device_t/softc split caused by awful casts aroundtsutsui
2009-04-12Don't immediately switch UTP/AUI ports on lost carrior.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2004-03-15Replace myetheraddr() by prom_getether().pk
2003-11-11Remove ancient DDB-dependent `hide/integrate'.pk
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-03-20Get rid of unnecessary BUS_SPACE_MAP_LINEAR.eeh
2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk
2001-11-13add RCSIDslukem
2001-05-30use _KERNEL_OPTmrg
2000-10-20ensure DMA mappings are not mapped streamable. fixes ethernet problems onmrg
2000-10-20rework to use bus_dmamem_map() then bus_dmamem_load(), rather thanmrg
2000-07-09Add a `device class' interrupt level argument (from machine/intr.h)pk
2000-05-10No need to specify page alignment; this is automatic.pk
2000-05-10Load DMA buffer before mapping it into kernel space.pk
2000-05-09Conform bus_dmamem_{alloc,map} usage to bus_dma(9) specs.pk
2000-01-11Remove old-style boot device recognition.pk
1999-11-21Check presence of Sbus interrupt properties before using them.pk
1998-09-26hwreset(): delay required after diddling the medium selection bit.pk
1998-09-06Removed some spurious `long's.eeh
1998-08-31A few modest simplifications.pk
1998-08-29Adjust for some small changes in lsi64854 back-end driver.pk
1998-08-29Use bus_space_*() to access device registers.pk