Searched defs:pcicdev_t (Results 1 – 1 of 1) sorted by relevance
161 typedef struct pcicdev_t { struct162 uint32_t pc_flags;163 uint32_t pc_type;164 char *pc_chipname;165 uint32_t pc_irqs; /* the possible IRQ levels */166 uint32_t pc_smi; /* SMI IRQ */167 uint32_t pc_irq; /* IO IRQ */168 int pc_io_type;169 int pc_intr_mode; /* which interrupt method */170 dev_info_t *dip;[all …]