summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unit2minor() use from kernel code.ed2008-09-264-6/+6
* Add a new cam_status CAM_SCSI_IT_NEXUS_LOST. This will be used by future pat...sbruno2008-09-181-0/+1
* Fix a locking mistake in daopen(). If the open fails, which can happenscottl2008-08-291-6/+7
* SCSI_DELAY is specified in milliseconds, not seconds.ken2008-08-161-1/+1
* Update SCSI opcodes and ASCs from t10.org.jkim2008-08-072-1227/+2398
* Fix whitespace.emaste2008-08-011-2/+2
* Add quirk for the Samsung YP-U3remko2008-07-091-0/+8
* Locking in the ses_ioctl handler doesn't have to be so strict becausescottl2008-03-171-21/+25
* When probing a newly found device, don't automatically assume that thescottl2008-02-271-36/+95
* Add a missing unlock to an error path fro XPT_DEBUG handling.scottl2008-02-261-0/+1
* Fix a couple of locking mistakes in the ses_ioctl path.scottl2008-02-201-3/+3
* Fix typo.raj2008-02-121-1/+1
* Correct the kernel config hint in a printf statement.brueffer2008-01-281-1/+1
* o Correct EasyMP3 EM732X usb 2.0 flash mp3 player revision:maxim2008-01-121-1/+1
* style(9)obrien2008-01-021-73/+73
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
OpenPOWER on IntegriCloud