diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2006-06-01 00:35:52 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2006-06-01 00:35:52 +0000 |
commit | 036a4bccc48a4a1253ed19876c715316238521c8 (patch) | |
tree | 00bccb0cb1175f21aa1e9691230eb145126cb295 /sys/arch/amd64/conf/GENERIC | |
parent | 29301d8cd54eca6a042ad48dd540c2afae08c30e (diff) |
Disable ipmi in GENERIC for the moment - it breaks too much stuff
on any of my sun amd64's as well as other ones (hp). We can re-enable
it again when marco fixes it to be stable.
ok deraadt@ and the crocodile hunter..
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-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 733c95e6951..4e53e27e38c 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.138 2006/05/31 03:25:08 dlg Exp $ +# $OpenBSD: GENERIC,v 1.139 2006/06/01 00:35:51 beck 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? # IPMI +#ipmi0 at mainbus? # IPMI option PCIVERBOSE option USBVERBOSE |