summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Guard against NULL pointer dereference.trasz2009-01-231-1/+4
* Guard against NULL pointer dereference.trasz2009-01-231-0/+4
* Add missing 'break' statement.trasz2009-01-141-0/+1
* Fix use after free.trasz2009-01-141-1/+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 "kldunload atapicam" return EBUSY instead of deadlocking when a devicetrasz2009-01-082-1/+35
* cam: Retry TEST UNIT READY command if not successful.raj2009-01-081-1/+8
* Make it possible to override the number of retries for the CD media.imp2009-01-081-1/+8
* Add quirk for the Storcase InfoStation 12bayremko2008-12-231-0/+8
* Fix a comment to reflect what really happens.scottl2008-12-221-1/+1
* Fix refcount locking in cd, pass, and sg periphs.scottl2008-12-213-11/+13
* Fix cam_sim_free() wakeup condition and add mtx_asserts.trasz2008-12-191-1/+3
* Periph driver fixes, second try.trasz2008-12-194-5/+20
* Move mtx_assert lower, when we can be sure that the pointertrasz2008-12-191-2/+1
* Revert r186186 for now; it breaks stuff.trasz2008-12-173-5/+6
* Fix locking in periph drivers - don't try to unlock periphtrasz2008-12-163-6/+5
* Add SIM refcounting. This is slightly different from what DragonFlytrasz2008-12-163-0/+34
* Get rid of dead_sim. There is no way to make it work - any attempttrasz2008-12-161-100/+5
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-9/+9
* Replace all calls to minor() with dev2unit().ed2008-09-273-6/+6
OpenPOWER on IntegriCloud