Deleted Added
full compact
35c35
< __FBSDID("$FreeBSD: head/sys/dev/bge/if_bge.c 190194 2009-03-21 00:23:07Z marius $");
---
> __FBSDID("$FreeBSD: head/sys/dev/bge/if_bge.c 190319 2009-03-23 14:36:50Z marius $");
1298,1299c1298
< * Do endian, PCI and DMA initialization. Also check the on-board ROM
< * self-test results.
---
> * Do endian, PCI and DMA initialization.
1407c1406,1407
< * properly by these devices.
---
> * properly by these devices. Also ensure that INTx isn't disabled,
> * as these chips need it even when using MSI.
1409c1409,1410
< PCI_CLRBIT(sc->bge_dev, BGE_PCI_CMD, PCIM_CMD_MWIEN, 4);
---
> PCI_CLRBIT(sc->bge_dev, BGE_PCI_CMD,
> PCIM_CMD_INTxDIS | PCIM_CMD_MWIEN, 4);