| Age | Commit message (Expand) | Author |
| 2018-05-29 | fix off-by-one in the mapping of the ISA DMA page registers, they actually | jdolecek |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-07-26 | Add PAE to ALL kernel, so that most paddr_t format string errors get caught | jym |
| 2010-04-19 | Add default implementations for bus_space_is_equal(9), | dyoung |
| 2010-03-22 | isadma.c: #if 0 some diagnostic code that compares two bus_space_tag_t's. | dyoung |
| 2009-08-18 | Let us safely detach the ISA bus and devices attaching to the ISA | dyoung |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-02-13 | More printf format fixes. | bouyer |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-04 | de-__P | perry |
| 2003-05-09 | A few ISA sound drivers like to share dma channels, and hence deferred | fvdl |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2001-11-13 | add RCSID | lukem |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-02-12 | Clean up a couple of printf-format warnings. | briggs |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 2000-02-07 | Add a new function call to the ISA DMA API: isa_dmamaxsize(), which returns | thorpej |
| 1999-03-22 | If bus_dmamap_create() fails, free the DMA channel. | mycroft |
| 1999-02-22 | Oops; remove obsolete code. | mycroft |
| 1999-02-22 | Add support for demand mode with auto-init. | mycroft |
| 1998-11-19 | fix problems in many d_mmap routines: | mrg |
| 1998-07-08 | DRQ 4 is used to chain the two 8237s together. Make sure it's always | thorpej |
| 1998-06-28 | Add an additional ISA DMA mode: LOOPDEMAND. This is for devices, such | thorpej |
| 1998-06-25 | Don't panic if a DRQ is already allocated. Instead, just return EAGAIN | thorpej |
| 1998-06-09 | Add isa_dma{freeze,thaw}(), used to temporarily stop and then restart | thorpej |
| 1998-06-09 | Change the ISA DMA API to take an isa_chipset_tag_t rather than | thorpej |
| 1998-02-04 | Add offset and length parameters to bus_dmamap_sync(), used for specifiying | thorpej |
| 1997-09-05 | Enable use of bus_dmamem_mmap(). | thorpej |
| 1997-08-30 | Insert a sanity check so we get a panic instead of a kernel page | augustss |
| 1997-08-04 | Implement a function to test if a drq is taken and use it | augustss |
| 1997-07-31 | Don't panic when creating a bus dma map for a taken dma channel, | augustss |
| 1997-07-28 | Audio: Remove the machine dependant code I put in audio.c by mistake. | augustss |
| 1997-07-27 | Changes to the sudio system: | augustss |
| 1997-06-06 | Pull thorpej-bus-dma branch into mainline. | thorpej |
| 1997-05-29 | Use single mode, not demand mode, for auto-initialize transfers. | mycroft |
| 1997-05-28 | Don't use the TC bit to check for wraparound in isa_dmacount(); remember the | mycroft |
| 1997-03-21 | Clean up a bit, and export isa_dmamask() and isa_dmaunmask() interfaces. | mycroft |
| 1997-03-21 | Add an isa_dmacount() function, to get the current residual count on a channel. | mycroft |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-04-29 | - prototype fixes | christos |
| 1996-03-31 | Fix a slight biff with 16-bit DMA in last change. | mycroft |