Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/conf Enable IBCS2 (DEC SVR3) compatibility.



details:   https://anonhg.NetBSD.org/src/rev/f7b72a1de783
branches:  trunk
changeset: 480468:f7b72a1de783
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jan 13 15:09:52 2000 +0000

description:
Enable IBCS2 (DEC SVR3) compatibility.

diffstat:

 sys/arch/vax/conf/GENERIC |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5ed8b5de5bde -r f7b72a1de783 sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Thu Jan 13 13:11:31 2000 +0000
+++ b/sys/arch/vax/conf/GENERIC Thu Jan 13 15:09:52 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.54 1999/11/21 14:00:44 itojun Exp $
+#      $NetBSD: GENERIC,v 1.55 2000/01/13 15:09:52 matt Exp $
 #
 # GENERIC VAX configuration file; all supported devices.
 #
@@ -93,6 +93,7 @@
 options        COMPAT_13
 options        COMPAT_14
 #options       COMPAT_ULTRIX
+options        COMPAT_IBCS2    # DEC SVR.3 compatilibity
 
 options        LKM
 



Home | Main Index | Thread Index | Old Index