Home
last modified time | relevance | path

Searched defs:sddevinfo (Results 1 – 2 of 2) sorted by path

/original-bsd/sys/news3400/iodev/
H A Dsddefs.c203 struct sddevinfo sddevinfo[] = { variable
H A Dsdreg.h121 struct sddevinfo { struct
122 /*00*/ int id_len; /* identify length */
123 /*04*/ char *id_name; /* vendor & product ID */
124 /*08*/ char *revs; /* revision */
125 /*0c*/ int capacity; /* drive capacity */
126 /*10*/ char *call_name; /* device nickname */
127 /*14*/ int type; /* device type code */
150 /*18*/ int firm_flags; /* firmware spec */
159 /*28*/ struct sdst *sdstp; /* device specifications */
163 /*34*/ char **other_pages; /* Other Parameters */
[all …]