summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Make "Retrying Command" to be printed before actual retrying.mav2009-10-231-22/+17
* MFp4:mav2009-10-232-254/+758
* Fix the build.mav2009-10-231-1/+1
* Replace most of priority numbers with defines. No logical changes.mav2009-10-2314-116/+117
* Remove some obsoleted comments.mav2009-10-231-13/+0
* After thinking again, implement cam_ccbq_fini().mav2009-10-223-2/+11
* cam_ccbq_fini() declared for 11 years, but never implemented. Remove it.mav2009-10-221-2/+0
* Fix a memory leak in an error case.brueffer2009-10-221-0/+3
* MFp4:mav2009-10-211-4/+4
* MFp4:mav2009-10-212-174/+29
* MFp4:mav2009-10-211-85/+111
* MFp4:mav2009-10-211-1/+2
* Export disk serial numbers for adaX disks.pjd2009-10-091-0/+2
* Report SATA 3.x devices.mav2009-09-271-1/+3
* MFp4:mav2009-09-221-1/+6
* Remember to unlock the peripheral prior to notifying the user. Make somemjacob2009-09-191-15/+70
* Fix some instances where CAM rescans get hung up or take a long time token2009-09-151-4/+9
* 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
* MFp4:mav2009-09-062-14/+13
* Remove unneeded CAM_SIM_MPSAFE check.mav2009-09-061-4/+1
* s/bus %d/scbus%d/ in some messages to correct terminology.mav2009-09-061-2/+2
* MFp4:mav2009-09-061-1/+2
* Avoid extra swi_sched() call, if this SIM is already queued.mav2009-09-061-12/+16
* Make serial numbers of daX disks visible by GEOM.pjd2009-09-041-0/+2
* Short ATA command format has 28bit address, not 36bit.mav2009-08-304-12/+12
* ATA_FLUSHCACHE is a 36bit format command, not 48.mav2009-08-301-4/+4
* - Add quirk for Sony DSC digital cameras. This umass devices failstas2009-08-261-0/+8
* Fix copy/paste bug, that requests data read during ATA device probe sequencemav2009-08-181-4/+4
* Fix iSCSI initiator and vpo driver operation, broken by CAM changes.mav2009-08-182-0/+3
* Add 8Gb support (isp_2500). Fix a fair number of configuration andmjacob2009-08-012-1/+105
* Fix copy-paste bug. Use regular non-polled mode for executing FLUSHCACHEmav2009-07-171-2/+3
* 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
* Fix copy-paste bug, enabling SIM PMP support, when it was not really found.mav2009-07-131-1/+1
* Rename ATA probe driver to "aprobe" to resolve name conflict with SCSImav2009-07-131-4/+4
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-1022-2478/+6357
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-251-1/+1
* Change cam_periph_ioctl() to take 'cmd' and a u_long instead of anscottl2009-06-222-2/+2
* Include <camlib.h> for cam_path_string().ed2009-06-141-0/+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 free(9) in error case.trasz2009-05-121-0/+1
* 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
* Revert r190676,190677thompsa2009-04-101-6/+0
* Add interleaving root hold tokens from the CAM probe to disk_create and geomthompsa2009-04-031-0/+6
OpenPOWER on IntegriCloud