diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-10-24 19:28:31 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-10-24 19:28:31 +0000 |
commit | 868787ab042cb4775a277239613c003c7fb93996 (patch) | |
tree | e7acbd8e9fcf7ceb853b72d74bed8b569b7879b2 /sys/arch/m88k/conf | |
parent | d199669758113aeeaf54b22a5a5829fb27ebfb52 (diff) |
Factorize db_interface code between luna88k and mvme88k, removing dead code
in the process; the arch-agnostic code keeps the ability for a specific
machine to define its own machine commands, such as "machine prom" for
mvme88k, in addition to the ``regular'' m88k machine commands.
Diffstat (limited to 'sys/arch/m88k/conf')
-rw-r--r-- | sys/arch/m88k/conf/files.m88k | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/m88k/conf/files.m88k b/sys/arch/m88k/conf/files.m88k index b08877e4a96..08e8d158101 100644 --- a/sys/arch/m88k/conf/files.m88k +++ b/sys/arch/m88k/conf/files.m88k @@ -1,7 +1,8 @@ -# $OpenBSD: files.m88k,v 1.13 2005/07/14 02:09:46 uwe Exp $ +# $OpenBSD: files.m88k,v 1.14 2005/10/24 19:28:28 miod Exp $ file arch/m88k/m88k/cmmu.c file arch/m88k/m88k/db_disasm.c ddb +file arch/m88k/m88k/db_interface.c ddb file arch/m88k/m88k/db_sstep.c ddb file arch/m88k/m88k/db_trace.c ddb file arch/m88k/m88k/in_cksum.c inet |