diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1999-02-09 06:36:31 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1999-02-09 06:36:31 +0000 |
commit | a57803c95c08dbdb30356100d3b94c219d5c46cb (patch) | |
tree | 797d6906b97d2f70dbabbc79151496c303e85e93 /sys/arch/mvme88k/conf | |
parent | 93a73fb959e9887211b761afd3c887abd096e3ff (diff) |
Added kernel support for user debugging. Fixed file ID's
Diffstat (limited to 'sys/arch/mvme88k/conf')
-rw-r--r-- | sys/arch/mvme88k/conf/OFF | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/files.mvme88k | 2 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/std.mvme88k | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/conf/OFF b/sys/arch/mvme88k/conf/OFF index bc59ae932fd..eeb43a24148 100644 --- a/sys/arch/mvme88k/conf/OFF +++ b/sys/arch/mvme88k/conf/OFF @@ -1,6 +1,4 @@ -# -# This configuration file contains all possible options -# +# $OpenBSD: OFF,v 1.2 1999/02/09 06:36:24 smurph Exp $ machine mvme88k diff --git a/sys/arch/mvme88k/conf/files.mvme88k b/sys/arch/mvme88k/conf/files.mvme88k index de53cfe1f1a..22cd80f2a4a 100644 --- a/sys/arch/mvme88k/conf/files.mvme88k +++ b/sys/arch/mvme88k/conf/files.mvme88k @@ -1,3 +1,5 @@ +# $OpenBSD: files.mvme88k,v 1.3 1999/02/09 06:36:24 smurph Exp $ +# maxpartitions 16 device mainbus { [addr = -1 ] } diff --git a/sys/arch/mvme88k/conf/std.mvme88k b/sys/arch/mvme88k/conf/std.mvme88k index e7d3749bdf5..54dbef6c782 100644 --- a/sys/arch/mvme88k/conf/std.mvme88k +++ b/sys/arch/mvme88k/conf/std.mvme88k @@ -1,5 +1,5 @@ # standard amiga information -# $Id: std.mvme88k,v 1.1 1997/03/03 19:31:52 rahnds Exp $ +# $OpenBSD: std.mvme88k,v 1.2 1999/02/09 06:36:24 smurph Exp $ machine mvme88k mainbus0 at root |