* [Linux-ia64] ACPI without PCI
@ 2002-04-27 6:35 Keith Owens
2002-04-29 18:41 ` David Mosberger
0 siblings, 1 reply; 2+ messages in thread
From: Keith Owens @ 2002-04-27 6:35 UTC (permalink / raw)
To: linux-ia64
IA64 config.in forces CONFIG_ACPI_INTERPRETER=y but does not force
CONFIG_PCI=y. Building 2.5.10-ia64-020426 with ACPI_INTERPRETER=y and
PCI=n gets
drivers/acpi/acpi_osl.o: In function `acpi_os_initialize':
drivers/acpi/acpi_osl.o(.text+0x12): undefined reference to `pcibios_config_init'
drivers/acpi/acpi_osl.o(.text+0x20): undefined reference to `pci_config_read'
drivers/acpi/acpi_osl.o(.text+0x22): undefined reference to `pci_config_write'
drivers/acpi/acpi_osl.o: In function `acpi_os_read_pci_configuration':
drivers/acpi/acpi_osl.o(.text+0x1190): undefined reference to `pci_config_read'
drivers/acpi/acpi_osl.o(.text+0x1200): undefined reference to `pci_config_read'
drivers/acpi/acpi_osl.o(.text+0x1270): undefined reference to `pci_config_read'
drivers/acpi/acpi_osl.o: In function `acpi_os_write_pci_configuration':
drivers/acpi/acpi_osl.o(.text+0x13d0): undefined reference to `pci_config_write'
drivers/acpi/acpi_osl.o(.text+0x1440): undefined reference to `pci_config_write'
drivers/acpi/acpi_osl.o(.text+0x14b0): undefined reference to `pci_config_write'
Either ia64 config.in must force PCI=y or acpi_osl must cope with
PCI=n.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-04-29 18:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-27 6:35 [Linux-ia64] ACPI without PCI Keith Owens
2002-04-29 18:41 ` David Mosberger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox