| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r260893: Free dma memory from the dma map before destroying the map. | ian | 2014-05-14 | 1 | -1/+1 |
* | MFC r256887: | mav | 2014-01-05 | 1 | -1/+3 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -61/+17 |
* | Fix aha(4) build with i386 LINT (which includes 'device mca'). | pluknet | 2012-10-16 | 1 | -1/+2 |
* | Fix build of aha(4). | glebius | 2012-10-16 | 3 | -15/+16 |
* | Add locking to the aha(4) driver and mark it MPSAFE. | jhb | 2012-10-15 | 4 | -111/+86 |
* | Pass bus_get_dma_tag() into the first argument of bus_dma_create_tag() | imp | 2008-10-07 | 2 | -2/+2 |
* | Minor typo fix, caught while skimming through the file. | keramida | 2008-08-10 | 1 | -1/+1 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -1/+1 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -2/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 3 | -2/+4 |
* | Remove unused structures. | kevlo | 2006-11-09 | 1 | -25/+0 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -56/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -4/+72 |
* | Add explicit dependency on cam. This is necessary when both aha.ko and | imp | 2006-03-24 | 2 | -0/+2 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 2 | -2/+0 |
* | Simplify aha resource management, and fix a few bugs in unwinding | imp | 2005-01-19 | 3 | -74/+51 |
* | Use the standard FreeBSD license | imp | 2005-01-11 | 1 | -6/+6 |
* | nits | imp | 2005-01-11 | 1 | -2/+3 |
* | Final attempt to make aha 1542A working. If not, oh well, I don't | imp | 2005-01-11 | 2 | -7/+16 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 3 | -3/+3 |
* | Various whitespace nits. | imp | 2004-11-12 | 1 | -21/+27 |
* | Don't use aha after calling aha_free. | imp | 2004-11-12 | 1 | -4/+4 |
* | #include <isa/isavar.h> instead of <i386/isa/isa_dma.h> | phk | 2004-09-15 | 1 | -1/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 2 | -8/+5 |
* | Save the device so we can do a device_printf. | imp | 2003-11-13 | 3 | -76/+69 |
* | Minor diff reduction with p4 | imp | 2003-11-12 | 1 | -1/+1 |
* | Move 'guessing' code from the probe into the identify routine where it more | imp | 2003-11-10 | 2 | -160/+106 |
* | Tweak the front end driver file list | imp | 2003-11-09 | 1 | -31/+26 |
* | Add my copyright to aha_isa.c to make it crystal clear its license | imp | 2003-11-09 | 1 | -1/+25 |
* | Let bus space manage softc. | imp | 2003-11-09 | 4 | -56/+23 |
* | Minor tweaks to make it behave better: | imp | 2003-11-09 | 1 | -8/+18 |
* | Minor comment smithing | imp | 2003-11-09 | 1 | -4/+4 |
* | Make this driver a little more style(9) compliant | imp | 2003-11-09 | 4 | -206/+176 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 3 | -6/+9 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 3 | -0/+18 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 1 | -2/+2 |
* | I deserve a big pointy hat for having missed all those references | mux | 2003-04-10 | 1 | -2/+2 |
* | Clean up argument comments for bus_dma_tag_create() calls. | mdodd | 2003-03-29 | 3 | -51/+76 |
* | Consolidate MIN/MAX macros into one place (param.h). | alfred | 2003-02-02 | 1 | -4/+0 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | Fix build on alpha. It used to case an int to a pointer in order to do | peter | 2002-10-09 | 1 | -1/+2 |
* | Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the | peter | 2002-10-09 | 2 | -2/+2 |
* | Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly | peter | 2002-05-24 | 1 | -0/+1 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | markm | 2001-03-01 | 2 | -2/+2 |
* | Remove NAHA, NAHATOT and aha_softcs and related code. It was unused | imp | 2001-02-04 | 2 | -30/+0 |
* | Remove unnecessary includes found by phk's script a long time ago. | imp | 2000-12-13 | 2 | -4/+0 |
* | Make a few more mallocs use M_ZERO. | dwmalone | 2000-10-29 | 1 | -2/+1 |