diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-10-20 15:13:37 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-10-20 15:13:37 +0000 |
commit | 52de95f74529912dc6a1b0e070193a158d4a4032 (patch) | |
tree | ca3d715ac13c7209a2a1587de3eaca776bd2031d /sys/arch/amd64 | |
parent | 44a0fc7a102cdc64ab9bf99e75e4c9288afdcfc7 (diff) |
Enable IPMI on amd64.
Diffstat (limited to 'sys/arch/amd64')
-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 e586159cb08..40dfacf6c6f 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.83 2005/10/19 01:41:45 marco Exp $ +# $OpenBSD: GENERIC,v 1.84 2005/10/20 15:13:36 marco Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -45,7 +45,7 @@ pci* at mainbus0 #acpitimer* at acpi? #hpet* at acpi? -#ipmi0 at mainbus? # IPMI +ipmi0 at mainbus? # IPMI #option ACPIVERBOSE #option ACPI_ENABLE |