[SUNHME]: Fix for sunhme failures on x86
[deliverable/linux.git] / drivers / net / sunhme.c
index ec432ea879fbaa8d178a5a0e7253309264e3b1ec..df40e34c7766a3b0611325661917e6a8094f1593 100644 (file)
@@ -3012,6 +3012,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)
This page took 0.024132 seconds and 5 git commands to generate.