| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change the way in which fake async events generated. Do not use | mav | 2010-02-02 | 1 | -60/+24 |
* | - Use separate buffer for identify data fetching. We can't use main buffer | mav | 2010-02-02 | 3 | -45/+19 |
* | Some missed parts for r203376. | mav | 2010-02-02 | 1 | -2/+6 |
* | - Give ATA/SATA SIMs info about ATAPI packet size, supported by device. | mav | 2010-02-02 | 2 | -1/+39 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 23 | -812/+909 |
* | - Report SATA in legacy emulation mode still as SATA. | mav | 2010-01-10 | 1 | -16/+13 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 2 | -3/+3 |
* | Add BIO_DELETE support to ada(4): | mav | 2009-12-28 | 2 | -114/+250 |
* | Report stripe size only if physical sector size is not equal to logical. | mav | 2009-12-24 | 1 | -3/+8 |
* | Remove duplicate devstat_start_transaction_bio() call. It is already called | mav | 2009-12-18 | 1 | -2/+0 |
* | Clear result before requesting XPT_PATH_INQ. | mav | 2009-12-09 | 1 | -0/+1 |
* | MFp4; | mav | 2009-12-07 | 3 | -14/+23 |
* | MFp4: | mav | 2009-12-06 | 2 | -0/+9 |