Lines Matching defs:idad_softc
175 struct idad_softc { struct176 device_t dev;177 struct ida_softc *controller;178 struct disk *disk;179 int drive; /* per controller */180 int unit; /* global */181 int cylinders;182 int heads;183 int sectors;184 int secsize;185 int secperunit;186 int flags;