Home
last modified time | relevance | path

Searched defs:scsi_ctron_ether_inquiry_data (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/scsipi/
H A Dscsi_ctron_ether.h78 struct scsi_ctron_ether_inquiry_data { struct
80 u_int8_t device; /* 3 (T_CPU) */
81 u_int8_t dev_qual2; /* 0 (fixed) */
82 u_int8_t version; /* 0 */
83 u_int8_t response_format; /* 0 */
84 u_int8_t additional_len; /* 75!! */
85 u_int8_t unused[2]; /* 0, 0 */
86 u_int8_t flags; /* 0x18 (sync+linked!?) */
87 char vendor[8]; /* ie; "Cabletrn" or "CABLETRN" */
88 char product[16]; /* ie; "EA412/...." */
[all …]