OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Marco Peereboom (marcocvs.openbsd.org)
Date: Sun Jan 29 2006 - 11:29:30 CST


CVSROOT: /cvs
Module name: src
Changes by: marcocvs.openbsd.org 2006/01/29 10:29:30

Modified files:
        sys/arch/amd64/conf: files.amd64
        sys/arch/i386/conf: files.i386
        sys/conf : files
        sys/dev : ipmi.c
        sys/dev/i2c : i2c.c

Log message:
Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 that
freak out when more than one device driver touch the i2c devices.
Reported by: Srebrenko Sehic <ssehic at gmail dot com>

ok kettenis