summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Reference a pointer correctly when copying to it's location.scottl2005-02-211-1/+1
* Check the correct periph pointer after search for it.scottl2005-02-201-1/+1
* Protect against trying to free a non-existant peripheral.scottl2005-02-201-0/+4
* Remove a shadow declaration of 'error' that caused certain tests to bescottl2005-02-121-1/+0
* Provide locking for the ccb_bioq. This allows xpt_done() to be called withoutscottl2005-02-091-5/+22
* Boot away another stackgap (one of the lest ones in linuxlator/i386) bysobomax2005-01-301-3/+11
* Add quirk for easyRAID ER5 alias areca ARC-6010.mr2005-01-251-0/+5
* This is a somewhat imperfect means to try and bring FreeBSD forward inmjacob2005-01-221-3/+13
* Don't pass unadulterated unit numbers to make_dev and its ilk- if youmjacob2005-01-222-5/+6
* Start each of the license/copyright comments with /*-imp2005-01-0539-43/+43
* Correct another location where inquiry length as calculated from thegibbs2004-11-181-3/+5
* Correct an off-by-one in the calculation of the inquiry buffer lengthgibbs2004-11-181-1/+11
* Remove references to the second byte of a CCB containing the LUN, as thisbms2004-10-131-4/+4
* Add necessary data structures and definitions for the 12-byte SCSIbms2004-10-121-0/+79
* Remove the camnet swi and CAM_PERIPH_NET. It has never been used, and givenscottl2004-10-052-14/+4
* For removable devices without media we set a zero mediasize but a non-zerophk2004-09-051-1/+1
* Correct a typo in a comment: alloation->allocationgibbs2004-08-301-1/+1
* Remove the HW_WDOG option; it serves no purpose.des2004-08-291-4/+0
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-21/+5
* When printing out an unknown sense code we should print it in hex, notmjacob2004-08-131-3/+1
* add support Frontier Labs NEX IA+ Digital Audio Player with USB CF card reade...sanpei2004-08-121-1/+9
* Add support iRiver iFP MP3 playersanpei2004-08-081-0/+8
* Quirk for SEGRAND NP-900 USB MP3Playersanpei2004-07-181-0/+8
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-152-0/+4
* Update for the KDB framework:marcel2004-07-101-1/+2
* Revert rev 1.140, it was a bit pre-mature.ps2004-06-211-5/+0
* Add a quirk for ciss to stop trying to read the serial number offps2004-06-211-0/+5
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-167-38/+38
* Reformat the comments for cam_hdr so that they can be read.scottl2004-06-071-8/+7
* Quirk for Neuros USB audio device.njl2004-05-021-0/+8
* The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS optionmux2004-04-191-1/+0
* Add miscellaneous USB device quirks.njl2004-04-191-5/+29
* Remove all quirks hidden under DA_OLD_QUIRKS.njl2004-04-191-120/+0
* Compare the *number* of patterns to zero, not the *pointer* to thecperciva2004-02-281-1/+1
* Check that periph is non-NULL before dereferencing it.cperciva2004-02-221-1/+1
* Device megapatch 4/6:phk2004-02-217-1/+14
* Device megapatch 1/6:phk2004-02-217-16/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-182-44/+50
* Fix type in comment, 's/writtent/written/'johan2004-01-181-1/+1
* Move the ciss quirk to the right section, also update the commentps2003-12-081-8/+7
* ciss doesn't like scsi SYNC CACHE. turn it offps2003-12-081-0/+8
* SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode.obrien2003-12-011-1/+1
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Sprinkle GIANT_REQUIRED asserts around the xpt layer to aid with locking thescottl2003-11-091-0/+58
* Don't be so chatty when performing manual sense. This should make ATAPICAMscottl2003-11-081-2/+2
* In camperiphdone(), make sure we check for fatal errors and bail outken2003-10-272-16/+17
* Use bio_offset instead of bio_blknophk2003-10-181-2/+2
* There is no need to muck about with the B_PHYS flag here. We never evenphk2003-10-181-8/+0
* (dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free onthomas2003-10-081-2/+5
OpenPOWER on IntegriCloud