Lines Matching defs:idad_softc
169 struct idad_softc { struct170 device_t dev;171 struct ida_softc *controller;172 struct disk disk;173 struct devstat stats;174 int drive; /* per controller */175 int unit; /* global */176 int cylinders;177 int heads;178 int sectors;179 int secsize;180 int secperunit;181 int flags;