BGE_PCI_CMD
PCI_CLRBIT(sc->bge_dev, BGE_PCI_CMD,
command = pci_read_config(dev, BGE_PCI_CMD, 4);
pci_write_config(dev, BGE_PCI_CMD, command, 4);
PCI_CLRBIT(sc->bnx_dev, BGE_PCI_CMD,
command = pci_read_config(dev, BGE_PCI_CMD, 4);
pci_write_config(dev, BGE_PCI_CMD, command, 4);