diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-01-13 22:57:31 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-01-13 22:57:31 +0000 |
commit | 201b6066fefecd206926b81850efca43b210e3fe (patch) | |
tree | 007dd53bce28f1ceba4a6a35f6dc0760be07e1fc /sys/arch/sgi/conf | |
parent | 74d43aa089d22f4280837684804f42508a85c0d6 (diff) |
Crude handler for the Octane NMI button, for kernels compiled with
option DDB.
Diffstat (limited to 'sys/arch/sgi/conf')
-rw-r--r-- | sys/arch/sgi/conf/files.sgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/files.sgi b/sys/arch/sgi/conf/files.sgi index f3885c33ebd..b3b9280af18 100644 --- a/sys/arch/sgi/conf/files.sgi +++ b/sys/arch/sgi/conf/files.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: files.sgi,v 1.42 2009/11/21 23:28:14 syuu Exp $ +# $OpenBSD: files.sgi,v 1.43 2010/01/13 22:57:28 miod Exp $ # # maxpartitions must be first item in files.${ARCH} # @@ -16,6 +16,7 @@ file arch/sgi/sgi/disksubr.c disk file arch/sgi/sgi/lock_machdep.c multiprocessor file arch/sgi/sgi/ip27_machdep.c tgt_origin file arch/sgi/sgi/ip30_machdep.c tgt_octane +file arch/sgi/sgi/ip30_nmi.S tgt_octane & ddb file arch/sgi/sgi/ip32_machdep.c tgt_o2 file arch/sgi/sgi/l1.c tgt_origin file arch/sgi/sgi/machdep.c |