diff options
author | 2008-06-15 16:34:08 +0000 | |
---|---|---|
committer | 2008-06-15 16:34:08 +0000 | |
commit | abd3ac72ef464993b53bce7c8b5c44aa318426ea (patch) | |
tree | 06ffe9ae422fc4540a5cf6012c7ec64f9f400cdd | |
parent | ipmi is working a wee bit better, but still not perfectly. let us re-enable (diff) | |
download | wireguard-openbsd-abd3ac72ef464993b53bce7c8b5c44aa318426ea.tar.xz wireguard-openbsd-abd3ac72ef464993b53bce7c8b5c44aa318426ea.zip |
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.
-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? |