diff options
Diffstat (limited to 'sys/arch/sgi/conf/files.sgi')
-rw-r--r-- | sys/arch/sgi/conf/files.sgi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/files.sgi b/sys/arch/sgi/conf/files.sgi index 0ce6823dca3..b069e5e4d2a 100644 --- a/sys/arch/sgi/conf/files.sgi +++ b/sys/arch/sgi/conf/files.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: files.sgi,v 1.16 2007/12/14 16:16:28 jsing Exp $ +# $OpenBSD: files.sgi,v 1.17 2007/12/18 08:29:02 jasper Exp $ # # maxpartitions must be first item in files.${ARCH} # @@ -114,6 +114,11 @@ device mkbc: pckbcslot attach mkbc at macebus file arch/sgi/dev/mkbc.c mkbc needs-flag +# Power button +device power +attach power at macebus +file arch/sgi/dev/power.c power + # Raster operations include "dev/rasops/files.rasops" include "dev/wsfont/files.wsfont" |