summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_sg.c
Commit message (Expand)AuthorAgeFilesLines
* 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