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