bugsc_softc
struct bugsc_softc *pp = (struct bugsc_softc *)devdata;
f->f_devdata = (void *)bugsc_softc;
bugsc_softc[0].ctrl = (short)bugargs.ctrl_lun;
bugsc_softc[0].dev = (short)bugargs.dev_lun;
bugsc_softc[0].ctrl, bugsc_softc[0].dev);
} bugsc_softc[1];
struct bugsc_softc *pp = &bugsc_softc[0];