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: Gordon Willem Klok (gwkcvs.openbsd.org)
Date: Sun Apr 22 2007 - 15:17:03 CDT


CVSROOT: /cvs
Module name: src
Changes by: gwkcvs.openbsd.org 2007/04/22 14:17:03

Modified files:
        sys/arch/macppc/conf: files.macppc GENERIC
Added files:
        sys/arch/macppc/dev: sysbutton.c

Log message:
Add sysbutton a driver for the 'System identifier' button found on the
fornt panel of the xserve (the button with the triangle on it). This driver
will dump you into ddb at the press of a button if the ddb.console sysctl
is set. The bug still has one unresolved issue if ddb.console is not set
and you press and hold the button you will cause a interrupt storm that will
slow the system down. So if you keep your xserve near a toddler or you
yourself are a toddler you might want to consider disabling this device
remember buttons arn't toys.

ok deraadt.