summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-06-28 20:26:21 +0000
committerimp <imp@FreeBSD.org>2004-06-28 20:26:21 +0000
commit61364cc86985fcfada6a818e1b48f59f91793aa2 (patch)
treea848db56387b1bdbfade2cf2d05b4a68c07fd355 /sys/dev/firewire
parentdc0d070947944ef9cf45f4ee922c982e0b8423ff (diff)
downloadFreeBSD-src-61364cc86985fcfada6a818e1b48f59f91793aa2.zip
FreeBSD-src-61364cc86985fcfada6a818e1b48f59f91793aa2.tar.gz
Remove the setting of the pci config variables on power state changes.
The bus does this now.
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/fwohci_pci.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c
index 962c45b..b1ee33d 100644
--- a/sys/dev/firewire/fwohci_pci.c
+++ b/sys/dev/firewire/fwohci_pci.c
@@ -428,11 +428,6 @@ fwohci_pci_resume(device_t dev)
{
fwohci_softc_t *sc = device_get_softc(dev);
-#ifndef BURN_BRIDGES
- device_printf(dev, "fwohci_pci_resume: power_state = 0x%08x\n",
- pci_get_powerstate(dev));
- pci_set_powerstate(dev, PCI_POWERSTATE_D0);
-#endif
fwohci_pci_init(dev);
fwohci_resume(sc, dev);
return 0;
OpenPOWER on IntegriCloud