Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-15 | backout premature | Theo de Raadt | |
2002-09-15 | KNF | Theo de Raadt | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-01-30 | A 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-20 | use new allocm, round_buffersize decl's | Eric Jackson | |
missed this one. | |||
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski | |
as the mmap offset. | |||
2001-09-25 | shh, no point in printing useless kernel messages. | Dale Rahn | |
2001-09-15 | reimplement dbdma such that it does memory allocations | Michael 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-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-09-01 | correct files for the powerpc/mac/ -> macppc/dev which did not get | Dale Rahn | |
renamed correctly. | |||
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale 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 |