diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2006-08-03 18:19:05 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2006-08-03 18:19:05 +0000 |
commit | 3f309a50a7df092f1c0c2f8dc4217c9cf401e247 (patch) | |
tree | 2fae3c94a95619be37aa4c8e97da107576f0d6db /sys/arch/amd64/conf | |
parent | 980ddb85218d893db00f26cdf0820453c25648c9 (diff) |
Re-enable IPMI. Tested by beck & ckuethe prompted by deraadt
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 78e025830dc..7f1a5f5fd82 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.147 2006/07/31 11:06:15 mickey Exp $ +# $OpenBSD: GENERIC,v 1.148 2006/08/03 18:19:04 marco Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -56,7 +56,7 @@ pci* at mainbus0 #acpiec* at acpi? #acpitz* at acpi? -ipmi0 at mainbus? disable # IPMI +ipmi0 at mainbus? # IPMI option PCIVERBOSE option USBVERBOSE |