diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-16 03:56:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-16 03:56:05 +0000 |
commit | 3c5ee9f58c6f5ce51178a85014881a12749d8541 (patch) | |
tree | c1aa4e2198de6a093859b77d8269eb76b05a7d6f /sys/arch/amd64/conf | |
parent | 4f068c1448d4f7b46f3463501f59255098660746 (diff) |
re-enable ipmi
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 1f02dca2d29..4e4f8d4ba0d 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.92 2005/12/14 21:58:10 jsg Exp $ +# $OpenBSD: GENERIC,v 1.93 2005/12/16 03:56:04 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -46,7 +46,7 @@ pci* at mainbus0 #acpitimer* at acpi? #hpet* at acpi? -#ipmi0 at mainbus? # IPMI +ipmi0 at mainbus? # IPMI #option ACPIVERBOSE #option ACPI_ENABLE |