drivers/scsi/qla2xxx/qla_version.h

Source file repositories/reference/linux-study-clean/drivers/scsi/qla2xxx/qla_version.h

File Facts

System
Linux kernel
Corpus path
drivers/scsi/qla2xxx/qla_version.h
Extension
.h
Size
333 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/scsi
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#define QLA2XXX_VERSION      "10.02.10.100-k"

#define QLA_DRIVER_MAJOR_VER	10
#define QLA_DRIVER_MINOR_VER	02
#define QLA_DRIVER_PATCH_VER	10
#define QLA_DRIVER_BETA_VER	100

Annotation

Implementation Notes