aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Don't lock buses around a call to xptperiphlistmatch- the buses will beMatt Jacob2010-06-291-2/+0
* For the target port groups structures, don't allocate the initial element.Kenneth D. Merry2010-06-141-3/+4
* Rearrange how things are done to avoid dereferencing stale pointers inMatt Jacob2010-06-081-30/+32
* One byte off for scsi_target_group cdb.Matt Jacob2010-06-081-1/+1
* Implement the usage of Report Luns as part of SCSI probing for SCP3 orMatt Jacob2010-06-084-33/+380
* Make additional definitions up to and including SPC-4. Add in definitionsMatt Jacob2010-06-083-131/+276
* redfacedly noting a missing part of a patch.Matt Jacob2010-06-071-0/+1
* Do a minor amount of stylifying. Also, get a Fibre Channel WWPN if one existsMatt Jacob2010-06-071-2/+27
* Add allocation error hadling.Alexander Motin2010-06-051-0/+7
* Fix double free on error.Alexander Motin2010-06-051-4/+2
* scsi_cd: pass correct pointer to free()Andriy Gapon2010-06-041-1/+1
* Protect periph drivers list and rearrange things to minimize the chance ofMatt Jacob2010-06-022-27/+41
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning aMatt Jacob2010-05-264-14/+53
* Change ad_firmware_geom_adjust() to operate on a struct disk * only andMarius Strobl2010-05-201-1/+10
* Remove unnecessary headers which were inherited from cam_xpt.c withoutMarius Strobl2010-05-202-8/+0
* Pick up the right change, not it's close cousin. The oneMatt Jacob2010-05-111-2/+4
* Deal sensibly with more than 26 sg devices. It isn't a completeMatt Jacob2010-05-111-1/+6
* Make SATA XPT negotiate and enable some additional SATA features, such as:Alexander Motin2010-05-023-3/+163
* Add xpt_schedule_dev_sendq() call, lost at r203108. It is not needed inAlexander Motin2010-05-021-0/+2
* Revert r198705.Alexander Motin2010-04-301-28/+1
* Report PMP absence using target 15, same as for precence (not a wildcard),Alexander Motin2010-04-301-4/+6
* Update device identify data and serial number when device change detected.Alexander Motin2010-04-271-2/+6
* MFp4:Alexander Motin2010-04-262-14/+19
* scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize andAndriy Gapon2010-04-151-4/+5
* Nullify our periph pointer in dacleanup to try and catchMatt Jacob2010-04-021-0/+5
* Add a couple missing basic mode page codes.Matt Jacob2010-04-011-0/+2
* For unhandled actions in xpt_action_default, remember to callMatt Jacob2010-03-311-2/+5
* We actually can generate a host number.Matt Jacob2010-03-171-1/+1
* Make PUIS detection more strict. Previous implementation caused falseAlexander Motin2010-02-261-5/+4
* Fix newlines broken at r204220.Alexander Motin2010-02-261-1/+1
* Make xpt_rescan() more correct, as it was before r197208: do not useAlexander Motin2010-02-231-1/+2
* Virtualize transport part of periph announcement.Alexander Motin2010-02-224-150/+188
* Improve output for controllers that doesn't report SATA speed.Alexander Motin2010-02-221-0/+2
* Make CD driver a bit more robust and predictable to unreported errors.Alexander Motin2010-02-151-17/+13
* On probe error, if restart requested, skip any retries and recovery.Alexander Motin2010-02-041-1/+2
* Disable kern.cam.power_down ATM. It doesn't work fine on some controllers.Alexander Motin2010-02-031-1/+1
* MFp4:Alexander Motin2010-02-032-2/+39
* MFp4:Alexander Motin2010-02-031-2/+94
* Change the way in which fake async events generated. Do not useAlexander Motin2010-02-021-60/+24
* - Use separate buffer for identify data fetching. We can't use main bufferAlexander Motin2010-02-023-45/+19
* Some missed parts for r203376.Alexander Motin2010-02-021-2/+6
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.Alexander Motin2010-02-022-1/+39
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-2823-812/+909
* - Report SATA in legacy emulation mode still as SATA.Alexander Motin2010-01-101-16/+13
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-072-3/+3
* Add BIO_DELETE support to ada(4):Alexander Motin2009-12-282-114/+250
* Report stripe size only if physical sector size is not equal to logical.Alexander Motin2009-12-241-3/+8
* Remove duplicate devstat_start_transaction_bio() call. It is already calledAlexander Motin2009-12-181-2/+0
* Clear result before requesting XPT_PATH_INQ.Alexander Motin2009-12-091-0/+1
* MFp4;Alexander Motin2009-12-073-14/+23