summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* SCSI_DELAY is specified in milliseconds, not seconds.ken2008-08-161-1/+1
* Update SCSI opcodes and ASCs from t10.org.jkim2008-08-072-1227/+2398
* Fix whitespace.emaste2008-08-011-2/+2
* Add quirk for the Samsung YP-U3remko2008-07-091-0/+8
* Locking in the ses_ioctl handler doesn't have to be so strict becausescottl2008-03-171-21/+25
* When probing a newly found device, don't automatically assume that thescottl2008-02-271-36/+95
* Add a missing unlock to an error path fro XPT_DEBUG handling.scottl2008-02-261-0/+1
* Fix a couple of locking mistakes in the ses_ioctl path.scottl2008-02-201-3/+3
* Fix typo.raj2008-02-121-1/+1
* Correct the kernel config hint in a printf statement.brueffer2008-01-281-1/+1
* o Correct EasyMP3 EM732X usb 2.0 flash mp3 player revision:maxim2008-01-121-1/+1
* style(9)obrien2008-01-021-73/+73
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* Add a missing mutex unlock.scottl2007-12-161-0/+1
* Add quirks for Netac Onlydisk 2000 USB disk.davidxu2007-12-111-0/+4
* Fix a change in the previous commit that was actually a type-o.scottl2007-11-151-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* Add a bunch of definitions and structures to support newer drivers.scottl2007-10-121-1/+110
* Do not forget to cam_periph_unhold the peripheral before exitingkan2007-07-211-2/+5
* After talking with njl@, change this wildcard entry to be a bit less wild.imp2007-07-011-1/+1
* Quirk for WD Mybook. Seems they do not like serial number queries.imp2007-06-301-0/+12
* Quirk for ChipsBnk usb stickimp2007-06-301-0/+8
* Add quirk for JoyFly 128mb USB Flash Driveimp2007-06-301-0/+8
* quirk for I/O Magic USB flash drive "Giga Bank"imp2007-06-301-0/+8
* Samsung MP0402H quirkimp2007-06-301-0/+8
* Add support for JNC MP3 Playerimp2007-06-301-0/+8
* Philips USB Key Audio KEY013imp2007-06-301-0/+8
* Support for iRiver U10 USB connectionimp2007-06-281-0/+8
* Quirk for Denver MP3 player usb.imp2007-06-281-0/+8
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-173-4/+6
* Revert an accidental change from the previous rev.scottl2007-06-161-2/+1
* Work around the other uses of M_WAITOK.scottl2007-06-162-4/+11
* Work around a malloc locking problem.scottl2007-06-161-1/+6
* Commit for Nate his "guidelines for submitting quirks".mjacob2007-06-101-2/+210
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-042-2/+2
* Add a placeholder document to be filled out by Nate which will describemjacob2007-05-291-0/+4
* Back out 1.212 at Nate's request in order to go through themjacob2007-05-291-9/+0
* Use the Hitachi 2.5" HD, 120 GB as a USB device.mjacob2007-05-291-0/+9
* Remove duplicate includes.cognet2007-05-232-3/+0
* Zero scsi_readcapacity allocations so we can reallymjacob2007-05-181-4/+3
* Release the bus reference that is acquired when doing a CAMIOCOMMANDscottl2007-05-161-0/+1
* Remove an assertion in xpt_print_path() that makes debugging code much morescottl2007-05-161-1/+0
* Add a helper function for registering async callbacks. Besidesscottl2007-05-1611-272/+70
* Eliminate the use of M_TEMP.scottl2007-05-146-115/+122
* Only schedule the xpt_finishconfig_task once. This fixes some potentialscottl2007-04-271-4/+6
* Remove obsolete headers. Move kernel specific headers under #ifdefsscottl2007-04-231-9/+2
* Retire the spl() markers. Add in some minor missed locking as a result.scottl2007-04-192-193/+31
* Inline cam_periph_lock|unlock to make debugging easier. Use morescottl2007-04-193-30/+21
* Fix a leaked lock in dashutdown.scottl2007-04-191-1/+3
* Avoid problems with make_dev.scottl2007-04-192-0/+4
OpenPOWER on IntegriCloud