diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-06-27 21:00:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-06-27 21:00:23 +0000 |
commit | 88bdbbb8ccdb00b1171608d581b10a9381ce0a94 (patch) | |
tree | 9797a70513d7f4b776a43b274a4ed67c68dcc5b7 /sys/arch/amd64/conf | |
parent | d8ab9e06ec780bcfd6bc347bdd97e6043f9821df (diff) |
Disable uguru(4). Its probe touches an address used by something else on the
Dell r815, which causes all sorts of nasty effects like instant reboots, NMIs
and PCI BARs being set to zero.
ok dlg@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index f52febfdf7c..f9853c899f8 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.289 2010/04/02 20:07:29 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.290 2010/06/27 21:00:22 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -95,8 +95,8 @@ viaenv* at pci? # VIA VT82C686A hardware monitor wbsio* at isa? port 0x2e # Winbond LPC Super I/O wbsio* at isa? port 0x4e -uguru0 at isa? port 0xe0 # ABIT uGuru lm* at wbsio? +uguru0 at isa? disable port 0xe0 # ABIT uGuru aps0 at isa? port 0x1600 # ThinkPad Active Protection System |