summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-06-101-2/+4
* Add /* FALLTHROUGH */phk2003-05-311-8/+5
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Note that the large Hitachi's are also CAM_QUIRK_HILUNSmjacob2002-09-231-0/+8
* Make SCSI_DELAY setable at boot time and runtime via thebrooks2002-09-021-3/+3
* Add \n to various printfs. grep shows these should be the last ones.njl2002-08-271-3/+3
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* Make Veritas Storage Appliance a HILUNS device.mjacob2002-04-241-0/+5
* Maxtor Personal Storage 3000XT (Firewire) hangs uponsimokawa2002-03-241-0/+11
* Define the kern.cam sysctl in the cam layer, rather than multiply in severalmsmith2002-01-091-2/+2
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-2/+2
* Bring the probe inquiry code in line with the SCSI spec.ken2001-11-271-43/+35
* Disabled tagged commands for Hitachi Jura-C series with J8A8 firmware.dg2001-11-191-0/+10
* Back out revision 1.117; the correct solution is to upgrade theiedowse2001-11-191-9/+0
* Hitachi DK32 disks have problems with tagged queuing under load.iedowse2001-11-191-0/+9
* KSE Milestone 2julian2001-09-121-3/+3
* cleanup some of the XPORT_FC codemjacob2001-06-241-24/+18
* Hints overhaul:peter2001-06-121-5/+5
* first blush at some FC path inquiry settingsmjacob2001-06-041-0/+20
* Do NOLUNS dance for oddball Exabyte. We *really* need to do this as hints.mjacob2001-06-041-1/+12
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-2/+0
* Rewrite of the CAM error recovery code.ken2001-03-271-28/+608
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* In xpt_set_transfer_settings(), force async if either the period or theken2001-03-131-10/+12
* - Catch up to the new swi API changes:jhb2001-02-091-8/+6
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-071-10/+6
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-6/+6
* Back out rev 1.102. The IBM DNES drives work fine for me, jedgar and otherken2001-01-291-11/+0
* Mark the (ancient) MaxOptix Tahiti 1 drive as a known rogue that wouldjoerg2001-01-231-0/+10
* Add tags quirk for IBM DNES drives.mjacob2001-01-161-0/+11
* Fix async notifications for listners registered to wildcard nodes. Forgibbs2000-11-061-55/+77
* Treat engine inquiry the same as path inquiry in xptioctl().gibbs2000-10-311-5/+3
* Allow async transfer negotiation updates to modify tagging behavior.gibbs2000-10-311-3/+1
* Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec.scottl2000-10-301-1/+7
* Add the use of M_ZERO to some malloc calls.dwmalone2000-10-291-4/+3
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-29/+17
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Slight cleanup - this is logically equivalent code but means one lesspeter2000-10-151-6/+6
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-1/+1
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-1/+1
* CAM, the module: scbus, da, cd, and st wrapped in one module.n_hibma2000-08-131-1/+24
* The Yamaha CDR100 doesn't seem to like multi-LUN probing.ken2000-08-081-0/+4
* cam_ccb.h:gibbs2000-07-181-0/+9
* Whoops- forgot to commit this other pearl from Justin- only set ormjacob2000-07-171-8/+12
* Quirk entry for TeraSolutions TRC-22 RAID controller to keep mintagsdg2000-07-131-0/+5
* Disable multi-lun probing on Hitachi DK31* drives.ken2000-06-041-0/+12
* Back out the previous change to the queue(3) interface.jake2000-05-261-16/+15
OpenPOWER on IntegriCloud