summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Tune and add some more CAM_DEBUG() points for the probe sequences.mav2012-06-052-39/+44
* Replace #ifdef CAMDEBUG + if + panic() with single KASSERT().mav2012-06-051-7/+2
* Do not reinvent a wheel and let default error handler do its job.mav2012-06-051-25/+4
* Tune and add some missing CAM_DEBUG() points for better consistency.mav2012-06-055-16/+48
* Remove some dead code that I doubt will ever be implemented.mav2012-06-041-108/+0
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.mav2012-06-023-99/+115
* Print FC PortID as a hex number. This makes it easy tomjacob2012-06-011-3/+3
* Use AC_GETDEV_CHANGED async to notify ada driver about DMA and NCQ statusmav2012-06-013-6/+37
* Add support for newer garmin deviceseadler2012-05-301-0/+4
* Allow to change number of openings (used tags) for ATA/SATA devicesmav2012-05-292-15/+15
* Plug request and references leak caused by race between invalidatedmav2012-05-292-11/+21
* Work around a race condition in devfs by changing the way closesken2012-05-275-69/+22
* Add tunable/sysctl kern.cam.pmp.hide_special, controlling whether specialmav2012-05-251-17/+35
* Remove sleep() from invalidate call in ses driver, waiting for daemonmav2012-05-251-10/+8
* MFprojects/zfsd:mav2012-05-247-2628/+7766
* MFprojects/zfsd:mav2012-05-248-12/+412
* Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPImav2012-05-123-1/+24
* Add support for:eadler2012-04-291-0/+21
* Alike to SCSI make adaclose() to not return error if device gone.mav2012-04-181-3/+2
* Fix panic at boot with SD/MMC readers with no media present, introducedtrasz2012-04-171-1/+3
* Refactor da(4) to remove one of two code paths used to query capacitytrasz2012-04-121-184/+72
* Change the SCSI INQUIRY peripheral qualifier that CTL reports for LUNsken2012-04-067-6/+84
* Be more conservative in using READ CAPACITY(16) command. Previous codemav2012-03-311-3/+1
* 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
OpenPOWER on IntegriCloud