Home
last modified time | relevance | path

Searched defs:pciide_channel (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dpciidevar.h135 struct pciide_channel { /* per-channel data */ struct
136 struct ata_channel ata_channel; /* generic part */
137 const char *name;
138 int compat; /* is it compat? */
139 void *ih; /* compat or pci handle */
140 bus_space_handle_t ctl_baseioh; /* ctrl regs blk, native mode */
141 bus_size_t ctl_ios;
144 struct pciide_dma_maps {
151 } dma_maps[WDC_MAXDRIVES];
152 bus_space_handle_t dma_iohs[IDEDMA_NREGS];
[all …]