SGIOC
#define SG_SET_TIMEOUT _IO(SGIOC, 0x01)
#define SG_GET_TIMEOUT _IO(SGIOC, 0x02)
#define SG_EMULATED_HOST _IO(SGIOC, 0x03)
#define SG_SET_TRANSFORM _IO(SGIOC, 0x04)
#define SG_GET_TRANSFORM _IO(SGIOC, 0x05)
#define SG_GET_COMMAND_Q _IO(SGIOC, 0x70)
#define SG_SET_COMMAND_Q _IO(SGIOC, 0x71)
#define SG_GET_RESERVED_SIZE _IO(SGIOC, 0x72)
#define SG_SET_RESERVED_SIZE _IO(SGIOC, 0x75)
#define SG_GET_SCSI_ID _IO(SGIOC, 0x76)
#define SG_SET_FORCE_LOW_DMA _IO(SGIOC, 0x79)
#define SG_GET_LOW_DMA _IO(SGIOC, 0x7a)
#define SG_SET_FORCE_PACK_ID _IO(SGIOC, 0x7b)
#define SG_GET_PACK_ID _IO(SGIOC, 0x7c)
#define SG_GET_NUM_WAITING _IO(SGIOC, 0x7d)
#define SG_SET_DEBUG _IO(SGIOC, 0x7e)
#define SG_GET_SG_TABLESIZE _IO(SGIOC, 0x7f)
#define SG_GET_VERSION_NUM _IO(SGIOC, 0x82)
#define SG_NEXT_CMD_LEN _IO(SGIOC, 0x83)
#define SG_SCSI_RESET _IO(SGIOC, 0x84)
#define SG_IO _IO(SGIOC, 0x85)
#define SG_GET_REQUEST_TABLE _IO(SGIOC, 0x86)
#define SG_SET_KEEP_ORPHAN _IO(SGIOC, 0x87)
#define SG_GET_KEEP_ORPHAN _IO(SGIOC, 0x88)
#define SG_GET_ACCESS_COUNT _IO(SGIOC, 0x89)