Deleted Added
full compact
32c32
< __FBSDID("$FreeBSD: head/sys/dev/pci/pci_pci.c 239103 2012-08-06 19:49:57Z jhb $");
---
> __FBSDID("$FreeBSD: head/sys/dev/pci/pci_pci.c 253120 2013-07-09 23:12:26Z marius $");
103c103
< DRIVER_MODULE(pcib, pci, pcib_driver, pcib_devclass, 0, 0);
---
> DRIVER_MODULE(pcib, pci, pcib_driver, pcib_devclass, NULL, NULL);
626a627,629
> if (pci_msix_device_blacklisted(dev))
> sc->flags |= PCIB_DISABLE_MSIX;
>
1382c1385
< if (sc->flags & PCIB_DISABLE_MSI)
---
> if (sc->flags & PCIB_DISABLE_MSIX)