]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/sunhme.c
S2IO: Avoid printing the Enhanced statistics for Xframe I card.
[linux-2.6-omap-h63xx.git] / drivers / net / sunhme.c
index 4d59ece67292f09317275117f19ff7c013a277df..ef671739cfeaaa0f611a6e24a77febf6048b0d5e 100644 (file)
@@ -3013,6 +3013,11 @@ static int __devinit happy_meal_pci_probe(struct pci_dev *pdev,
 #endif
 
        err = -ENODEV;
+
+       if (pci_enable_device(pdev))
+               goto err_out;
+       pci_set_master(pdev);
+
        if (!strcmp(prom_name, "SUNW,qfe") || !strcmp(prom_name, "qfe")) {
                qp = quattro_pci_find(pdev);
                if (qp == NULL)