summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/awacs.c
AgeCommit message (Collapse)Author
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-30A bit of hacking on awacs to try to get audio input working.Dale Rahn
interrupts and buffer handling seems to be occurring correctly. All audio samples are zero'ed however. Dont know if the problem is with audio source control or with DMA. audio output still works. A few changes were other changes from netbsd which seemed to make sense.
2002-01-20use new allocm, round_buffersize decl'sEric Jackson
missed this one.
2001-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
as the mmap offset.
2001-09-25shh, no point in printing useless kernel messages.Dale Rahn
2001-09-15reimplement dbdma such that it does memory allocationsMichael Shalayeff
w/ bus_dma(9) and rework drivers accordingly. make drivers use bus_dma as well, except for if_bm (later ;) . additionally, sync wdc_obio w/ netbsd. drahn@ ok, tested by miod@, pval@, brad@, mickey@
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-01correct files for the powerpc/mac/ -> macppc/dev which did not getDale Rahn
renamed correctly.
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/mac to macppc/dev