Linux Kernel
3.7.1
|
#include <BusLogic.h>
Data Fields | |
u32 | BaseAddress |
bool | Present |
unsigned char | IRQ_Channel |
unsigned char | SCSI_ID |
unsigned char | SCSI_LUN |
unsigned short | FirmwareRevision |
unsigned short | SynchronousPermitted |
unsigned short | FastPermitted |
unsigned short | UltraPermitted |
unsigned short | DisconnectPermitted |
unsigned short | WidePermitted |
bool | ParityCheckingEnabled:1 |
bool | HostWideSCSI:1 |
bool | HostSoftReset:1 |
bool | ExtendedTranslationEnabled:1 |
bool | LowByteTerminated:1 |
bool | HighByteTerminated:1 |
bool | ReportDataUnderrun:1 |
bool | SCAM_Enabled:1 |
bool | SCAM_Level2:1 |
unsigned | char:7 |
unsigned char | Family |
unsigned char | BusType |
unsigned char | ModelNumber [3] |
unsigned char | RelativeCardNumber |
unsigned char | Reserved [4] |
unsigned int | OS_Reserved |
unsigned char | TranslationInfo [4] |
unsigned int | Reserved2 [5] |
unsigned int | SecondaryRange |
Definition at line 970 of file BusLogic.h.
u32 BaseAddress |
Definition at line 971 of file BusLogic.h.
unsigned char BusType |
Definition at line 993 of file BusLogic.h.
unsigned char |
Definition at line 991 of file BusLogic.h.
unsigned short DisconnectPermitted |
Definition at line 980 of file BusLogic.h.
bool ExtendedTranslationEnabled |
Definition at line 985 of file BusLogic.h.
unsigned char Family |
Definition at line 992 of file BusLogic.h.
unsigned short FastPermitted |
Definition at line 978 of file BusLogic.h.
unsigned short FirmwareRevision |
Definition at line 976 of file BusLogic.h.
bool HighByteTerminated |
Definition at line 987 of file BusLogic.h.
bool HostSoftReset |
Definition at line 984 of file BusLogic.h.
bool HostWideSCSI |
Definition at line 983 of file BusLogic.h.
unsigned char IRQ_Channel |
Definition at line 973 of file BusLogic.h.
bool LowByteTerminated |
Definition at line 986 of file BusLogic.h.
unsigned char ModelNumber[3] |
Definition at line 994 of file BusLogic.h.
unsigned int OS_Reserved |
Definition at line 997 of file BusLogic.h.
bool ParityCheckingEnabled |
Definition at line 982 of file BusLogic.h.
bool Present |
Definition at line 972 of file BusLogic.h.
unsigned char RelativeCardNumber |
Definition at line 995 of file BusLogic.h.
bool ReportDataUnderrun |
Definition at line 988 of file BusLogic.h.
unsigned char Reserved[4] |
Definition at line 996 of file BusLogic.h.
unsigned int Reserved2[5] |
Definition at line 999 of file BusLogic.h.
bool SCAM_Enabled |
Definition at line 989 of file BusLogic.h.
bool SCAM_Level2 |
Definition at line 990 of file BusLogic.h.
unsigned char SCSI_ID |
Definition at line 974 of file BusLogic.h.
unsigned char SCSI_LUN |
Definition at line 975 of file BusLogic.h.
unsigned int SecondaryRange |
Definition at line 1000 of file BusLogic.h.
unsigned short SynchronousPermitted |
Definition at line 977 of file BusLogic.h.
unsigned char TranslationInfo[4] |
Definition at line 998 of file BusLogic.h.
unsigned short UltraPermitted |
Definition at line 979 of file BusLogic.h.
unsigned short WidePermitted |
Definition at line 981 of file BusLogic.h.