Searched defs:BusLogic_BIOSDriveMapByte (Results 1 – 1 of 1) sorted by relevance
651 struct BusLogic_BIOSDriveMapByte { struct652 unsigned char TargetIDBit3:1; /* Bit 0 */653 unsigned char:2; /* Bits 1-2 */654 enum BusLogic_BIOS_DiskGeometryTranslation DiskGeometry:2; /* Bits 3-4 */655 unsigned char TargetID:3; /* Bits 5-7 */