Lines Matching defs:xy_softc
98 struct xy_softc { struct
99 device_t sc_dev; /* device struct, reqd by autoconf */
100 struct disk sc_dk; /* generic disk info */
101 struct xyc_softc *parent; /* parent */
102 u_short flags; /* flags */
103 u_short state; /* device state */
104 int xy_drive; /* unit number */
105 int drive_type; /* drive type (as per disk) */
107 u_short ncyl, acyl, pcyl; /* number of cyl's */
108 u_short sectpercyl; /* nhead*nsect */
109 u_char nhead; /* number of heads */
110 u_char nsect; /* number of sectors per track */
111 u_char hw_spt; /* as above, but includes spare sectors */
112 struct xy_iorq *xyrq; /* this disk's ioreq structure */
113 struct bufq_state *xyq; /* queue'd I/O requests */
114 struct dkbad dkb; /* bad144 sectors */