summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* In addition to r217444 ignore also ATA status errors on DMA Auto-Activationmav2011-01-261-0/+8
* Make device initialization sequence shorter when possible. Do not enable/mav2011-01-261-3/+9
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-1/+1
* Some old WD SATA disks report supported and enabled device-initiatedmav2011-01-151-3/+17
* Add a 64-bit hex-printed sysctl(9) since there is at least one place inmdf2011-01-131-2/+2
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.mdf2011-01-131-2/+2
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Fix a few issues related to the XPT_GDEV_ADVINFO CCB.ken2010-12-102-4/+14
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-3012-53/+1668
* If HBA doesn't report user-enabled SATA capabilies (like ATA_CAM wrapper) -mav2010-11-181-0/+4
* When requesting sense data for SIM not doing it automatically (such asmav2010-11-081-2/+3
* Make da driver to handle some probably broken Android devices, returningmav2010-10-241-1/+4
* Mostly revert r203420, and add similar functionality into ada(4) since thebrucec2010-10-242-94/+63
* 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
OpenPOWER on IntegriCloud