sti_pci_softc
struct sti_pci_softc *spc = device_private(dev);
sti_check_rom(struct sti_pci_softc *spc, struct pci_attach_args *pa)
sti_pci_enable_rom_internal(struct sti_pci_softc *spc)
struct sti_pci_softc *spc = device_private(sc->sc_dev);
sti_pci_disable_rom_internal(struct sti_pci_softc *spc)
struct sti_pci_softc *spc = device_private(sc->sc_dev);
CFATTACH_DECL_NEW(sti_pci, sizeof(struct sti_pci_softc),
int sti_check_rom(struct sti_pci_softc *, struct pci_attach_args *);
void sti_pci_enable_rom_internal(struct sti_pci_softc *);
void sti_pci_disable_rom_internal(struct sti_pci_softc *);
struct sti_pci_softc *spc = device_private(self);