summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Add LUN resizing to CTL. Also make it possible to explicitly settrasz2012-03-067-8/+310
* Use a better way to silence unneeded internal declaration warnings indim2012-02-231-1/+1
* Limit the ST3146855LW U320 drive to 55 tags to avoid command timeoutsgibbs2012-02-151-0/+8
* Avoid panic from unlocking a not locked mutex (in some error cases).emaste2012-02-061-2/+2
* Insert ordered command every 1/4 of the current command timeout, not 1/4mav2012-02-022-5/+5
* Make CAM ATA honor old hw.ata.ata_dma and hw.ata.atapi_dma tunables.mav2012-02-021-0/+13
* Add CAM infrastructure to allow reporting when a drive's long read capacityken2012-01-267-43/+160
* Fix a bug introduced in r230000. We were eliminating all LUNs on a targetken2012-01-251-1/+14
* Quiet some clang warnings when compiling CTL.ken2012-01-195-54/+35
* dadump: don't leak the periph lock on i/o erroravg2012-01-151-1/+1
* Add BIO_DELETE support for SCSI Direct Access devices (da).mav2012-01-133-98/+486
* Silence some unnecessary verbosity.ken2012-01-121-0/+4
* Fix a race condition in CAM peripheral free handling, lockingken2012-01-125-43/+203
* Add the CAM Target Layer (CTL).ken2012-01-1233-11/+28144
* Add support for CDRIOCGETBLOCKSIZE and CDRIOCSETBLOCKSIZE IOCTLs to controlmav2012-01-031-0/+10
* Remove unneeded checks for CAM_DEV_QFRZN after cam_periph_runccb() call.mav2012-01-024-72/+0
* Report stripeoffset as zero not stripesize if physical block is zeromav2011-12-231-1/+2
* Addition to r228808:mav2011-12-231-0/+3
* Use READ CAPACITY(16) to get information about device physical sectors.mav2011-12-232-10/+125
* Merge to da driver quirks hinting 4K physical sector sizes for SATA disksmav2011-12-231-6/+238
* Update list of 4K physical sector hard drives.mav2011-12-221-0/+30
* Make cd driver to handle Audio CDs, reporting their 2352 bytes sectors tomav2011-12-222-0/+13
* Change targ(4) to use cdevpriv, instead of multiple character devices.ed2011-12-131-116/+43
* Do not use the sometimes-reserved work 'bool' for a variable name.mdf2011-12-121-5/+5
* - Add support for Support SEAGATE DAT Scopion 130eadler2011-12-081-0/+4
* Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.hmarius2011-11-271-4/+0
* For sparc64 also adjust the geometry of da(4) driven disks to not overflowmarius2011-11-271-1/+7
* Introduce CAM_SIM_POLLED SIM flag, indicating that it works in polling mode.mav2011-11-172-2/+9
* - fix duplicate "a a" in some commentseadler2011-11-132-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-074-5/+6
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-0712-14/+14
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-039-265/+2433
* Fixes for sure bus reference miscounting and potential device andmjacob2011-08-122-16/+59
* Higher-priority initialization request can eat request scheduling done frommav2011-07-301-2/+10
* Add control for ATA disk read-ahead, alike to the previously added writemav2011-07-291-11/+102
* In some cases failed SATA disks may report their presence, but don'tmav2011-07-291-8/+19
* Do not try to execute FLUSHCACHE on close and print extra messages formav2011-07-231-2/+4
* cam/scsi/scsi_cd.c:gibbs2011-06-261-7/+4
* cam/cam_xpt.c:gibbs2011-06-261-2/+2
* Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPImav2011-06-231-1/+2
* Return CAM_REQ_INVALID if the SCSI XPT receives an unsupported operationwill2011-06-221-3/+4
* Plumb support for the device advanced information CCB in the ATA XPT.will2011-06-221-0/+33
* Fix a typo in adagetattr() from r223089. In particular, this restoreskib2011-06-181-1/+1
* Plumb device physical path reporting from CAM devices, through GEOM andgibbs2011-06-143-24/+140
* sys/cam/scsi/scsi_da.c:gibbs2011-06-141-13/+25
* Lay groundwork in CAM for recording and reporting physical path andgibbs2011-06-1410-114/+465
* Do not report CFA devices as ATAPI, even though IDENTIFY data look alike.mav2011-06-122-3/+8
* Increase maximum supported number of ranges per TRIM command from 256 to 512mav2011-06-031-2/+2
* When possible, join ranges of subsequest BIO_DELETE requests to handle moremav2011-06-021-9/+25
* Add quirks to hint 4K physical sector (Advanced Format) for ATA disks notmav2011-05-311-2/+91
OpenPOWER on IntegriCloud