Hello. During boot I see: acpitz0 at acpi0: critical temperature is 200 degC
The acpitz(4) man page mentions that the system will power down if this critical temperature is reached. I assume this temperature is retrieved from BIOS, but I do not have an option in BIOS setup for it. Can I hard code this temperature in sys/dev/acpi/acpitz.c to a saner number? If so, it looks like I need to define sc->sc_crt, or possibly _CRT. Or is there another way to do this? Thanks

