| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -0/+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 | 1 | -0/+1 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -139/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -5/+161 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | imp | 2005-03-01 | 1 | -2/+2 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 2 | -4/+5 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Call trm_Interrupt() in trm_poll(). This fixes the lock at reboot time some | cognet | 2004-04-10 | 1 | -1/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -4/+4 |
* | Use one bus_dma_tag_t for all pSRB instead of creating one for each. | cognet | 2004-03-07 | 2 | -25/+50 |
* | Do not test if pDCB is not NULL, we dereference it before anyway, and it | cognet | 2004-02-20 | 1 | -3/+2 |
* | Remove duplicate __FBSDID(). | cognet | 2004-01-09 | 1 | -3/+1 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -4/+4 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -0/+3 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Remove two useless bzero() calls. | mux | 2003-08-12 | 1 | -2/+0 |
* | Call bus_dmamap_create() to create the per-SRB buffer maps. Note that none | scottl | 2003-08-09 | 1 | -0/+12 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -14/+22 |
* | Fix some style bugs. | cognet | 2003-06-25 | 1 | -49/+50 |
* | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | njl | 2003-06-14 | 1 | -21/+2 |
* | Fix indentation. | phk | 2003-05-31 | 1 | -1/+1 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 1 | -1/+1 |
* | I deserve a big pointy hat for having missed all those references | mux | 2003-04-10 | 1 | -2/+2 |
* | Merge diff between rev 1.08 and rev 1.11 of Tekram driver, this notably add | cognet | 2003-02-20 | 2 | -402/+733 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Fix the panic that occurs when kldunloading trm by using the correct | cognet | 2002-12-16 | 2 | -29/+51 |
* | Remove the remaining calls to free(), they are not needed anymore now | cognet | 2002-11-14 | 1 | -9/+0 |
* | Import of the trm(4) driver (for Tekram DC395U/UW/F and DC315U SCSI adapters). | cognet | 2002-10-13 | 2 | -0/+4352 |