diff options
author | 2005-10-09 09:19:52 +0000 | |
---|---|---|
committer | 2005-10-09 09:19:52 +0000 | |
commit | 6f561d2612dffce39962f760d80404a0aac3d7d2 (patch) | |
tree | 23d7d93b8bfb32aafeebeb4eb9c17ac85694a446 | |
parent | some code cleaning.. (diff) | |
download | wireguard-openbsd-6f561d2612dffce39962f760d80404a0aac3d7d2.tar.xz wireguard-openbsd-6f561d2612dffce39962f760d80404a0aac3d7d2.zip |
what the hell, enable ipmi
-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 303791a88c7..34e7a495c33 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.436 2005/10/08 23:41:21 brad Exp $ +# $OpenBSD: GENERIC,v 1.437 2005/10/09 09:19:52 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -48,7 +48,7 @@ cpu0 at mainbus? bios0 at mainbus0 apm0 at bios0 flags 0x0000 # flags 0x0101 to force protocol version 1.1 pcibios0 at bios0 flags 0x0000 # use 0x30 for a total verbose -#ipmi0 at mainbus? # IPMI +ipmi0 at mainbus? # IPMI isa0 at mainbus0 isa0 at pcib? |