summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-06-06 06:05:32 +0000
committerimp <imp@FreeBSD.org>2005-06-06 06:05:32 +0000
commite5bbab0ebdaabd80ed9ba5932cf520e1f3c58163 (patch)
tree60c542a286fcf222be8eece3c9e8c398e687a3a3 /sys/dev/pccbb
parentc2895a92bd95eb5ab62dc732ae5a48db64cb9d85 (diff)
downloadFreeBSD-src-e5bbab0ebdaabd80ed9ba5932cf520e1f3c58163.zip
FreeBSD-src-e5bbab0ebdaabd80ed9ba5932cf520e1f3c58163.tar.gz
Not yet ready to burn this, so unmark power stuff.... non-type 0 busses still need to do this
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb_pci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c
index 6ad20be..ab3bc88 100644
--- a/sys/dev/pccbb/pccbb_pci.c
+++ b/sys/dev/pccbb/pccbb_pci.c
@@ -238,7 +238,6 @@ cbb_pci_probe(device_t brdev)
return (ENXIO);
}
-#ifndef BURN_BRIDGES
/*
* Still need this because the pci code only does power for type 0
* header devices.
@@ -264,7 +263,6 @@ cbb_powerstate_d0(device_t dev)
pci_write_config(dev, PCIR_INTLINE, irq, 4);
}
}
-#endif
/*
* Print out the config space
@@ -302,9 +300,7 @@ cbb_pci_attach(device_t brdev)
sc->subbus = pci_read_config(brdev, PCIR_SUBBUS_2, 1);
SLIST_INIT(&sc->rl);
STAILQ_INIT(&sc->intr_handlers);
-#ifndef BURN_BRIDGES
cbb_powerstate_d0(brdev);
-#endif
rid = CBBR_SOCKBASE;
sc->base_res = bus_alloc_resource_any(brdev, SYS_RES_MEMORY, &rid,
OpenPOWER on IntegriCloud