aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Use a better way to silence unneeded internal declaration warnings inDimitry Andric2012-02-231-1/+1
* Limit the ST3146855LW U320 drive to 55 tags to avoid command timeoutsJustin T. Gibbs2012-02-151-0/+8
* Avoid panic from unlocking a not locked mutex (in some error cases).Ed Maste2012-02-061-2/+2
* Insert ordered command every 1/4 of the current command timeout, not 1/4Alexander Motin2012-02-022-5/+5
* Make CAM ATA honor old hw.ata.ata_dma and hw.ata.atapi_dma tunables.Alexander Motin2012-02-021-0/+13
* Add CAM infrastructure to allow reporting when a drive's long read capacityKenneth D. Merry2012-01-267-43/+160
* Fix a bug introduced in r230000. We were eliminating all LUNs on a targetKenneth D. Merry2012-01-251-1/+14
* Quiet some clang warnings when compiling CTL.Kenneth D. Merry2012-01-195-54/+35
* dadump: don't leak the periph lock on i/o errorAndriy Gapon2012-01-151-1/+1
* Add BIO_DELETE support for SCSI Direct Access devices (da).Alexander Motin2012-01-133-98/+486
* Silence some unnecessary verbosity.Kenneth D. Merry2012-01-121-0/+4
* Fix a race condition in CAM peripheral free handling, lockingKenneth D. Merry2012-01-125-43/+203
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-1233-11/+28144
* Add support for CDRIOCGETBLOCKSIZE and CDRIOCSETBLOCKSIZE IOCTLs to controlAlexander Motin2012-01-031-0/+10
* Remove unneeded checks for CAM_DEV_QFRZN after cam_periph_runccb() call.Alexander Motin2012-01-024-72/+0
* Report stripeoffset as zero not stripesize if physical block is zeroAlexander Motin2011-12-231-1/+2
* Addition to r228808:Alexander Motin2011-12-231-0/+3
* Use READ CAPACITY(16) to get information about device physical sectors.Alexander Motin2011-12-232-10/+125
* Merge to da driver quirks hinting 4K physical sector sizes for SATA disksAlexander Motin2011-12-231-6/+238
* Update list of 4K physical sector hard drives.Alexander Motin2011-12-221-0/+30
* Make cd driver to handle Audio CDs, reporting their 2352 bytes sectors toAlexander Motin2011-12-222-0/+13
* Change targ(4) to use cdevpriv, instead of multiple character devices.Ed Schouten2011-12-131-116/+43
* Do not use the sometimes-reserved work 'bool' for a variable name.Matthew D Fleming2011-12-121-5/+5
* - Add support for Support SEAGATE DAT Scopion 130Eitan Adler2011-12-081-0/+4
* Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.hMarius Strobl2011-11-271-4/+0
* For sparc64 also adjust the geometry of da(4) driven disks to not overflowMarius Strobl2011-11-271-1/+7
* Introduce CAM_SIM_POLLED SIM flag, indicating that it works in polling mode.Alexander Motin2011-11-172-2/+9
* - fix duplicate "a a" in some commentsEitan Adler2011-11-132-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-074-5/+6
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-0712-14/+14
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-039-265/+2433
* Fixes for sure bus reference miscounting and potential device andMatt Jacob2011-08-122-16/+59
* Higher-priority initialization request can eat request scheduling done fromAlexander Motin2011-07-301-2/+10
* Add control for ATA disk read-ahead, alike to the previously added writeAlexander Motin2011-07-291-11/+102
* In some cases failed SATA disks may report their presence, but don'tAlexander Motin2011-07-291-8/+19
* Do not try to execute FLUSHCACHE on close and print extra messages forAlexander Motin2011-07-231-2/+4
* cam/scsi/scsi_cd.c:Justin T. Gibbs2011-06-261-7/+4
* cam/cam_xpt.c:Justin T. Gibbs2011-06-261-2/+2
* Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPIAlexander Motin2011-06-231-1/+2
* Return CAM_REQ_INVALID if the SCSI XPT receives an unsupported operationWill Andrews2011-06-221-3/+4
* Plumb support for the device advanced information CCB in the ATA XPT.Will Andrews2011-06-221-0/+33
* Fix a typo in adagetattr() from r223089. In particular, this restoresKonstantin Belousov2011-06-181-1/+1
* Plumb device physical path reporting from CAM devices, through GEOM andJustin T. Gibbs2011-06-143-24/+140
* sys/cam/scsi/scsi_da.c:Justin T. Gibbs2011-06-141-13/+25
* Lay groundwork in CAM for recording and reporting physical path andJustin T. Gibbs2011-06-1410-114/+465
* Do not report CFA devices as ATAPI, even though IDENTIFY data look alike.Alexander Motin2011-06-122-3/+8
* Increase maximum supported number of ranges per TRIM command from 256 to 512Alexander Motin2011-06-031-2/+2
* When possible, join ranges of subsequest BIO_DELETE requests to handle moreAlexander Motin2011-06-021-9/+25
* Add quirks to hint 4K physical sector (Advanced Format) for ATA disks notAlexander Motin2011-05-311-2/+91
* Change new constant names to ones used by OpenSolaris.Alexander Motin2011-05-271-2/+2