aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_xpt.c
Commit message (Expand)AuthorAgeFilesLines
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Note that the large Hitachi's are also CAM_QUIRK_HILUNSMatt Jacob2002-09-231-0/+8
* Make SCSI_DELAY setable at boot time and runtime via theBrooks Davis2002-09-021-3/+3
* Add \n to various printfs. grep shows these should be the last ones.Nate Lawson2002-08-271-3/+3
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* Make Veritas Storage Appliance a HILUNS device.Matt Jacob2002-04-241-0/+5
* Maxtor Personal Storage 3000XT (Firewire) hangs uponHidetoshi Shimokawa2002-03-241-0/+11
* Define the kern.cam sysctl in the cam layer, rather than multiply in severalMike Smith2002-01-091-2/+2
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-051-2/+2
* Bring the probe inquiry code in line with the SCSI spec.Kenneth D. Merry2001-11-271-43/+35
* Disabled tagged commands for Hitachi Jura-C series with J8A8 firmware.David Greenman2001-11-191-0/+10
* Back out revision 1.117; the correct solution is to upgrade theIan Dowse2001-11-191-9/+0
* Hitachi DK32 disks have problems with tagged queuing under load.Ian Dowse2001-11-191-0/+9
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* cleanup some of the XPORT_FC codeMatt Jacob2001-06-241-24/+18
* Hints overhaul:Peter Wemm2001-06-121-5/+5
* first blush at some FC path inquiry settingsMatt Jacob2001-06-041-0/+20
* Do NOLUNS dance for oddball Exabyte. We *really* need to do this as hints.Matt Jacob2001-06-041-1/+12
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-151-2/+0
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-28/+608
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* In xpt_set_transfer_settings(), force async if either the period or theKenneth D. Merry2001-03-131-10/+12
* - Catch up to the new swi API changes:John Baldwin2001-02-091-8/+6
* Change the peripheral driver list from a linker set to module drivenPeter Wemm2001-02-071-10/+6
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-6/+6
* Back out rev 1.102. The IBM DNES drives work fine for me, jedgar and otherKenneth D. Merry2001-01-291-11/+0
* Mark the (ancient) MaxOptix Tahiti 1 drive as a known rogue that wouldJoerg Wunsch2001-01-231-0/+10
* Add tags quirk for IBM DNES drives.Matt Jacob2001-01-161-0/+11
* Fix async notifications for listners registered to wildcard nodes. ForJustin T. Gibbs2000-11-061-55/+77
* Treat engine inquiry the same as path inquiry in xptioctl().Justin T. Gibbs2000-10-311-5/+3
* Allow async transfer negotiation updates to modify tagging behavior.Justin T. Gibbs2000-10-311-3/+1
* Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec.Scott Long2000-10-301-1/+7
* Add the use of M_ZERO to some malloc calls.David Malone2000-10-291-4/+3
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-251-29/+17
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Slight cleanup - this is logically equivalent code but means one lessPeter Wemm2000-10-151-6/+6
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.John Baldwin2000-10-051-1/+1
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromJohn Baldwin2000-09-131-1/+1
* CAM, the module: scbus, da, cd, and st wrapped in one module.Nick Hibma2000-08-131-1/+24
* The Yamaha CDR100 doesn't seem to like multi-LUN probing.Kenneth D. Merry2000-08-081-0/+4
* cam_ccb.h:Justin T. Gibbs2000-07-181-0/+9
* Whoops- forgot to commit this other pearl from Justin- only set orMatt Jacob2000-07-171-8/+12
* Quirk entry for TeraSolutions TRC-22 RAID controller to keep mintagsDavid Greenman2000-07-131-0/+5
* Disable multi-lun probing on Hitachi DK31* drives.Kenneth D. Merry2000-06-041-0/+12
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-16/+15
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-15/+16
* *sigh* I must have been on something that night. Make xpt_periph anNick Hibma2000-05-071-0/+2