Home
last modified time | relevance | path

Searched refs:pcistate (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bge/
H A Dif_bge.c3293 uint32_t hwcfg = 0, misccfg, pcistate; in bge_attach() local
3451 pcistate = pci_read_config(dev, BGE_PCI_PCISTATE, 4); in bge_attach()
3452 pcistate |= BGE_PCISTATE_ALLOW_APE_CTLSPC_WR | in bge_attach()
3455 pci_write_config(dev, BGE_PCI_PCISTATE, pcistate, 4); in bge_attach()