diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-06-15 16:34:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-06-15 16:34:09 +0000 |
commit | 0f7433d8b98c92f577dd51724a870a855803fcf9 (patch) | |
tree | 015dd14416f66cbe91df569f54d2fffbc5527eb6 /sys | |
parent | b5c2004f8d4f3081147fa82a7e54debfa4db2894 (diff) |
Disable amdmsr(4) until the match function _ONLY_ lets it work on Geode's,
and then, only people who buy them will end up with this insecure hell.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 41d1b37931c..290b048801b 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.623 2008/06/15 15:34:57 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.624 2008/06/15 16:34:08 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -45,7 +45,7 @@ acpi0 at bios? pcibios0 at bios0 flags 0x0000 # use 0x30 for a total verbose ipmi0 at mainbus? # IPMI esm0 at mainbus? # Dell Embedded Server Management -amdmsr0 at mainbus? # AMD MSR access +amdmsr0 at mainbus? disable # AMD MSR access acpitimer* at acpi? acpihpet* at acpi? |