View Single Post
  #3   (View Single Post)  
Old 25th July 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

Your hardware has both ACPI and APM. OpenBSD selected the latter. Try using ACPI instead.

At the boot> prompt, respond "-c"
At the first UKC> prompt, respond "disable apm"
At the next UKC> prompt, respond "quit"

Inspect the new dmesg, and see if the interrupt routing problem goes away.
If it does, then make this change to your kernel permanent with config(8).
Reply With Quote