summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_sg.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r293350:kib2016-01-281-13/+16
* MFC r288420: Make pass, sg and targ drivers respect HBA's maxio.mav2015-10-051-1/+9
* MFC r267051:mav2014-07-041-1/+13
* MFC r266981:mav2014-07-021-93/+48
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-42/+15
* MFC r256552:mav2013-10-241-5/+0
* Simplify the checking of flags for cam_periph_mapmem(). This gets rid ofscottl2013-06-071-18/+15
* Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4)ken2012-12-081-4/+90
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-101-5/+0
* Work around a race condition in devfs by changing the way closesken2012-05-271-20/+5
* Fix a race condition in CAM peripheral free handling, lockingken2012-01-121-1/+7
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.mav2011-04-141-1/+7
* 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
* We actually can generate a host number.mjacob2010-03-171-1/+1
* MFp4:mav2009-10-311-2/+2
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+3
* Add missing 'break' statements.trasz2009-05-121-0/+2
* Add missing 'break' statement.trasz2009-01-141-0/+1
* Don't call destroy_dev(9) with a mutex held. While here, shuffletrasz2009-01-101-3/+4
* Fix refcount locking in cd, pass, and sg periphs.scottl2008-12-211-2/+2
* Remove unit2minor() use from kernel code.ed2008-09-261-2/+2
* Add a helper function for registering async callbacks. Besidesscottl2007-05-161-31/+4
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix ascottl2007-04-181-1/+1
* Don't delete the devalias, as per the man page.scottl2007-04-171-4/+1
* Destroy the devalias before destroying the dev.scottl2007-04-161-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-19/+38
* A fix for the SG_GET_TIMEOUT function slipped into a previous commit byscottl2007-04-101-8/+17
* Make use of M_ZERO in various malloc calls.scottl2007-04-091-5/+4
* Fix a logic bug that slipped in at the last minute and apparently escapedscottl2007-04-091-4/+3
* Add the CAM 'SG' peripheral device. This device implements a subset of thescottl2007-04-071-0/+987
OpenPOWER on IntegriCloud