ACPI 5 PCI removal
Joerg Sonnenberger
joerg at britannica.bec.de
Wed Jun 30 05:19:16 PDT 2004
Hi all,
I'm going to remove the PCI part of ACPI5 for the release, it doesn't
really work and gives some annoying warnings. This does imply no suspend
support or at least no working suspend. We can work on this after the
release. Please report in the next 48 hours, if this does _break_
something for you.
Joerg
Index: Makefile
===================================================================
RCS file: /home/joerg/wd/repo/dragonflybsd/src/sys/dev/acpica5/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 27 Jun 2004 22:08:57 -0000 1.3
+++ Makefile 30 Jun 2004 09:46:52 -0000
@@ -57,9 +57,9 @@
#
SRCS+= acpi.c acpi_acad.c acpi_battery.c acpi_button.c acpi_cmbat.c acpi_cpu.c
SRCS+= acpi_ec.c acpi_isab.c acpi_lid.c
-SRCS+= acpi_package.c acpi_pci.c acpi_pcib.c acpi_pcib_acpi.c
-SRCS+= acpi_pcib_pci.c acpi_powerres.c acpi_resource.c acpi_thermal.c
-SRCS+= acpi_timer.c acpi_pci_link.c
+SRCS+= acpi_package.c
+SRCS+= acpi_powerres.c acpi_resource.c acpi_thermal.c
+SRCS+= acpi_timer.c
SRCS+= OsdDebug.c
SRCS+= OsdHardware.c OsdInterrupt.c OsdMemory.c OsdSchedule.c
SRCS+= OsdStream.c OsdSynch.c OsdTable.c OsdEnvironment.c
More information about the Submit
mailing list