|
@@ -190,6 +190,7 @@ enum {
|
|
ATA_PFLAG_LOADING = (1 << 4), /* boot/loading probe */
|
|
ATA_PFLAG_LOADING = (1 << 4), /* boot/loading probe */
|
|
ATA_PFLAG_UNLOADING = (1 << 5), /* module is unloading */
|
|
ATA_PFLAG_UNLOADING = (1 << 5), /* module is unloading */
|
|
ATA_PFLAG_SCSI_HOTPLUG = (1 << 6), /* SCSI hotplug scheduled */
|
|
ATA_PFLAG_SCSI_HOTPLUG = (1 << 6), /* SCSI hotplug scheduled */
|
|
|
|
+ ATA_PFLAG_INITIALIZING = (1 << 7), /* being initialized, don't touch */
|
|
|
|
|
|
ATA_PFLAG_FLUSH_PORT_TASK = (1 << 16), /* flush port task */
|
|
ATA_PFLAG_FLUSH_PORT_TASK = (1 << 16), /* flush port task */
|
|
ATA_PFLAG_SUSPENDED = (1 << 17), /* port is suspended (power) */
|
|
ATA_PFLAG_SUSPENDED = (1 << 17), /* port is suspended (power) */
|