summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Decrease poll interval from 1000 to 100us. This significantly reducesmav2010-09-221-3/+3
* Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() asmdf2010-09-201-1/+5
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-022-7/+17
* Revert r211434. Offline discussions have convinced me that this shouldmjacob2010-08-201-18/+2
* Now is as good a time as any to find out if we induce breakagemjacob2010-08-171-2/+18
* Fix two (very common) occurrences of s/sytem/system in comments.bcr2010-08-022-2/+2
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-254-0/+16
* ATA device reset starts probe sequence from the beginning. If reset causedmav2010-07-061-4/+19
* Don't lock buses around a call to xptperiphlistmatch- the buses will bemjacob2010-06-291-2/+0
* For the target port groups structures, don't allocate the initial element.ken2010-06-141-3/+4
* Rearrange how things are done to avoid dereferencing stale pointers inmjacob2010-06-081-30/+32
* One byte off for scsi_target_group cdb.mjacob2010-06-081-1/+1
* Implement the usage of Report Luns as part of SCSI probing for SCP3 ormjacob2010-06-084-33/+380
* Make additional definitions up to and including SPC-4. Add in definitionsmjacob2010-06-083-131/+276
* redfacedly noting a missing part of a patch.mjacob2010-06-071-0/+1
* Do a minor amount of stylifying. Also, get a Fibre Channel WWPN if one existsmjacob2010-06-071-2/+27
* Add allocation error hadling.mav2010-06-051-0/+7
* Fix double free on error.mav2010-06-051-4/+2
* scsi_cd: pass correct pointer to free()avg2010-06-041-1/+1
* Protect periph drivers list and rearrange things to minimize the chance ofmjacob2010-06-022-27/+41
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-264-14/+53
* Change ad_firmware_geom_adjust() to operate on a struct disk * only andmarius2010-05-201-1/+10
* Remove unnecessary headers which were inherited from cam_xpt.c withoutmarius2010-05-202-8/+0
* Pick up the right change, not it's close cousin. The onemjacob2010-05-111-2/+4
* Deal sensibly with more than 26 sg devices. It isn't a completemjacob2010-05-111-1/+6
* Make SATA XPT negotiate and enable some additional SATA features, such as:mav2010-05-023-3/+163
* Add xpt_schedule_dev_sendq() call, lost at r203108. It is not needed inmav2010-05-021-0/+2
* Revert r198705.mav2010-04-301-28/+1
* Report PMP absence using target 15, same as for precence (not a wildcard),mav2010-04-301-4/+6
* Update device identify data and serial number when device change detected.mav2010-04-271-2/+6
* MFp4:mav2010-04-262-14/+19
* scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize andavg2010-04-151-4/+5
* Nullify our periph pointer in dacleanup to try and catchmjacob2010-04-021-0/+5
* Add a couple missing basic mode page codes.mjacob2010-04-011-0/+2
* For unhandled actions in xpt_action_default, remember to callmjacob2010-03-311-2/+5
* We actually can generate a host number.mjacob2010-03-171-1/+1
* Make PUIS detection more strict. Previous implementation caused falsemav2010-02-261-5/+4
* Fix newlines broken at r204220.mav2010-02-261-1/+1
* Make xpt_rescan() more correct, as it was before r197208: do not usemav2010-02-231-1/+2
* Virtualize transport part of periph announcement.mav2010-02-224-150/+188
* Improve output for controllers that doesn't report SATA speed.mav2010-02-221-0/+2
* Make CD driver a bit more robust and predictable to unreported errors.mav2010-02-151-17/+13
* On probe error, if restart requested, skip any retries and recovery.mav2010-02-041-1/+2
* Disable kern.cam.power_down ATM. It doesn't work fine on some controllers.mav2010-02-031-1/+1
* MFp4:mav2010-02-032-2/+39
* MFp4:mav2010-02-031-2/+94
* Change the way in which fake async events generated. Do not usemav2010-02-021-60/+24
* - Use separate buffer for identify data fetching. We can't use main buffermav2010-02-023-45/+19
* Some missed parts for r203376.mav2010-02-021-2/+6
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.mav2010-02-022-1/+39
OpenPOWER on IntegriCloud