summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFp4: Large set of CAM inprovements.mav2010-01-2823-812/+909
* - Report SATA in legacy emulation mode still as SATA.mav2010-01-101-16/+13
* Remove extraneous semicolons, no functional changes.mbr2010-01-072-3/+3
* Add BIO_DELETE support to ada(4):mav2009-12-282-114/+250
* Report stripe size only if physical sector size is not equal to logical.mav2009-12-241-3/+8
* Remove duplicate devstat_start_transaction_bio() call. It is already calledmav2009-12-181-2/+0
* Clear result before requesting XPT_PATH_INQ.mav2009-12-091-0/+1
* MFp4;mav2009-12-073-14/+23
* MFp4:mav2009-12-062-0/+9
* MFp4:mav2009-12-062-6/+78
* Fix several cases where the periph lock was held over malloc.scottl2009-12-021-54/+24
* Add CAM_ATAIO_DMA ATA command flag to mark DMA protocol commands.mav2009-12-012-3/+18
* MFp4:mav2009-11-263-4/+37
* Fix small copu-paste bug.mav2009-11-251-1/+1
* MFp4:mav2009-11-246-32/+214
* Disable PortMultiplier Async Notifications for time of ports reset.mav2009-11-161-12/+33
* MFp4:mav2009-11-143-7/+6
* MFp4:mav2009-11-141-37/+3
* MFp4:mav2009-11-143-26/+42
* MFp4:mav2009-11-141-1/+2
* MFp4:mav2009-11-119-158/+151
OpenPOWER on IntegriCloud