From 67b4ef25f413c703c6e934340994d1bfb953027c Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 21 Nov 2011 12:09:39 +0100 Subject: [PATCH] Disable aps(4) in the GENERIC kernels. Its probe routine doesn't play nice with the Intel S5520SC motherboard. Until that is properly fixed, disable it as it is not strictly needed. Reported-by: Michael Kosarev --- sys/config/GENERIC | 2 +- sys/config/X86_64_GENERIC | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/config/GENERIC b/sys/config/GENERIC index f1c9d7d26a..8d1ee0faf8 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -200,7 +200,7 @@ device npx0 at nexus? port IO_NPX irq 13 device apm0 at nexus? disable flags 0x20 # Advanced Power Management # HW monitoring devices -device aps0 at isa? port 0x1600 +#device aps0 at isa? port 0x1600 device lm0 at isa? port 0x290 device it0 at isa? port 0x290 device it1 at isa? port 0xc00 diff --git a/sys/config/X86_64_GENERIC b/sys/config/X86_64_GENERIC index ad35bed275..8431757e85 100644 --- a/sys/config/X86_64_GENERIC +++ b/sys/config/X86_64_GENERIC @@ -179,7 +179,7 @@ options SC_PIXEL_MODE # add support for the raster text mode device agp # support several AGP chipsets # HW monitoring devices -device aps0 at isa? port 0x1600 +#device aps0 at isa? port 0x1600 device lm0 at isa? port 0x290 device it0 at isa? port 0x290 device it1 at isa? port 0xc00 -- 2.41.0