HwInitialize


BOOLEAN HwInitialize(DeviceExtension)
IN PVOID  DeviceExtension;

Initializes the HBA after a boot or a power failure.

DeviceExtension

Points to the HBA miniport driver's storage for adapter data.

This routine must initialize the hardware but should avoid resetting the SCSI bus. Interrupts can occur before this routine is called. If the bus is reset, it is reported by calling ScsiPortNotification.

See also ScsiPortNotification