summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1996-10-01 21:26:04 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1996-10-01 21:26:04 +0000
commita6f1bc05a1fd2eb9b66c1ccc68d3bab5f7f2e651 (patch)
tree9b235f653eafd4a9d31f473a58062ae2941bb16f /sys
parent0fdb2adb0ae918cf757d92e30dce94d1e34a69cd (diff)
Make more like sys/conf/GENERIC
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arc/conf/GENERIC26
1 files changed, 18 insertions, 8 deletions
diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC
index f6e0a801265..19d770cda95 100644
--- a/sys/arch/arc/conf/GENERIC
+++ b/sys/arch/arc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.9 1996/09/30 15:14:20 pefo Exp $
+# $OpenBSD: GENERIC,v 1.10 1996/10/01 21:26:03 pefo Exp $
#
# Generic configuration file for MIPS R4x00 ARC Systems
#
@@ -16,9 +16,9 @@ options SWAPPAGER # swap pager (anonymous and swap space)
options DEVPAGER # device pager (mapped devices)
options DIAGNOSTIC # extra kernel debugging checks
+options KTRACE # system call tracing support
options DEBUG # extra kernel debugging support
options COMPAT_43 # compatibility with 4.3BSD binaries
-options KTRACE # system call tracing support
# System V options
options SYSVMSG # System V-like message queues
@@ -40,17 +40,24 @@ options NFSCLIENT # Sun NFS-compatible filesystem (client)
options NFSSERVER # Sun NFS-compatible filesystem (server)
options NULLFS # null layer filesystem
options PORTAL # portal filesystem (still experimental)
+option PROCFS # /proc
options UMAPFS # uid/gid remapping filesystem
+option UNION # union file system
+
# Networking options
+#options GATEWAY # IP packet forwarding
options INET # Internet protocols
+#option NS # XNS
+#option IPX # IPX+SPX
+#options ISO,TPIP # OSI networking
+#options EON # OSI tunneling over IP
+#option CCITT,LLC,HDLC # X.25
+option IPFILTER # IP packet filter for security
+
#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
-#options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
-#options ISO # OSI networking
-#options TPIP
-#options EON
# Special options
options MACHINE_NONCONTIG # Support noncontigous memory.
@@ -123,11 +130,14 @@ ss* at scsibus? target ? lun ?
uk* at scsibus? target ? lun ?
#
+pseudo-device loop 1 # network loopback
+pseudo-device bpfilter 8 # packet filter ports
pseudo-device sl 2 # serial-line IP ports
pseudo-device ppp 2 # serial-line PPP ports
pseudo-device tun 2 # network tunneling over tty
+
pseudo-device pty 64 # pseudo ptys
pseudo-device tb 1 # tablet line discipline
-pseudo-device bpfilter 8 # packet filter ports
-pseudo-device loop 1 # network loopback
pseudo-device vnd 4 # paging to files
+pseudo-device ccd 4 # concatenated disk devices
+