History log of /openbsd-src/sys/arch/macppc/dev/sysbutton.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 89ed722c 13-Mar-2022 mpi <mpi@openbsd.org>

Constify struct cfattach.

ok miod@


# b27348b2 08-Sep-2017 deraadt <deraadt@openbsd.org>

If you use sys/param.h, you don't need sys/types.h


# e97088d6 30-Apr-2017 mpi <mpi@openbsd.org>

Rename Debugger() into db_enter().

Using a name with the 'db_' prefix makes it invisible from the dynamic
profiler.

ok deraadt@, kettenis@, visa@


# 19554279 13-Jun-2008 krw <krw@openbsd.org>

Add some missing $OpenBSD$ tags.

ok drahn@ gwk@


# a7f03ebc 24-Apr-2007 gwk <gwk@openbsd.org>

Firmware lies! Switching from LEVEL to EDGE triggered interrupt prevents
storms.

ok kettenis


# 0f553da4 23-Apr-2007 gwk <gwk@openbsd.org>

iqg -> irq
spotted by miod


# bc4ac631 22-Apr-2007 gwk <gwk@openbsd.org>

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 t

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.

show more ...