Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/vme/
H A Dxyvar.h94 struct xy_softc { struct
95 device_t sc_dev; /* device struct, reqd by autoconf */
96 struct disk sc_dk; /* generic disk info */
97 struct xyc_softc *parent;/* parent */
98 u_short flags; /* flags */
99 u_short state; /* device state */
100 int xy_drive; /* unit number */
101 int drive_type; /* drive type (as per disk) */
104 u_short ncyl, acyl, pcyl; /* number of cyl's */
105 u_short sectpercyl; /* nhead*nsect */
[all …]
/netbsd-src/sys/arch/sun3/dev/
H A Dxyvar.h98 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 */
[all …]