| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | MFp4: | mav | 2009-12-06 | 2 | -6/+78 |
* | Fix several cases where the periph lock was held over malloc. | scottl | 2009-12-02 | 1 | -54/+24 |
* | Add CAM_ATAIO_DMA ATA command flag to mark DMA protocol commands. | mav | 2009-12-01 | 2 | -3/+18 |
* | MFp4: | mav | 2009-11-26 | 3 | -4/+37 |
* | Fix small copu-paste bug. | mav | 2009-11-25 | 1 | -1/+1 |
* | MFp4: | mav | 2009-11-24 | 6 | -32/+214 |
* | Disable PortMultiplier Async Notifications for time of ports reset. | mav | 2009-11-16 | 1 | -12/+33 |
* | MFp4: | mav | 2009-11-14 | 3 | -7/+6 |
* | MFp4: | mav | 2009-11-14 | 1 | -37/+3 |
* | MFp4: | mav | 2009-11-14 | 3 | -26/+42 |
* | MFp4: | mav | 2009-11-14 | 1 | -1/+2 |
* | MFp4: | mav | 2009-11-11 | 9 | -158/+151 |
* | MFp4: | mav | 2009-11-05 | 1 | -4/+17 |
* | Fix protype. | mav | 2009-11-04 | 1 | -1/+1 |
* | PMP commands use short format. PMP write doesn't return result. | mav | 2009-11-04 | 1 | -10/+4 |