| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 1 | -1/+1 |
| * | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long | 2007-06-17 | 1 | -1/+1 |
| * | MPSAFE atapi-cam | Scott Long | 2007-05-02 | 1 | -28/+23 |
| * | (atapi_action, case XPT_SCSI_IO): Enable DMA only for READ and WRITE commands | Thomas Quinot | 2007-04-30 | 1 | -4/+19 |
| * | (atapi_cb): Fix test for the presence of sense data. An incorrect condition | Thomas Quinot | 2007-04-30 | 1 | -2/+2 |
| * | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long | 2007-04-15 | 1 | -1/+1 |
| * | Make it compile | Kevin Lo | 2007-03-14 | 1 | -1/+1 |
| * | (atapi_action): Improve error reporting by removing ATA_R_QUIET flag | Thomas Quinot | 2007-03-13 | 1 | -33/+49 |
| * | (reinit_bus): When the ATAPI bus is reset, do not schedule an automated | Thomas Quinot | 2007-03-13 | 1 | -2/+10 |
| * | (cam_rescan): Do not reference ccb->ccb_h.path in CAM_DEBUG call before | Thomas Quinot | 2007-02-27 | 1 | -2/+2 |
| * | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | Matt Jacob | 2006-11-02 | 1 | -12/+0 |
| * | The first of 3 major steps to move the CAM layer forward to using | Matt Jacob | 2006-10-31 | 1 | -3/+18 |
| * | Make the ATAPI sense data accessible when using the ioctl interface | Søren Schmidt | 2006-03-31 | 1 | -2/+2 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -1/+1 |
| * | Change the way ioctls are issue to ATA. | Søren Schmidt | 2005-05-16 | 1 | -1/+1 |
| * | Take newbusification one step further, ie use the device_t more consequently | Søren Schmidt | 2005-04-30 | 1 | -28/+28 |
| * | Move the creation of ata_channel child devices to the channel code. | Søren Schmidt | 2005-04-15 | 1 | -14/+67 |
| * | Explicity make atapi-cam depend on CAM. | Scott Long | 2005-04-08 | 1 | -0/+1 |
| * | Fix a use-after-free problem in atapi_cb(). Add some necessary synchronization | Scott Long | 2005-04-05 | 1 | -4/+13 |
| * | Push some faulty debugging aside so LINT compiles. | Poul-Henning Kamp | 2005-04-05 | 1 | -1/+1 |
| * | Commit ATAPI-CAM for ATAmkIII. Improvements and changes: | Scott Long | 2005-04-05 | 1 | -151/+186 |
| * | atapicam(4) is currently off by three orders of magnitude regarding the | Brian Feldman | 2004-06-17 | 1 | -2/+2 |
| * | Use auto-sense data provided by the lowlevel ATA code. | Thomas Quinot | 2004-03-04 | 1 | -1/+10 |
| * | (atapi_cb): Reenable automatic retrieve of sense data on error, making | Thomas Quinot | 2004-02-11 | 1 | -14/+21 |
| * | Fixed a memory leak. | Ruslan Ermilov | 2004-01-18 | 1 | -1/+3 |
| * | Use UMA instead of plain malloc for getting ATA request storage. | Søren Schmidt | 2004-01-14 | 1 | -0/+1 |
| * | #include sema.h is now required. | Søren Schmidt | 2004-01-12 | 1 | -0/+1 |
| * | Fix a potential problem with atapi-cam where an incorrect flag is passed | Scott Long | 2003-12-05 | 1 | -1/+1 |
| * | Centralise mode setting. Instead of doing it in all subdrivers, do | Søren Schmidt | 2003-11-11 | 1 | -5/+0 |
| * | Free the ata_request struct after we are done using it. This should stop | Scott Long | 2003-11-09 | 1 | -2/+9 |
| * | Enable DMA for ATAPI/CAM input/output operations. | Thomas Quinot | 2003-09-24 | 1 | -3/+10 |
| * | (atapi_cb): Reorganize error handling circuitry. | Thomas Quinot | 2003-09-21 | 1 | -17/+19 |
| * | (atapi_cb): Disable autosense for now as it causes a missed ATA interrupt. | Thomas Quinot | 2003-09-21 | 1 | -2/+8 |
| * | (atapi_action): avoid memory leak in a marginal invalid ccb case. | Thomas Quinot | 2003-09-19 | 1 | -25/+30 |
| * | (atapi_action, case XPT_PATH_INQ): Handle properly the case of | Thomas Quinot | 2003-09-11 | 1 | -2/+5 |
| * | Add missing braces. Fixes boot-time kernel panic with ATAng and ATAPI/CAM. | Thomas Quinot | 2003-08-28 | 1 | -1/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -2/+3 |
| * | This is a major rework of the ATA driver (ATAng) | Søren Schmidt | 2003-08-24 | 1 | -77/+151 |
| * | Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes to | Nate Lawson | 2003-07-28 | 1 | -1/+1 |
| * | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | Nate Lawson | 2003-06-14 | 1 | -19/+1 |
| * | In atapi_cam_reinit_bus, only call reinit_bus if the ATAPI channel | Thomas Quinot | 2003-05-14 | 1 | -1/+8 |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 1 | -1/+0 |
| * | Zero cpi->target_sprt since atapi-cam does not support target mode. This | Nate Lawson | 2003-02-27 | 1 | -0/+1 |
| * | Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fix | Kenneth D. Merry | 2003-02-21 | 1 | -30/+0 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUS | Thomas Quinot | 2002-10-22 | 1 | -14/+47 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Change a couple of splcam() calls that do not make sense in atapi-cam | Thomas Quinot | 2002-09-12 | 1 | -3/+5 |
| * | printf -> CAM_DEBUG so debugging prints are tunable. | Nate Lawson | 2002-08-28 | 1 | -60/+47 |