diff options
author | 2006-01-05 22:26:54 +0000 | |
---|---|---|
committer | 2006-01-05 22:26:54 +0000 | |
commit | 02fb6b48c562a94e0917daa6f427314d26eef598 (patch) | |
tree | b6aca2d5f2dd3c3b3ead085470a43ad76657548a | |
parent | System call stubs don't have a frame of their own, so use EMTRY_LEAF instead (diff) | |
download | wireguard-openbsd-02fb6b48c562a94e0917daa6f427314d26eef598.tar.xz wireguard-openbsd-02fb6b48c562a94e0917daa6f427314d26eef598.zip |
Enable amdpm; ok deraadt@.
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 3cf34b27428..c7cc22dbf4e 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.458 2006/01/05 20:04:10 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.459 2006/01/05 22:26:54 grange Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -110,8 +110,8 @@ amdiic* at pci? # AMD-8111 SMBus controller iic* at amdiic? #nviic* at pci? # NVIDIA nForce2/3/4 SMBus controller #iic* at nviic? -#amdpm* at pci? # AMD-76x PM and SMBus controller -#iic* at amdpm? +amdpm* at pci? # AMD-76x PM and SMBus controller +iic* at amdpm? it0 at isa? port 0x290 # IT8705F, IT8712F and SiS970 hardware it1 at isa? port 0xc00 # monitors |