taglinefilesource code
boolean145drivers/scsi/BusLogic.cstatic boolean DriverAnnouncementPrinted = false;
boolean263drivers/scsi/BusLogic.cstatic boolean BusLogic_CreateCCBs(BusLogic_HostAdapter_T *HostAdapter)
boolean508drivers/scsi/BusLogic.cstatic boolean BusLogic_Failure(BusLogic_HostAdapter_T *HostAdapter,
boolean525drivers/scsi/BusLogic.cstatic boolean BusLogic_ProbeHostAdapter(BusLogic_HostAdapter_T *HostAdapter)
boolean527drivers/scsi/BusLogic.cboolean TraceProbe = (BusLogic_TracingOptions & BusLogic_TraceProbe);
boolean570drivers/scsi/BusLogic.cstatic boolean BusLogic_HardResetHostAdapter(BusLogic_HostAdapter_T
boolean573drivers/scsi/BusLogic.cboolean TraceHardReset = (BusLogic_TracingOptions & BusLogic_TraceHardReset);
boolean651drivers/scsi/BusLogic.cstatic boolean BusLogic_CheckHostAdapter(BusLogic_HostAdapter_T *HostAdapter)
boolean687drivers/scsi/BusLogic.cstatic boolean BusLogic_ReadHostAdapterConfiguration(BusLogic_HostAdapter_T
boolean701drivers/scsi/BusLogic.cboolean CommonErrorRecovery;
boolean1068drivers/scsi/BusLogic.cstatic boolean BusLogic_AcquireResources(BusLogic_HostAdapter_T *HostAdapter,
boolean1184drivers/scsi/BusLogic.cstatic boolean BusLogic_TestInterrupts(BusLogic_HostAdapter_T *HostAdapter)
boolean1238drivers/scsi/BusLogic.cstatic boolean BusLogic_InitializeHostAdapter(BusLogic_HostAdapter_T
boolean1352drivers/scsi/BusLogic.cstatic boolean BusLogic_InquireTargetDevices(BusLogic_HostAdapter_T
boolean1894drivers/scsi/BusLogic.cstatic boolean BusLogic_WriteOutgoingMailboxEntry(BusLogic_HostAdapter_T
boolean1901drivers/scsi/BusLogic.cboolean Result = false;
boolean313drivers/scsi/BusLogic.hboolean DMA_Channel5:1;
boolean314drivers/scsi/BusLogic.hboolean DMA_Channel6:1;
boolean315drivers/scsi/BusLogic.hboolean DMA_Channel7:1;
boolean316drivers/scsi/BusLogic.hboolean IRQ_Channel9:1;      /* Byte 1: IRQ Channel */
boolean317drivers/scsi/BusLogic.hboolean IRQ_Channel10:1;
boolean318drivers/scsi/BusLogic.hboolean IRQ_Channel11:1;
boolean319drivers/scsi/BusLogic.hboolean IRQ_Channel12:1;
boolean321drivers/scsi/BusLogic.hboolean IRQ_Channel14:1;
boolean322drivers/scsi/BusLogic.hboolean IRQ_Channel15:1;
boolean338drivers/scsi/BusLogic.hboolean Synchronous:1;
boolean350drivers/scsi/BusLogic.hboolean SynchronousInitiationEnabled:1;  /* Byte 0 */
boolean351drivers/scsi/BusLogic.hboolean ParityCheckEnabled:1;
boolean430drivers/scsi/BusLogic.hboolean LevelTriggeredInterrupts:1;
boolean433drivers/scsi/BusLogic.hboolean HostWideSCSI:1;        /* Byte 13 Bit 0 */
boolean434drivers/scsi/BusLogic.hboolean HostDifferentialSCSI:1;      /* Byte 13 Bit 1 */
boolean668drivers/scsi/BusLogic.hboolean WideModeTagEnable:1;        /* Byte 1 Bit 5 */
boolean680drivers/scsi/BusLogic.hboolean TagEnable:1;          /* Byte 17 Bit 5 */
boolean786drivers/scsi/BusLogic.hboolean IRQ_ChannelAcquired:1;
boolean787drivers/scsi/BusLogic.hboolean DMA_ChannelAcquired:1;
boolean788drivers/scsi/BusLogic.hboolean SynchronousInitiation:1;
boolean789drivers/scsi/BusLogic.hboolean ParityChecking:1;
boolean790drivers/scsi/BusLogic.hboolean ExtendedTranslation:1;
boolean791drivers/scsi/BusLogic.hboolean LevelTriggeredInterrupts:1;
boolean792drivers/scsi/BusLogic.hboolean HostWideSCSI:1;
boolean793drivers/scsi/BusLogic.hboolean HostDifferentialSCSI:1;
boolean794drivers/scsi/BusLogic.hboolean HostAdapterResetPending:1;
boolean795drivers/scsi/BusLogic.hvolatile boolean HostAdapterCommandCompleted:1;