Searched defs:idad_softc (Results 1 – 1 of 1) sorted by relevance
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;[all …]