Sure:
==> arch/amd64/pci/acpipci.c <==
/* $OpenBSD: acpipci.c,v 1.2 2019/08/28 22:39:09 kettenis Exp $ */
==> arch/amd64/pci/pci_machdep.c <==
/* $OpenBSD: pci_machdep.c,v 1.72 2019/08/28 22:39:09 kettenis Exp
$ */
==> dev/acpi/acpi.c <==
/* $OpenBSD: acpi.c,v 1.373 2019/08/28 22:39:09 kettenis Exp $ */
==> dev/acpi/acpireg.h <==
/* $OpenBSD: acpireg.h,v 1.45 2019/08/28 22:39:09 kettenis Exp $ */
==> dev/acpi/acpivar.h <==
/* $OpenBSD: acpivar.h,v 1.104 2019/08/28 22:39:09 kettenis Exp $ */
==> arch/amd64/amd64/mainbus.c <==
/* $OpenBSD: mainbus.c,v 1.48 2019/08/28 22:39:09 kettenis Exp $ */
On 8/29/19 9:17 AM, Stefan Sperling wrote:
On Thu, Aug 29, 2019 at 09:13:05AM +0200, Matija Zezelj wrote:
I just pulled latest version from cvs and recompiled it
did cd /usr/src && cvs -q up -Pd -A && cd
/usr/src/sys/arch/amd64/compile/GENERIC.MP && make obj && make config &&
make && doas make install
so i guess it contained the change below
OK thanks. If you could give us your list of RCS IDs from the first
line of each of those files, that would be appreciated:
sys/arch/amd64/amd64: mainbus.c
sys/arch/amd64/pci: acpipci.c pci_machdep.c
sys/dev/acpi : acpi.c acpireg.h acpivar.h