freebsd-skq/sys/cam/scsi
Alexander Motin 30a4094f86 MFp4:
- Move tagged queueing control from ADA to ATA XPT. It allows to control
  device command queue length correctly. First step to support < 32 tags.
- Limit queue for non-tagged devices by 2 slots for ahci(4) and siis(4).
- Implement quirk matching for ATA devices.
- Move xpt_schedule_dev_sendq() from header to source file.
- Move delayed queue shrinking to the more expected place - element freeing.
- Remove some SCSIsms in ATA.
2009-11-11 11:10:36 +00:00
..
scsi_all.c Replace most of priority numbers with defines. No logical changes. 2009-10-23 08:27:55 +00:00
scsi_all.h Update SCSI opcodes and ASCs from t10.org. 2008-08-07 17:25:05 +00:00
scsi_cd.c Replace most of priority numbers with defines. No logical changes. 2009-10-23 08:27:55 +00:00
scsi_cd.h
scsi_ch.c Replace most of priority numbers with defines. No logical changes. 2009-10-23 08:27:55 +00:00
scsi_ch.h
scsi_da.c MFp4: 2009-11-04 15:40:19 +00:00
scsi_da.h
scsi_dvcfg.h
scsi_iu.h
scsi_low_pisa.c
scsi_low_pisa.h
scsi_low.c Fix a memory leak in an error case. 2009-10-22 06:13:07 +00:00
scsi_low.h Add a new 'why' argument to kdb_enter(), and a set of constants to use 2007-12-25 17:52:02 +00:00
scsi_message.h
scsi_pass.c Separate the parallel scsi knowledge out of the core of the XPT, and 2009-07-10 08:18:08 +00:00
scsi_pass.h
scsi_pt.c Replace most of priority numbers with defines. No logical changes. 2009-10-23 08:27:55 +00:00
scsi_pt.h
scsi_sa.c Replace most of priority numbers with defines. No logical changes. 2009-10-23 08:27:55 +00:00
scsi_sa.h
scsi_ses.c Separate the parallel scsi knowledge out of the core of the XPT, and 2009-07-10 08:18:08 +00:00
scsi_ses.h
scsi_sg.c MFp4: 2009-10-31 10:43:38 +00:00
scsi_sg.h A fix for the SG_GET_TIMEOUT function slipped into a previous commit by 2007-04-10 20:03:42 +00:00
scsi_targ_bh.c Replace most of priority numbers with defines. No logical changes. 2009-10-23 08:27:55 +00:00
scsi_target.c Replace most of priority numbers with defines. No logical changes. 2009-10-23 08:27:55 +00:00
scsi_targetio.h
scsi_xpt.c MFp4: 2009-11-11 11:10:36 +00:00