Searched defs:mca_attach_args (Results 1 – 1 of 1) sorted by relevance
57 struct mca_attach_args { struct58 bus_space_tag_t ma_iot; /* MCA I/O space tag */59 bus_space_tag_t ma_memt; /* MCA mem space tag */60 bus_dma_tag_t ma_dmat; /* MCA DMA tag */61 mca_chipset_tag_t ma_mc; /* currently unused */63 int ma_slot; /* MCA slot number */64 int ma_pos[8]; /* MCA POS register values */65 int ma_id; /* MCA device ID (POS1 + POS2<<8) */