summaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-2443-43/+43
* MFC: rev. 1.194Christian Brueffer2008-01-311-1/+1
* MFC rev 1.29: Add structures and definitions to support new drivers.Scott Long2007-11-151-0/+109
* Do not forget to cam_periph_unhold the peripheral before exitingAlexander Kabaev2007-07-211-2/+5
* After talking with njl@, change this wildcard entry to be a bit less wild.Warner Losh2007-07-011-1/+1
* Quirk for WD Mybook. Seems they do not like serial number queries.Warner Losh2007-06-301-0/+12
* Quirk for ChipsBnk usb stickWarner Losh2007-06-301-0/+8
* Add quirk for JoyFly 128mb USB Flash DriveWarner Losh2007-06-301-0/+8
* quirk for I/O Magic USB flash drive "Giga Bank"Warner Losh2007-06-301-0/+8
* Samsung MP0402H quirkWarner Losh2007-06-301-0/+8
* Add support for JNC MP3 PlayerWarner Losh2007-06-301-0/+8
* Philips USB Key Audio KEY013Warner Losh2007-06-301-0/+8
* Support for iRiver U10 USB connectionWarner Losh2007-06-281-0/+8
* Quirk for Denver MP3 player usb.Warner Losh2007-06-281-0/+8
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-173-4/+6
* Revert an accidental change from the previous rev.Scott Long2007-06-161-2/+1
* Work around the other uses of M_WAITOK.Scott Long2007-06-162-4/+11
* Work around a malloc locking problem.Scott Long2007-06-161-1/+6
* Commit for Nate his "guidelines for submitting quirks".Matt Jacob2007-06-101-2/+210
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-042-2/+2
* Add a placeholder document to be filled out by Nate which will describeMatt Jacob2007-05-291-0/+4
* Back out 1.212 at Nate's request in order to go through theMatt Jacob2007-05-291-9/+0
* Use the Hitachi 2.5" HD, 120 GB as a USB device.Matt Jacob2007-05-291-0/+9
* Remove duplicate includes.Olivier Houchard2007-05-232-3/+0
* Zero scsi_readcapacity allocations so we can reallyMatt Jacob2007-05-181-4/+3
* Release the bus reference that is acquired when doing a CAMIOCOMMANDScott Long2007-05-161-0/+1
* Remove an assertion in xpt_print_path() that makes debugging code much moreScott Long2007-05-161-1/+0
* Add a helper function for registering async callbacks. BesidesScott Long2007-05-1611-272/+70
* Eliminate the use of M_TEMP.Scott Long2007-05-146-115/+122
* Only schedule the xpt_finishconfig_task once. This fixes some potentialScott Long2007-04-271-4/+6
* Remove obsolete headers. Move kernel specific headers under #ifdefsScott Long2007-04-231-9/+2
* Retire the spl() markers. Add in some minor missed locking as a result.Scott Long2007-04-192-193/+31
* Inline cam_periph_lock|unlock to make debugging easier. Use moreScott Long2007-04-193-30/+21
* Fix a leaked lock in dashutdown.Scott Long2007-04-191-1/+3
* Avoid problems with make_dev.Scott Long2007-04-192-0/+4
* Zero the CCBs when mallocing them.Scott Long2007-04-191-2/+2
* Split the camisr into per-SIM done queues. This optimizes the locking aScott Long2007-04-193-45/+49
* Missed locking the dump and shutdown entry points in the scsi_da driver.Scott Long2007-04-181-2/+9
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix aScott Long2007-04-185-18/+31
* Don't delete the devalias, as per the man page.Scott Long2007-04-171-4/+1
* For the XPT_SASYNC_CB operation, only decouple the broadcast to the busScott Long2007-04-161-86/+67
* Drop the topology lock before calling the periph oninvalidate and dtorScott Long2007-04-161-7/+5
* Drop the periph/sim lock when calling disk_destroy().Scott Long2007-04-162-5/+3
* Destroy the devalias before destroying the dev.Scott Long2007-04-161-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-1519-956/+1209
* A fix for the SG_GET_TIMEOUT function slipped into a previous commit byScott Long2007-04-102-8/+22
* Make use of M_ZERO in various malloc calls.Scott Long2007-04-091-5/+4
* Fix a logic bug that slipped in at the last minute and apparently escapedScott Long2007-04-091-4/+3
* Add the CAM 'SG' peripheral device. This device implements a subset of theScott Long2007-04-072-0/+1126
* A silly buglet found by Coverity- check the return value fromMatt Jacob2007-03-151-1/+7