| Commit message (Expand) | Author | Age | Files | Lines |
* | If HBA doesn't report user-enabled SATA capabilies (like ATA_CAM wrapper) - | mav | 2010-11-18 | 1 | -0/+4 |
* | When requesting sense data for SIM not doing it automatically (such as | mav | 2010-11-08 | 1 | -2/+3 |
* | Make da driver to handle some probably broken Android devices, returning | mav | 2010-10-24 | 1 | -1/+4 |
* | Mostly revert r203420, and add similar functionality into ada(4) since the | brucec | 2010-10-24 | 2 | -94/+63 |
* | Decrease poll interval from 1000 to 100us. This significantly reduces | mav | 2010-09-22 | 1 | -3/+3 |
* | Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() as | mdf | 2010-09-20 | 1 | -1/+5 |
* | Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic. | gibbs | 2010-09-02 | 2 | -7/+17 |
* | Revert r211434. Offline discussions have convinced me that this should | mjacob | 2010-08-20 | 1 | -18/+2 |
* | Now is as good a time as any to find out if we induce breakage | mjacob | 2010-08-17 | 1 | -2/+18 |
* | Fix two (very common) occurrences of s/sytem/system in comments. | bcr | 2010-08-02 | 2 | -2/+2 |
* | Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to | mav | 2010-07-25 | 4 | -0/+16 |
* | ATA device reset starts probe sequence from the beginning. If reset caused | mav | 2010-07-06 | 1 | -4/+19 |
* | Don't lock buses around a call to xptperiphlistmatch- the buses will be | mjacob | 2010-06-29 | 1 | -2/+0 |
* | For the target port groups structures, don't allocate the initial element. | ken | 2010-06-14 | 1 | -3/+4 |
* | Rearrange how things are done to avoid dereferencing stale pointers in | mjacob | 2010-06-08 | 1 | -30/+32 |
* | One byte off for scsi_target_group cdb. | mjacob | 2010-06-08 | 1 | -1/+1 |
* | Implement the usage of Report Luns as part of SCSI probing for SCP3 or | mjacob | 2010-06-08 | 4 | -33/+380 |
* | Make additional definitions up to and including SPC-4. Add in definitions | mjacob | 2010-06-08 | 3 | -131/+276 |
* | redfacedly noting a missing part of a patch. | mjacob | 2010-06-07 | 1 | -0/+1 |
* | Do a minor amount of stylifying. Also, get a Fibre Channel WWPN if one exists | mjacob | 2010-06-07 | 1 | -2/+27 |
* | Add allocation error hadling. | mav | 2010-06-05 | 1 | -0/+7 |
* | Fix double free on error. | mav | 2010-06-05 | 1 | -4/+2 |
* | scsi_cd: pass correct pointer to free() | avg | 2010-06-04 | 1 | -1/+1 |
* | Protect periph drivers list and rearrange things to minimize the chance of | mjacob | 2010-06-02 | 2 | -27/+41 |
* | Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning a | mjacob | 2010-05-26 | 4 | -14/+53 |
* | Change ad_firmware_geom_adjust() to operate on a struct disk * only and | marius | 2010-05-20 | 1 | -1/+10 |
* | Remove unnecessary headers which were inherited from cam_xpt.c without | marius | 2010-05-20 | 2 | -8/+0 |
* | Pick up the right change, not it's close cousin. The one | mjacob | 2010-05-11 | 1 | -2/+4 |
* | Deal sensibly with more than 26 sg devices. It isn't a complete | mjacob | 2010-05-11 | 1 | -1/+6 |
* | Make SATA XPT negotiate and enable some additional SATA features, such as: | mav | 2010-05-02 | 3 | -3/+163 |
* | Add xpt_schedule_dev_sendq() call, lost at r203108. It is not needed in | mav | 2010-05-02 | 1 | -0/+2 |
* | Revert r198705. | mav | 2010-04-30 | 1 | -28/+1 |
* | Report PMP absence using target 15, same as for precence (not a wildcard), | mav | 2010-04-30 | 1 | -4/+6 |
* | Update device identify data and serial number when device change detected. | mav | 2010-04-27 | 1 | -2/+6 |
* | MFp4: | mav | 2010-04-26 | 2 | -14/+19 |
* | scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize and | avg | 2010-04-15 | 1 | -4/+5 |
* | Nullify our periph pointer in dacleanup to try and catch | mjacob | 2010-04-02 | 1 | -0/+5 |
* | Add a couple missing basic mode page codes. | mjacob | 2010-04-01 | 1 | -0/+2 |
* | For unhandled actions in xpt_action_default, remember to call | mjacob | 2010-03-31 | 1 | -2/+5 |
* | We actually can generate a host number. | mjacob | 2010-03-17 | 1 | -1/+1 |
* | Make PUIS detection more strict. Previous implementation caused false | mav | 2010-02-26 | 1 | -5/+4 |
* | Fix newlines broken at r204220. | mav | 2010-02-26 | 1 | -1/+1 |
* | Make xpt_rescan() more correct, as it was before r197208: do not use | mav | 2010-02-23 | 1 | -1/+2 |
* | Virtualize transport part of periph announcement. | mav | 2010-02-22 | 4 | -150/+188 |
* | Improve output for controllers that doesn't report SATA speed. | mav | 2010-02-22 | 1 | -0/+2 |
* | Make CD driver a bit more robust and predictable to unreported errors. | mav | 2010-02-15 | 1 | -17/+13 |
* | On probe error, if restart requested, skip any retries and recovery. | mav | 2010-02-04 | 1 | -1/+2 |
* | Disable kern.cam.power_down ATM. It doesn't work fine on some controllers. | mav | 2010-02-03 | 1 | -1/+1 |
* | MFp4: | mav | 2010-02-03 | 2 | -2/+39 |
* | MFp4: | mav | 2010-02-03 | 1 | -2/+94 |