Lines Matching defs:BusLogic_AutoSCSIData

565 struct BusLogic_AutoSCSIData {  struct
566 unsigned char InternalFactorySignature[2]; /* Bytes 0-1 */
567 unsigned char InformationByteCount; /* Byte 2 */
568 unsigned char HostAdapterType[6]; /* Bytes 3-8 */
569 unsigned char:8; /* Byte 9 */
570 bool FloppyEnabled:1; /* Byte 10 Bit 0 */
571 bool FloppySecondary:1; /* Byte 10 Bit 1 */
572 bool LevelSensitiveInterrupt:1; /* Byte 10 Bit 2 */
573 unsigned char:2; /* Byte 10 Bits 3-4 */
574 unsigned char SystemRAMAreaForBIOS:3; /* Byte 10 Bits 5-7 */
575 unsigned char DMA_Channel:7; /* Byte 11 Bits 0-6 */
576 bool DMA_AutoConfiguration:1; /* Byte 11 Bit 7 */
577 unsigned char IRQ_Channel:7; /* Byte 12 Bits 0-6 */
578 bool IRQ_AutoConfiguration:1; /* Byte 12 Bit 7 */
579 unsigned char DMA_TransferRate; /* Byte 13 */
580 unsigned char SCSI_ID; /* Byte 14 */
581 bool LowByteTerminated:1; /* Byte 15 Bit 0 */
582 bool ParityCheckingEnabled:1; /* Byte 15 Bit 1 */
583 bool HighByteTerminated:1; /* Byte 15 Bit 2 */
584 bool NoisyCablingEnvironment:1; /* Byte 15 Bit 3 */
585 bool FastSynchronousNegotiation:1; /* Byte 15 Bit 4 */
586 bool BusResetEnabled:1; /* Byte 15 Bit 5 */
588 bool ActiveNegationEnabled:1; /* Byte 15 Bit 7 */
589 unsigned char BusOnDelay; /* Byte 16 */
590 unsigned char BusOffDelay; /* Byte 17 */
591 bool HostAdapterBIOSEnabled:1; /* Byte 18 Bit 0 */
592 bool BIOSRedirectionOfINT19Enabled:1; /* Byte 18 Bit 1 */
593 bool ExtendedTranslationEnabled:1; /* Byte 18 Bit 2 */
594 bool MapRemovableAsFixedEnabled:1; /* Byte 18 Bit 3 */
596 bool BIOSSupportsMoreThan2DrivesEnabled:1; /* Byte 18 Bit 5 */
597 bool BIOSInterruptModeEnabled:1; /* Byte 18 Bit 6 */
598 bool FlopticalSupportEnabled:1; /* Byte 19 Bit 7 */
599 unsigned short DeviceEnabled; /* Bytes 19-20 */
600 unsigned short WidePermitted; /* Bytes 21-22 */
601 unsigned short FastPermitted; /* Bytes 23-24 */
602 unsigned short SynchronousPermitted; /* Bytes 25-26 */
603 unsigned short DisconnectPermitted; /* Bytes 27-28 */
604 unsigned short SendStartUnitCommand; /* Bytes 29-30 */
605 unsigned short IgnoreInBIOSScan; /* Bytes 31-32 */
606 unsigned char PCIInterruptPin:2; /* Byte 33 Bits 0-1 */
607 unsigned char HostAdapterIOPortAddress:2; /* Byte 33 Bits 2-3 */
608 bool StrictRoundRobinModeEnabled:1; /* Byte 33 Bit 4 */
609 bool VESABusSpeedGreaterThan33MHz:1; /* Byte 33 Bit 5 */
610 bool VESABurstWriteEnabled:1; /* Byte 33 Bit 6 */
611 bool VESABurstReadEnabled:1; /* Byte 33 Bit 7 */
612 unsigned short UltraPermitted; /* Bytes 34-35 */
613 unsigned int:32; /* Bytes 36-39 */
614 unsigned char:8; /* Byte 40 */
615 unsigned char AutoSCSIMaximumLUN; /* Byte 41 */
617 bool SCAM_Dominant:1; /* Byte 42 Bit 1 */
618 bool SCAM_Enabled:1; /* Byte 42 Bit 2 */
619 bool SCAM_Level2:1; /* Byte 42 Bit 3 */
620 unsigned char:4; /* Byte 42 Bits 4-7 */
621 bool INT13ExtensionEnabled:1; /* Byte 43 Bit 0 */
623 bool CDROMBootEnabled:1; /* Byte 43 Bit 2 */
624 unsigned char:5; /* Byte 43 Bits 3-7 */
625 unsigned char BootTargetID:4; /* Byte 44 Bits 0-3 */
626 unsigned char BootChannel:4; /* Byte 44 Bits 4-7 */
627 unsigned char ForceBusDeviceScanningOrder:1; /* Byte 45 Bit 0 */
628 unsigned char:7; /* Byte 45 Bits 1-7 */
629 unsigned short NonTaggedToAlternateLUNPermitted; /* Bytes 46-47 */
630 unsigned short RenegotiateSyncAfterCheckCondition; /* Bytes 48-49 */
631 unsigned char Reserved[10]; /* Bytes 50-59 */
632 unsigned char ManufacturingDiagnostic[2]; /* Bytes 60-61 */
633 unsigned short Checksum; /* Bytes 62-63 */