Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sgimips/conf Commented out COMPAT_IRIX in GENERIC k...
details: https://anonhg.NetBSD.org/src/rev/0c70aaf9c77b
branches: trunk
changeset: 532861:0c70aaf9c77b
user: manu <manu%NetBSD.org@localhost>
date: Sun Jun 16 20:54:28 2002 +0000
description:
Commented out COMPAT_IRIX in GENERIC kernels, because it is still
quite experimental.
Added irix_kmem and irix_usema pseudo devices which are used by
IRIX binary compatibility (commented out for now)
diffstat:
sys/arch/sgimips/conf/GENERIC | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 89efeb1e6803 -r 0c70aaf9c77b sys/arch/sgimips/conf/GENERIC
--- a/sys/arch/sgimips/conf/GENERIC Sun Jun 16 18:35:02 2002 +0000
+++ b/sys/arch/sgimips/conf/GENERIC Sun Jun 16 20:54:28 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.2 2002/05/14 15:38:43 pooka Exp $
+# $NetBSD: GENERIC,v 1.3 2002/06/16 20:54:28 manu Exp $
#
# GENERIC machine description file
#
@@ -28,7 +28,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.2 $"
+#ident "GENERIC-$Revision: 1.3 $"
maxusers 32
@@ -77,7 +77,7 @@
options COMPAT_15 # NetBSD 1.5,
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
-options COMPAT_IRIX # binary compatibility with IRIX
+#options COMPAT_IRIX # binary compatibility with IRIX
# File systems
file-system FFS # UFS
@@ -252,3 +252,7 @@
# a pseudo device needed for Coda # also needs CODA (above)
pseudo-device vcoda 4 # coda minicache <-> venus comm.
+
+# pseudo devices used for IRIX binary compatibility
+#pseudo-device irix_kmem # IRIX /dev/kmem
+#pseudo-device irix_usema # IRIX /dev/usema
Home |
Main Index |
Thread Index |
Old Index