Searched defs:pciide_channel (Results 1 – 1 of 1) sorted by relevance
92 struct pciide_channel { /* per-channel data */ struct93 struct channel_softc wdc_channel; /* generic part */94 const char *name;95 int hw_ok; /* hardware mapped & OK? */96 int compat; /* is it compat? */97 int dma_in_progress;98 void *ih; /* compat or pci handle */99 bus_space_handle_t ctl_baseioh; /* ctrl regs blk, native mode */101 struct pciide_dma_maps {106 } dma_maps[2];[all …]