summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* GCC attacks!scottl2009-02-161-1/+2
* Fix parallel SCSI negotiation in the CAM_NEW_TRAN_CODE world order.scottl2009-02-161-4/+3
* Instrument the probe state machine so that things like DV can be tracked.scottl2009-02-161-18/+55
* In the case that the probe has determined that it can't query the device forscottl2009-02-131-4/+3
* 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
* cam_periph_alloc: fix "invalid periph name" error conditionfjoe2009-02-091-1/+1
* Remove an overzealous check.trasz2009-02-081-1/+1
* There is no need to initialize the variable here.bz2009-01-311-2/+0
* Now that mtx_sleep/msleep can accept Giant as the interlock, simplify thejhb2009-01-261-19/+6
* Protect against NULL pointer dereference.trasz2009-01-231-0/+5
* Don't leak memory when alloc fails.trasz2009-01-231-3/+3
OpenPOWER on IntegriCloud