Searched defs:ppb_softc (Results 1 – 1 of 1) sorted by relevance
47 struct ppb_softc { struct48 device_t sc_dev; /* generic device glue */49 pci_chipset_tag_t sc_pc; /* our PCI chipset... */50 pcitag_t sc_tag; /* ...and tag. */51 pci_intr_handle_t *sc_pihp;52 void *sc_intrhand;53 int sc_pciecapoff;54 struct evcnt sc_ev_intr; /* interrupts */55 struct evcnt sc_ev_abp; /* Attention Button Pressed */56 struct evcnt sc_ev_pfd; /* Power Fault Detected */[all …]