aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_private.h
diff options
context:
space:
mode:
authorMitsuru IWASAKI <iwasaki@FreeBSD.org>2003-09-17 08:32:44 +0000
committerMitsuru IWASAKI <iwasaki@FreeBSD.org>2003-09-17 08:32:44 +0000
commit526b5e659d72dc2d4298f38eaaabafc83097f26b (patch)
treedf08b28e66ee6ccb78c1f44513d4a14348e26794 /sys/dev/pci/pci_private.h
parenta2f19df9cc4da8a9651bd46bc8e2b9ac28a24b72 (diff)
downloadsrc-526b5e659d72dc2d4298f38eaaabafc83097f26b.tar.gz
src-526b5e659d72dc2d4298f38eaaabafc83097f26b.zip
Add pci_resume() to reestablish interrupt routing after
suspend/resume. Especially after hibernation, interrupt routing went back to initial status on some machines.
Notes
Notes: svn path=/head/; revision=120155
Diffstat (limited to 'sys/dev/pci/pci_private.h')
-rw-r--r--sys/dev/pci/pci_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pci_private.h b/sys/dev/pci/pci_private.h
index 3123c61cdfc7..816106d82858 100644
--- a/sys/dev/pci/pci_private.h
+++ b/sys/dev/pci/pci_private.h
@@ -73,4 +73,5 @@ int pci_child_location_str_method(device_t cbdev, device_t child,
int pci_child_pnpinfo_str_method(device_t cbdev, device_t child,
char *buf, size_t buflen);
int pci_assign_interrupt_method(device_t dev, device_t child);
+int pci_resume(device_t dev);
#endif /* _PCI_PRIVATE_H_ */