summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/dev/power.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused interrupt type (edge/level) from the mace interruptvisa2018-12-031-2/+2
* It's init as a process that's special, not init's original thread.guenther2014-07-111-2/+2
* machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andnaddy2011-06-241-4/+4
* Allow xbow_intr_establish() callers to provide optional storage for themiod2009-11-251-2/+2
* Rename struct confargs to struct mainbus_attach_args for consistency and alsomiod2009-10-261-3/+3
* Add support for the Octane power button to power(4). Took me a while tomiod2009-10-261-31/+75
* Better crime/mace interrupt handling; interrupt information is no longermiod2009-10-261-20/+6
* need that include file...deraadt2009-05-161-1/+2
* TOD clock support for IOC3 flavours with DS174x chips (which are rebadgedmiod2009-05-151-40/+37
* - remove some unneeded headersjasper2008-09-161-9/+1
* There's no need to print the IRQ now that we have direct configuration.jsing2008-02-211-15/+9
* Completely overhault attachment rules on sgi. No more indirect configurationmiod2008-02-201-8/+2
* power(4) can now make use of the DS1687 register definitions header file.jsing2007-12-271-4/+3
* move variable declarations where they belongjasper2007-12-181-5/+5
* - powerbutton -> power buttonjasper2007-12-181-5/+5
* add power(4), a driver for the power button found on SGI O2's.jasper2007-12-181-0/+142