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/mvme88k/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/mvme88k/conf')
-rw-r--r-- | sys/arch/mvme88k/conf/files.mvme88k | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/conf/files.mvme88k b/sys/arch/mvme88k/conf/files.mvme88k index 6e4ba6b87eb..2200033a696 100644 --- a/sys/arch/mvme88k/conf/files.mvme88k +++ b/sys/arch/mvme88k/conf/files.mvme88k @@ -1,4 +1,4 @@ -# $OpenBSD: files.mvme88k,v 1.37 2005/09/21 21:08:34 miod Exp $ +# $OpenBSD: files.mvme88k,v 1.38 2005/10/24 19:28:29 miod Exp $ # maxpartitions 16 @@ -73,18 +73,18 @@ file dev/cninit.c file arch/mvme88k/mvme88k/autoconf.c file arch/mvme88k/mvme88k/bus_dma.c file arch/mvme88k/mvme88k/conf.c -file arch/mvme88k/mvme88k/m8820x.c m88100 -file arch/mvme88k/mvme88k/m88110.c m88110 +file arch/mvme88k/mvme88k/db_machdep.c ddb file arch/mvme88k/mvme88k/disksubr.c file arch/mvme88k/mvme88k/eh.S file arch/mvme88k/mvme88k/machdep.c file arch/mvme88k/mvme88k/m187_machdep.c mvme187 file arch/mvme88k/mvme88k/m188_machdep.c mvme188 file arch/mvme88k/mvme88k/m197_machdep.c mvme197 +file arch/mvme88k/mvme88k/m88110.c m88110 +file arch/mvme88k/mvme88k/m8820x.c m88100 file arch/mvme88k/mvme88k/mem.c file arch/mvme88k/mvme88k/pmap_bootstrap.c file arch/mvme88k/mvme88k/pmap_table.c -file arch/mvme88k/ddb/db_interface.c ddb file arch/mvme88k/dev/bugio.c file arch/mvme88k/dev/mainbus.c file arch/mvme88k/dev/memdevs.c nvram | sram |