summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pcibvar.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-08-05 16:10:12 +0000
committerjhb <jhb@FreeBSD.org>2010-08-05 16:10:12 +0000
commit5cf4f672749c39f6ac26eacc0402556c2b44f647 (patch)
tree15eb9a859994788488de0f649b41fdc6704a3806 /sys/dev/acpica/acpi_pcibvar.h
parentd1b61616fa6d6851624ea2056a25e8aea473e388 (diff)
downloadFreeBSD-src-5cf4f672749c39f6ac26eacc0402556c2b44f647.zip
FreeBSD-src-5cf4f672749c39f6ac26eacc0402556c2b44f647.tar.gz
- Retire acpi_pcib_resume(). It is has just been an alias for
bus_generic_resume() since the pci_link(4) driver was added. - Change the ACPI PCI-PCI bridge driver to inherit most of its methods from the generic PCI-PCI bridge driver. In particular, this will now restore PCI config registers for ACPI PCI-PCI bridges. Tested by: Oleg Sharoyko osharoiko of gmail
Diffstat (limited to 'sys/dev/acpica/acpi_pcibvar.h')
-rw-r--r--sys/dev/acpica/acpi_pcibvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_pcibvar.h b/sys/dev/acpica/acpi_pcibvar.h
index 5514a26..00e03fa 100644
--- a/sys/dev/acpica/acpi_pcibvar.h
+++ b/sys/dev/acpica/acpi_pcibvar.h
@@ -31,13 +31,14 @@
#define _ACPI_PCIBVAR_H_
#ifdef _KERNEL
+
void acpi_pci_link_add_reference(device_t dev, int index, device_t pcib,
int slot, int pin);
int acpi_pci_link_route_interrupt(device_t dev, int index);
int acpi_pcib_attach(device_t bus, ACPI_BUFFER *prt, int busno);
int acpi_pcib_route_interrupt(device_t pcib, device_t dev, int pin,
ACPI_BUFFER *prtbuf);
-int acpi_pcib_resume(device_t dev);
+
#endif /* _KERNEL */
#endif /* !_ACPI_PCIBVAR_H_ */
OpenPOWER on IntegriCloud