CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/05/24 08:51:52
Modified files: sys/dev/isa : isa.c sys/dev/acpi : acpi.c acpivar.h pckbc_acpi.c Log message: export the acpi legacy free flag and skip probing isa bus if set. allows me to boot a laptop that hangs when poking around in the dark. code synthesized from hints from jsg kettenis miod. ok kettenis miod. and now we see what happens to everyone else's machine.