summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/dev/intio_dmac.c
AgeCommit message (Expand)Author
2017-08-11Fix a Continue Operation.isaki
2017-08-11Allow dmac_alloc_channel() to specify DCR and OCR.isaki
2014-03-26kill sprintf, fix unused.christos
2012-10-14To abort DMA in dmac_abort_xfer(), set DMAC_CCR_SAB (software abort)tsutsui
2010-06-06fix PR 6724 - convert m68k options to defflag's. this means thatmrg
2008-11-29Rename variables to avoid confusing. forgotten in previous commit.isaki
2008-06-25Split device_t/softc for dmac_*_xfer().isaki
2008-06-25Split device_t/softc. Use aprint*() and device_xname().isaki
2008-06-23Make intio_intr_establish() use evcnt(9),isaki
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-05-12Clean up white spaces and tabs.isaki
2007-03-11white space, indent and KNF.isaki
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-06-12Change the `name' argument of dmac_alloc_channel to const char*, so thathe
2005-01-18de-__P, remove register, ansify.chs
2004-12-13for drivers that support only one instance, use a global variable to ensurechs
2003-07-15rcsidlukem
2002-10-13Clean up debug code.isaki
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-08-04Fix printf format in DIAGNOSTIC.isaki
2002-08-03Fix compile warnings in debug code.isaki
2001-11-25Remove unused variables.minoura
2001-05-27Reset dx_nextoff and dx_nextsize before transfer.minoura
2001-05-22Reset the status register after abort.minoura
2001-05-02Disable array chain mode by default, since it is unused by any ofminoura
2001-04-30Correct memory leak.minoura
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-04-18Explicitly include opt_m680x0.h.minoura
1999-07-08Change the pmap_extract() interface to:thorpej
1999-03-24Shut up gcc -Wall.minoura
1999-03-18G/C.minoura
1999-03-16Merged minoura_x68k_bus_h branch.minoura