summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
...
* Don't delete the devalias, as per the man page.scottl2007-04-171-4/+1
* For the XPT_SASYNC_CB operation, only decouple the broadcast to the busscottl2007-04-161-86/+67
* Drop the topology lock before calling the periph oninvalidate and dtorscottl2007-04-161-7/+5
* Drop the periph/sim lock when calling disk_destroy().scottl2007-04-162-5/+3
* Destroy the devalias before destroying the dev.scottl2007-04-161-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-1519-957/+1210
* A fix for the SG_GET_TIMEOUT function slipped into a previous commit byscottl2007-04-102-8/+22
* Make use of M_ZERO in various malloc calls.scottl2007-04-091-5/+4
* Fix a logic bug that slipped in at the last minute and apparently escapedscottl2007-04-091-4/+3
* Add the CAM 'SG' peripheral device. This device implements a subset of thescottl2007-04-072-0/+1126
* A silly buglet found by Coverity- check the return value frommjacob2007-03-151-1/+7
* Use tsleep() rather than msleep() with a NULL mtx.jhb2007-02-271-3/+3
* Add an xpt_rescan function and a thread that will fieldmjacob2007-02-232-4/+50
* Reduce the noise when plugging in (USB) mass storage devices, like a 4 portn_hibma2007-02-211-2/+6
* Use the more specific 'EM732X' designation rather than * to disable syncimp2007-01-231-1/+1
* Add quirk for EasyMP3 EM732X usb 2.0 flash mp3 player.imp2007-01-221-0/+8
* fix botchmjacob2006-12-211-1/+1
* Pay attention to return value from xpt_bus_register in xpt_init.mjacob2006-12-211-1/+5
* Make cam_xpt's pronouncements match camcontrolmjacob2006-12-101-1/+1
* Add an xpt_print function to reduce most of the xpt_print_path/printfmjacob2006-12-0512-259/+216
* Initial cut at Basic Domain Validation- just add some states tomjacob2006-12-042-9/+216
* Remove CTS_SPI_FLAGS_TAG_ENB. Nobody is using it and at least onemjacob2006-12-031-1/+0
* o Style: remove a w/space before a comma.maxim2006-11-261-1/+1
* o Style(9): trim eol w/spaces, w/spaces to tabs, kill an empty line.maxim2006-11-261-4/+3
* o Add a quirk for X-Micro Flash Disk.maxim2006-11-261-0/+8
* XPT_GET_TRAN_SETTINGS can fail- so check for an error andmjacob2006-11-071-1/+9
* Fix the hanging chad if the NEW_TRAN_CODE change and change themjacob2006-11-071-2/+2
* Remove extra whitespacenjl2006-11-031-1/+0
* Add a tunable that allows one to turn off the automatic sending ofmjacob2006-11-021-16/+26
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-023-479/+0
* Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4).pjd2006-10-311-14/+31
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-0/+53
* Add a SCSI da(4) quirk for Rekam USB Camera.flz2006-10-071-0/+8
* Add SCSI da(4) quirk for the iRiver H10.flz2006-10-071-0/+8
* Put a bit of hysteresis into both BUSY SCSI status returnsmjacob2006-10-011-4/+20
* Don't allow attachment of disks that could cause GEOM to panic.mjacob2006-09-161-9/+24
* New Dell 1950/2950 SES backplane drops off the bus if you pokemjacob2006-09-161-0/+4
* null commit to provide commit message to previousmjacob2006-09-111-1/+1
* PR: 103130mjacob2006-09-111-1/+1
* Implement 'camcontrol reportluns'. This allows users to send the SCSIken2006-08-212-15/+35
* access only has 2 esses.jhb2006-08-141-1/+1
* Drop Giant before returning in error path, thus eliminatesdelphij2006-07-142-0/+2
* Grumble. VMWare ESX and VMWare WorkStation have *slightly* differentmjacob2006-06-261-1/+1
* VMware disk volumes are only on LUN 0, andmjacob2006-06-241-0/+5
* Add PIM_SEQSCAN for HBA misc flags and code that understandsmjacob2006-06-052-33/+81
* Handle some of the inquiry flags that have come intomjacob2006-05-302-6/+17
* Forced commit - last checkin got away from me.mjacob2006-05-241-0/+1
* Sorry- last delta was checked in by mistake.mjacob2006-05-241-2/+1
* Make physical buffers in cam_periph_mapmem owned by the kernel in case wemjacob2006-05-243-58/+21
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-4/+0
OpenPOWER on IntegriCloud