diff options
author | 2005-11-24 22:13:01 +0000 | |
---|---|---|
committer | 2005-11-24 22:13:01 +0000 | |
commit | 2b50c6475a8b0a2ebc33e354f99385b763c2ca0a (patch) | |
tree | 6fa4665bcdb03f5942ed0ac76d51848b4e752b53 | |
parent | o Force the sending of an extra URB if there is less than 2 bytes left (diff) | |
download | wireguard-openbsd-2b50c6475a8b0a2ebc33e354f99385b763c2ca0a.tar.xz wireguard-openbsd-2b50c6475a8b0a2ebc33e354f99385b763c2ca0a.zip |
enable esm
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 480042c2263..73973d7c855 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.440 2005/11/21 17:24:26 jordan Exp $ +# $OpenBSD: GENERIC,v 1.441 2005/11/24 22:13:01 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -49,7 +49,7 @@ 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 -#esm0 at mainbus? # Dell Embedded Server Management +esm0 at mainbus? # Dell Embedded Server Management isa0 at mainbus0 isa0 at pcib? |