summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* (dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free onthomas2003-10-081-2/+5
* (cdcleanup): Defend against calling sysctl_ctx_free before the sysctl_ctxthomas2003-10-071-12/+15
* Add disk_destroy() call to detach processing.phk2003-10-061-0/+15
* Be kind to 64bit architectures.simokawa2003-10-021-5/+5
* - Pick up a correct path_id for the bus on AC_PATH_REGISTERED.simokawa2003-09-301-6/+12
* GEOMify.phk2003-09-301-78/+39
* Detach black hole device on AC_PATH_DEREGISTERED.simokawa2003-09-251-19/+20
* (scsi_request_sense): Set allocation length in REQUEST_SENSE CCB.thomas2003-09-211-0/+1
* (camperiphdone): When the cam_periph layer performs sense recovery,thomas2003-09-211-1/+1
* I forgot whom I got this from- only set single initiator buffered modemjacob2003-09-131-2/+4
* Disable the use of cloning use in floppy and CD drivers.phk2003-09-111-4/+4
* In case vmapbuf() fails, release all of the held resources.alc2003-09-101-5/+3
* Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.phk2003-09-051-0/+8
* Calling KNOTE with locks held may result in recursion when it calls backnjl2003-09-041-2/+13
* Upon receiving a CCB for a LUN that is not enabled, be sure to unlock thenjl2003-09-041-0/+1
* Remove the quirk for the FujiFilm camera. Submitter indicates it is nownjl2003-09-041-8/+0
* Unbreak buildworld. sys/taskqueue.h is a kernel-only include.ken2003-09-031-1/+1
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversken2003-09-032-43/+93
* Remove quirk for Apacer Handydrive. Kevin Oberman <oberman@es.net> reportsnjl2003-08-251-8/+0
* Sort quirks into sections.njl2003-08-251-19/+20
* Add the DA_Q_NO_PREVENT quirk which keeps da(4) from sending PREVENT/ALLOWnjl2003-08-221-6/+15
* Quirk for Jungsoft NEXDISK USB flash key. Fails to mount withoutnjl2003-08-221-0/+8
* Add quirks for the EXATELECOM i-Bead mp3 player.njl2003-08-221-0/+8
* Remove all USB quirks that only specify DA_Q_NO_6_BYTE. They are no longernjl2003-08-061-158/+0
* Remove unused cmd6workaround() calls.njl2003-08-061-15/+2
* Fix the new DA_OLD_QUIRKS option for normal and module compiles.njl2003-07-291-0/+1
* Deprecate USB and Firewire quirks. We should now never send 6 byte commandsnjl2003-07-291-18/+23
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes tonjl2003-07-283-1/+18
* Reference PR for IntelligentStick quirk entry.thomas2003-07-181-1/+1
* Add quirk entry for IntelligentStick disc-on-key USB devices.thomas2003-07-171-0/+8
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-20/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-142-0/+27
* Use __FBSDID().obrien2003-06-1012-24/+40
* Use __FBSDID().obrien2003-06-105-11/+18
* Check in some months long pending minor debug output changes.mjacob2003-06-021-26/+47
* Remove unused variables.phk2003-06-011-11/+1
* Add /* FALLTHROUGH */phk2003-06-011-0/+4
* Add /* FALLTHROUGH */phk2003-05-313-9/+7
* Add /* FALLTHROUGH */phk2003-05-311-7/+4
* Add /* FALLTHROUGH */phk2003-05-311-0/+3
* Use symbolic constants instead of "4".phk2003-05-312-15/+9
* Don't use return(foo(...)); in a function returning void.phk2003-05-311-6/+8
* Add a quirk for OTi USB flash key.njl2003-05-151-0/+8
* Fix three problems in large (>2TB) device handling:ken2003-05-031-2/+2
* Fix compile errors on ia64 in dagetcapacity. Set block_len and maxsectorken2003-05-011-0/+2
* Use %j instead of %q in printf to unbreak sparc64.phk2003-04-301-3/+4
* Add support to CAM for devices with more than 2^32 blocks. (2TB if you'reken2003-04-304-88/+347
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-292-2/+2
* SCSI Quirks for:njl2003-04-271-1/+35
* Remove the unused ioctl routine.phk2003-04-121-32/+0
OpenPOWER on IntegriCloud