XYC_MAXDEV
for (lcv = 0; lcv < XYC_MAXDEV ; lcv++) {
for (lcv = 0; lcv < XYC_MAXDEV; lcv++)
for (xa.driveno = 0; xa.driveno < XYC_MAXDEV; xa.driveno++)
for (lcv = 0 ; lcv < XYC_MAXDEV ; lcv++) {
#define XYC_CTLIOPB XYC_MAXDEV /* controller's iopb */
#define XYC_MAXIOPB (XYC_MAXDEV+1)
struct xy_softc *sc_drives[XYC_MAXDEV]; /* drives on this controller */
for (lcv = 0; lcv < XYC_MAXDEV ; lcv++) {
for (lcv = 0; lcv < XYC_MAXDEV; lcv++)
for (xa.driveno = 0; xa.driveno < XYC_MAXDEV; xa.driveno++)
for (lcv = 0 ; lcv < XYC_MAXDEV ; lcv++) {
#define XYC_CTLIOPB XYC_MAXDEV /* controller's iopb */
#define XYC_MAXIOPB (XYC_MAXDEV+1) /* max # of iopbs that can be active */
struct xy_softc *sc_drives[XYC_MAXDEV]; /* drives on this controller */