diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-07-03 14:00:57 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-07-03 14:00:57 +0000 |
| commit | fa4b32fa800a31351180823a809ef1f36e4270ff (patch) | |
| tree | 584c5d95c565a7220199ac4f80f117d25995ead7 /sys/dev/firewire | |
| parent | f399623004bc8a19b8f076167c9858cb12bcf7a3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/fwohci_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index 044621f809216..41662397a17c2 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -403,9 +403,11 @@ 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; |
