Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Allow non-pmax to use COMPAT_ULTRIX.
details: https://anonhg.NetBSD.org/src/rev/7a5b66543f43
branches: trunk
changeset: 485514:7a5b66543f43
user: soren <soren%NetBSD.org@localhost>
date: Sat Apr 29 21:47:13 2000 +0000
description:
Allow non-pmax to use COMPAT_ULTRIX.
diffstat:
sys/arch/mips/conf/files.mips | 5 ++++-
sys/arch/pmax/conf/files.pmax | 7 +------
2 files changed, 5 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r ee76e3427dd7 -r 7a5b66543f43 sys/arch/mips/conf/files.mips
--- a/sys/arch/mips/conf/files.mips Sat Apr 29 21:45:27 2000 +0000
+++ b/sys/arch/mips/conf/files.mips Sat Apr 29 21:47:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.mips,v 1.23 2000/02/14 21:42:53 thorpej Exp $
+# $NetBSD: files.mips,v 1.24 2000/04/29 21:47:13 soren Exp $
#
defopt opt_cputype.h NOTHING_YET # reserved for CPU level
@@ -25,3 +25,6 @@
# Binary compatibility with previous NetBSD releases (COMPAT_XX)
file arch/mips/mips/compat_13_machdep.c compat_13 | compat_ultrix
+
+# Ultrix Binary Compatibility (COMPAT_ULTRIX)
+include "compat/ultrix/files.ultrix"
diff -r ee76e3427dd7 -r 7a5b66543f43 sys/arch/pmax/conf/files.pmax
--- a/sys/arch/pmax/conf/files.pmax Sat Apr 29 21:45:27 2000 +0000
+++ b/sys/arch/pmax/conf/files.pmax Sat Apr 29 21:47:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.pmax,v 1.84 2000/03/14 15:56:57 oster Exp $
+# $NetBSD: files.pmax,v 1.85 2000/04/29 21:47:14 soren Exp $
# DECstation-specific configuration info
# maxpartitions must be first item in files.${ARCH}.
@@ -250,8 +250,3 @@
#
defpseudo fb
file arch/pmax/dev/fb.c fb needs-count
-
-# Ultrix Binary Compatibility (COMPAT_ULTRIX)
-include "compat/ultrix/files.ultrix"
-
-# Configs
Home |
Main Index |
Thread Index |
Old Index