diff options
author | 2008-06-20 05:13:01 +0000 | |
---|---|---|
committer | 2008-06-20 05:13:01 +0000 | |
commit | c2c73d10f44e6c94f46a8338bf00b00bb3e332e4 (patch) | |
tree | 78fcb526de9d8257f87945bbdd0895a70564da26 | |
parent | Adjust the _SEM_CHECK_VALIDITY macro to detect NULL sem_t instead of (diff) | |
download | wireguard-openbsd-c2c73d10f44e6c94f46a8338bf00b00bb3e332e4.tar.xz wireguard-openbsd-c2c73d10f44e6c94f46a8338bf00b00bb3e332e4.zip |
Re-enable amdmsr(4) now that it properly checks for AMD Geode LX CPU and
the presence of the graphics processor.
ok deraadt
-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 b90bb6e69a7..f3d65c21430 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.627 2008/06/19 15:37:28 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.628 2008/06/20 05:13:01 mbalmer 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? disable # AMD MSR access +amdmsr0 at mainbus? # MSR access for AMD Geode LX CPUs with GP acpitimer* at acpi? acpihpet* at acpi? |