summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/dbdma.c
AgeCommit message (Collapse)Author
2016-07-15first step to make dbdma less hackishmacallan
- dbdma_alloc gets a new parameter to return the actual address of the buffer before being alignment-mangled so we can properly free it - add dbdma_free which takes the pointer mentioned above dbdma should really use bus_dma
2012-05-23malloc -> kmem_allocmacallan
2010-11-14Direct/indirect uses of sys/device.h and prop/proplib.h.uebayasi
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target.
2005-12-24__asm__ -> __asmperry
__const__ -> const __inline__ -> inline __volatile__ -> volatile
2005-12-11merge ktrace-lwp.christos
2003-07-15__KERNEL_RCSID()lukem
2001-06-08Make macppc compile by default with -Wall -Wmissing-prototype in additionmatt
to its currently enabled warnings. For the lack of a better place, most global function prototype wound up in <machine/autoconf.h> unless there was a better place for them. ofb_* structs renamed to offb_* to avoid conflict with ofb_softc in <dev/ofw/openfirm.h>
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
1998-08-21vm_offset_t --> [pv]addr_t.tsubai
1998-05-15Initial import of macppc port.tsubai