summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/dev/sysbutton.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
|
* Rename Debugger() into db_enter().mpi2017-04-301-2/+2
| | | | | | | Using a name with the 'db_' prefix makes it invisible from the dynamic profiler. ok deraadt@, kettenis@, visa@
* Add some missing $OpenBSD$ tags.krw2008-06-131-0/+1
| | | | ok drahn@ gwk@
* Firmware lies! Switching from LEVEL to EDGE triggered interrupt preventsgwk2007-04-241-1/+1
| | | | | | storms. ok kettenis
* iqg -> irqgwk2007-04-231-1/+1
| | | | spotted by miod
* Add sysbutton a driver for the 'System identifier' button found on thegwk2007-04-221-0/+91
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.