> From: Joel Carnat <[email protected]> > Date: Thu, 14 Mar 2019 18:57:36 +0100 > > aml_rwgen: unregistered RegionSpace 0x5 > Could not convert 1 to 0 > panic: aml_die aml_convert:2097.
This almost certainly happens because I forgot to add the acpicmos(4) driver to the RAMDISK_CD kernel. Hopefully somebody will ok the diff below and you'll be able to test this in a day or so. ok? Index: arch/amd64/conf/RAMDISK_CD =================================================================== RCS file: /cvs/src/sys/arch/amd64/conf/RAMDISK_CD,v retrieving revision 1.177 diff -u -p -r1.177 RAMDISK_CD --- arch/amd64/conf/RAMDISK_CD 25 Jan 2019 23:16:52 -0000 1.177 +++ arch/amd64/conf/RAMDISK_CD 14 Mar 2019 18:54:38 -0000 @@ -37,6 +37,7 @@ acpi0 at bios? #acpibat* at acpi? #acpibtn* at acpi? #acpicpu* at acpi? +acpicmos* at acpi? acpiec* at acpi? acpiprt* at acpi? acpimadt0 at acpi?
