summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Actually check to see if XPT_CALC_GEOMETRY had an errormjacob2006-04-181-3/+17
* Do more guarding against zero divide traps for the geom subroutine.mjacob2006-04-181-1/+14
* o Do not double i/o stats for cd(4) already acounted in g_disk_done().maxim2006-04-171-1/+1
* Add reference to PR to TOSHIBA TransMemory quirk entry.joerg2006-03-181-0/+1
* - Add a PR number for future reference.flz2006-03-181-1/+1
* Add the TOSHIBA TransMemory USB sticks to the list of devices thatjoerg2006-03-131-0/+7
* - Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader.flz2006-01-301-0/+8
* Add Product IDs :flz2006-01-261-0/+48
* CAM_NEW_TRAN_CODE placeholders for SAS support.mjacob2006-01-202-5/+25
* Fix ioctl to not get swallowed by ioctl code (i.e., make sure the darnedmjacob2006-01-181-1/+1
* Incorporate the O_NONBLOCK open semantics of Linux and Solaris. This allowsmjacob2006-01-141-6/+87
* Allow to use Time DPA20B 1GB MP3 Player [1]mnag2006-01-131-0/+16
* When deregistering a bus, attempt to flush out all outstandingiedowse2006-01-111-8/+111
* There should be no need to retry when the CCB status code isiedowse2006-01-081-0/+2
* Style nit.pjd2005-12-191-2/+2
* Allow to use TransFlash drive, which can be found in Motorola E398 Mobile Phone.pjd2005-12-191-0/+9
* Fix a bug that caused some /dev entries to continue to exist afterjdp2005-11-182-0/+2
* Make the exploring of all luns supported by an HBA more of amjacob2005-09-161-5/+38
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-3/+4
* Fix the recent panics/LORs/hangs created by my kqueue commit by:ssouhlal2005-07-011-1/+1
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withavatar2005-07-019-66/+98
* Fixing a memory leak in xpt_release_device(), which can be quicklyavatar2005-06-241-0/+2
* Add a quirk for my pen-drive.pjd2005-06-091-0/+8
* Do not initialize path variable with useless value just beforekan2005-05-111-1/+0
* Add quirk for TEAC USB floppy drives.dwhite2005-05-051-0/+7
* Make sure we look at the correct sub op codes whenmjacob2005-04-141-3/+22
* Take constructive advice from njl && reformatmjacob2005-04-141-0/+6
OpenPOWER on IntegriCloud