Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - F index
The Linux kernel configuration item CONFIG_FUSION_ISENSE
:
CONFIG_MODULES && CONFIG_FUSION && CONFIG_m
isense
The isense module (roughly stands for Interpret SENSE data) is completely optional. It simply provides extra English readable strings in SCSI Error Report(s) that might be generated from the Fusion MPT SCSI Host driver, for example when a target device returns a SCSI check condition on a I/O. Without this module loaded you might see:
SCSI Error Report =-=-= (ioc0,scsi5:0) SCSI_Status=02h (CHECK_CONDITION) Original_CDB[]: 2A 00 00 00 00 41 00 00 02 00 SenseData[12h]: 70 00 02 00 00 00 00 0A 00 00 00 00 04 02 02 00 00 00 SenseKey=2h (NOT READY); FRU=02h ASC/ASCQ=29h/00h
Where otherwise, if this module had been loaded, you would see:
SCSI Error Report =-=-= (ioc0,scsi5:0) SCSI_Status=02h (CHECK_CONDITION) Original_CDB[]: 2A 00 00 00 00 41 00 00 02 00 - "WRITE(10)" SenseData[12h]: 70 00 02 00 00 00 00 0A 00 00 00 00 04 02 02 00 00 00 SenseKey=2h (NOT READY); FRU=02h ASC/ASCQ=29h/00h "LOGICAL UNIT NOT READY, INITIALIZING CMD. REQUIRED"
Say M for "Enhanced SCSI error reporting" to compile this optional module, creating a driver named: isense.
NOTE: Support for building this feature into the kernel is not available, due to kernel size considerations.
Raw data from LKDDb:
lkddb module isense CONFIG_FUSION_ISENSE : drivers/message/fusion/Kconfig : "Enhanced SCSI error reporting" # in 2.5.45–2.5.75, 2.6.0–2.6.8
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - F index
Automatically generated (in year 2024). See also LKDDb sources on GitLab