Searched defs:wdc_softc (Results 1 – 1 of 1) sorted by relevance
150 struct wdc_softc { /* Per controller state */ struct151 struct device sc_dev;153 int cap;166 u_int8_t PIO_cap; /* highest PIO mode supported */167 u_int8_t DMA_cap; /* highest DMA mode supported */168 u_int8_t UDMA_cap; /* highest UDMA mode supported */169 int nchannels; /* Number of channels on this controller */170 struct channel_softc **channels; /* channel-specific data (array) */171 u_int16_t quirks; /* per-device oddities */184 void *dma_arg;[all …]