Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dpciidevar.h55 struct pciide_softc { struct
56 struct wdc_softc sc_wdcdev; /* common wdc definitions */
57 pci_chipset_tag_t sc_pc; /* PCI registers info */
58 pcitag_t sc_tag;
59 void *sc_pci_ih; /* PCI interrupt handle */
60 int sc_dma_ok; /* bus-master DMA info */
61 bus_space_tag_t sc_dma_iot;
62 bus_space_handle_t sc_dma_ioh;
86 void (*chip_unmap)(struct pciide_softc *, int); argument
88 int sc_rev;
[all …]