summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change new constant names to ones used by OpenSolaris.mav2011-05-271-2/+2
* Add names for few more SES element types according SES-2 specification.mav2011-05-271-0/+4
* scsi_cd: silence READ_TOC errors in CDIOREADTOCHEADER ioctlavg2011-05-071-1/+1
* Do not report legacy unit numbers (do not create legacy aliases) for disksmav2011-05-031-3/+6
* Make CAM_DEBUG_CDB also dump ATA commands in addition to SCSI.mav2011-04-291-28/+29
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-263-1/+71
* Add basic support for DMA-capable ATA disks on DMA-incapable controller.mav2011-04-203-2/+10
* Remove always false "< 0" check for unsgined int variable. This check ismav2011-04-181-2/+0
OpenPOWER on IntegriCloud