ACPI 5 PCI removal

看板DFBSD_submit作者時間21年前 (2004/07/01 05:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/8 (看更多)
--WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="acpica5.diff" 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 --WIyZ46R2i8wDzkSu--
文章代碼(AID): #10uoed00 (DFBSD_submit)
文章代碼(AID): #10uoed00 (DFBSD_submit)