| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do. | mav | 2015-04-21 | 1 | -1/+1 |
* | MFC r274819: | smh | 2014-12-21 | 1 | -5/+5 |
* | 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 build of aha(4). | glebius | 2012-10-16 | 1 | -4/+5 |
* | Add locking to the aha(4) driver and mark it MPSAFE. | jhb | 2012-10-15 | 1 | -57/+48 |
* | 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 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 1 | -0/+2 |
* | 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 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | Use the standard FreeBSD license | imp | 2005-01-11 | 1 | -6/+6 |
* | Final attempt to make aha 1542A working. If not, oh well, I don't | imp | 2005-01-11 | 1 | -6/+5 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Save the device so we can do a device_printf. | imp | 2003-11-13 | 1 | -75/+66 |
* | Move 'guessing' code from the probe into the identify routine where it more | imp | 2003-11-10 | 1 | -66/+0 |
* | Tweak the front end driver file list | imp | 2003-11-09 | 1 | -31/+26 |
* | Let bus space manage softc. | imp | 2003-11-09 | 1 | -10/+3 |
* | Minor tweaks to make it behave better: | imp | 2003-11-09 | 1 | -8/+18 |
* | Make this driver a little more style(9) compliant | imp | 2003-11-09 | 1 | -134/+104 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -2/+3 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -0/+10 |
* | 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 | 1 | -32/+51 |
* | 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 |
* | Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly | peter | 2002-05-24 | 1 | -0/+1 |
* | Remove NAHA, NAHATOT and aha_softcs and related code. It was unused | imp | 2001-02-04 | 1 | -24/+0 |
* | Remove unnecessary includes found by phk's script a long time ago. | imp | 2000-12-13 | 1 | -3/+0 |
* | Make a few more mallocs use M_ZERO. | dwmalone | 2000-10-29 | 1 | -2/+1 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Fix typo (accessable --> accessible). | alex | 2000-06-14 | 1 | -1/+1 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Fix plug and play support: | imp | 2000-01-24 | 1 | -43/+16 |
* | MIN unused, so kill it | imp | 1999-10-25 | 1 | -1/+0 |
* | Kill unused includes | imp | 1999-10-11 | 1 | -1/+0 |
* | Use the PRVERB() macro instead of 'if (bootverbose) printf()... | mdodd | 1999-10-02 | 1 | -3/+8 |
* | Remove vestiges of old pnp code. | dfr | 1999-09-03 | 1 | -8/+0 |
* | Missed this use of the old pnp includes. I don't think this is meant to | peter | 1999-09-02 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Properly set the alignment argument to bus_dma_tag_create(). If we | gibbs | 1999-08-16 | 1 | -5/+5 |
* | The 1542 cards do not allow adapter commands to be queued while mailbox | gibbs | 1999-05-25 | 1 | -31/+89 |
* | Put a small delay in before sending the inquire_setup command. The | imp | 1999-05-14 | 1 | -4/+6 |
* | Add another kludge to the card identification probe. It appears that | imp | 1999-05-11 | 1 | -4/+7 |
* | ahatimeout is static.. | peter | 1999-05-06 | 1 | -2/+2 |