diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2005-12-09 01:48:22 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2005-12-09 01:48:22 +0000 |
commit | 3150acebdbc2c8b4771d004a8926c556fa929924 (patch) | |
tree | a6e71458bef212a7f24ce2e1ed9ac59f5447574e /sys/arch/amd64 | |
parent | 83d8c28e79c2f0d581e70d8194a4ab78be6b421d (diff) |
disable ipmi in GENERIC until such times as it works everywhere
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 b19265c9521..30404174410 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.89 2005/11/15 01:12:48 brad Exp $ +# $OpenBSD: GENERIC,v 1.90 2005/12/09 01:48:21 beck 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 |