summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-261-4/+13
* Remove unnecessary headers which were inherited from cam_xpt.c withoutmarius2010-05-201-4/+0
* 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
* scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize andavg2010-04-151-4/+5
* Nullify our periph pointer in dacleanup to try and catchmjacob2010-04-021-0/+5
* Add a couple missing basic mode page codes.mjacob2010-04-011-0/+2
* We actually can generate a host number.mjacob2010-03-171-1/+1
* Virtualize transport part of periph announcement.mav2010-02-221-0/+99
* Make CD driver a bit more robust and predictable to unreported errors.mav2010-02-151-17/+13
* MFp4: Large set of CAM inprovements.mav2010-01-287-108/+116
* Remove extraneous semicolons, no functional changes.mbr2010-01-072-3/+3
* Remove duplicate devstat_start_transaction_bio() call. It is already calledmav2009-12-181-2/+0
* Clear result before requesting XPT_PATH_INQ.mav2009-12-091-0/+1
* MFp4:mav2009-12-061-2/+6
* Fix several cases where the periph lock was held over malloc.scottl2009-12-021-54/+24
* MFp4:mav2009-11-142-3/+6
* MFp4:mav2009-11-111-18/+1
* MFp4:mav2009-11-041-3/+0
* Provide the same sanity check on the sector size in dagetcapacity as when thethompsa2009-11-021-2/+9
* MFp4:mav2009-11-011-5/+17
* MFp4:mav2009-10-313-4/+7
* Replace most of priority numbers with defines. No logical changes.mav2009-10-239-72/+72
* Remove some obsoleted comments.mav2009-10-231-13/+0
* Fix a memory leak in an error case.brueffer2009-10-221-0/+3
* Remember to unlock the peripheral prior to notifying the user. Make somemjacob2009-09-191-15/+70
* Use C99 initialization for struct filterops.rwatson2009-09-121-2/+5
* Free the correct buffer in an error case.scottl2009-09-081-1/+1
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+1
* Add necessary include.phk2009-09-081-1/+1
* Make serial numbers of daX disks visible by GEOM.pjd2009-09-041-0/+2
* - Add quirk for Sony DSC digital cameras. This umass devices failstas2009-08-261-0/+8
* Change xpt_scan_bus to scsi_scan_bus and xpt_scan_lun to scsi_scan_lunemaste2009-07-141-10/+10
* Fix leaks in probestart, probedone, and scsi_scan_bus. Also freeemaste2009-07-141-3/+8
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-1010-2/+2413
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-251-1/+1
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-1/+1
* Remove dead code.trasz2009-05-121-2/+0
* Add missing 'break' statements.trasz2009-05-121-0/+2
* Get rid of the device index number stored in the sa(4) unit number.ed2009-04-201-21/+12
* Remove unused SESUNIT() macro from ses(4).ed2009-04-181-2/+0
* Reorder dacleanup() and cdcleanup() slightly so that the sysctl context isjhb2009-02-112-8/+9
* Adding dynamic sysctls no longer requires Giant.jhb2009-02-102-7/+0
* There is no need to initialize the variable here.bz2009-01-311-2/+0
* Don't leak memory when alloc fails.trasz2009-01-231-3/+3
* Add missing 'break' statement.trasz2009-01-141-0/+1
* Remove unused variable.trasz2009-01-141-2/+0
* Add missing 'break' statement.trasz2009-01-141-0/+1
* Don't call destroy_dev(9) with a mutex held. While here, shuffletrasz2009-01-106-18/+20
* Make it possible to override the number of retries for the CD media.imp2009-01-081-1/+8
OpenPOWER on IntegriCloud