Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/arm26/conf Pull up rev. 1.5:



details:   https://anonhg.NetBSD.org/src/rev/8cd5e013a174
branches:  netbsd-1-5
changeset: 488407:8cd5e013a174
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jul 03 22:41:50 2000 +0000

description:
Pull up rev. 1.5:
Uncomment lots of stuff.  This _is_ a GENERIC kernel, after all.

diffstat:

 sys/arch/arm26/conf/GENERIC |  59 ++++++++++++++++++++++----------------------
 1 files changed, 30 insertions(+), 29 deletions(-)

diffs (117 lines):

diff -r bffa861d963d -r 8cd5e013a174 sys/arch/arm26/conf/GENERIC
--- a/sys/arch/arm26/conf/GENERIC       Mon Jul 03 22:40:42 2000 +0000
+++ b/sys/arch/arm26/conf/GENERIC       Mon Jul 03 22:41:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.2.2.1 2000/06/23 14:36:07 fvdl Exp $
+# $NetBSD: GENERIC,v 1.2.2.2 2000/07/03 22:41:50 thorpej Exp $
 
 # GENERIC arm26 configuration -- everything I've implemented so far
 
@@ -16,7 +16,8 @@
 options                DEBUG                   # More expensive checks and printfs
 options        DDB                     # kernel debugger
 #options       SYSCALL_DEBUG           # trace syscall entry/exit
-options        SCSIDEBUG
+#options       SCSIDEBUG
+#options       UVMHIST
 
 ## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
 ## such that gdb(1) can be used on a kernel coredump.
@@ -24,28 +25,28 @@
 
 # File systems
 file-system    FFS             # Fast file system
-#file-system   LFS             # log-structured file system
-#file-system   MFS             # Memory-based file system
-#file-system   EXT2FS          # second extended file system (linux)
-#file-system   CD9660          # ISO-9660 CD-ROM FS (w/RockRidge extensions)
+file-system    LFS             # log-structured file system
+file-system    MFS             # Memory-based file system
+file-system    EXT2FS          # second extended file system (linux)
+file-system    CD9660          # ISO-9660 CD-ROM FS (w/RockRidge extensions)
 file-system    FILECORE        # Acorn filecore file system
-#file-system   ADOSFS          # AmigaDOS-compatible file system
-#file-system   MSDOSFS         # MS-DOS-compatible file system
-#file-system   NTFS            # Windows/NT file system (experimental)
+file-system    ADOSFS          # AmigaDOS-compatible file system
+file-system    MSDOSFS         # MS-DOS-compatible file system
+file-system    NTFS            # Windows/NT file system (experimental)
 file-system    NFS             # Sun NFS-compatible file system client
-#file-system   NULLFS          # loopback file system
-#file-system   OVERLAY         # overlay filesystem
-#file-system   PORTAL          # portal filesystem (still experimental)
-#file-system   UMAPFS          # NULLFS + uid and gid remapping
+file-system    NULLFS          # loopback file system
+file-system    OVERLAY         # overlay filesystem
+file-system    PORTAL          # portal filesystem (still experimental)
+file-system    UMAPFS          # NULLFS + uid and gid remapping
 #file-system   UNION           # union file system
 file-system    PROCFS          # /proc
 file-system    KERNFS          # /kern
 file-system    FDESC           # /dev/fd
 
 # File system options
-#options       QUOTA           # UFS quotas
-#options       NFSSERVER       # Sun NFS-compatible file system server
-#options       FFS_EI          # FFS endianness-independence support
+options        QUOTA           # UFS quotas
+options        NFSSERVER       # Sun NFS-compatible file system server
+options        FFS_EI          # FFS endianness-independence support
 options        SOFTDEP         # FFS soft updates support.
 
 # Executable format options
@@ -56,7 +57,7 @@
 # Networking options
 options        GATEWAY         # packet forwarding
 options        INET            # Internet protocol suite
-#options       INET6           # IPV6
+options        INET6           # IPV6
 #options       IPSEC           # IP security
 #options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security
@@ -80,9 +81,9 @@
 # None yet, since NetBSD/arm26 hasn't been released.
 
 # System V IPC
-#options       SYSVMSG         # System V-like message queues
-#options       SYSVSEM         # System V-like semaphores
-#options       SYSVSHM         # System V-like shared memory
+options        SYSVMSG         # System V-like message queues
+options        SYSVSEM         # System V-like semaphores
+options        SYSVSHM         # System V-like shared memory
 #options       SHMMAXPGS=1024  # 1024 pages is the default
 
 # Miscellaneous kernel options
@@ -142,7 +143,7 @@
 wsdisplay0     at arcvideo0
 
 pseudo-device  bpfilter        16
-#pseudo-device ccd             4
+pseudo-device  ccd             4
 #pseudo-device raid            4               # RAIDframe disk driver
 #options       RAID_AUTOCONFIG      # auto-configuration of RAID components
 #pseudo-device ipfilter        1
@@ -150,15 +151,15 @@
 pseudo-device  md              1
 #options       MEMORY_DISK_HOOKS
 #options       MINIROOTSIZE=
-#pseudo-device ppp             4
+pseudo-device  ppp             4
 pseudo-device  pty             64
-#pseudo-device sl              4
-#pseudo-device vnd             4
-#pseudo-device gre             2       # generic L3 over IP tunnel
-#pseudo-device gif             4       # IPv[46] over IPv[46] tunnel (RFC1933)
-#pseudo-device faith           1       # IPv[46] tcp relay translation i/f
-#pseudo-device sequencer       1       # MIDI sequencer
-#pseudo-device wsmux           2       # keyboard/mouse multiplexor
+pseudo-device  sl              4
+pseudo-device  vnd             4
+pseudo-device  gre             2       # generic L3 over IP tunnel
+pseudo-device  gif             4       # IPv[46] over IPv[46] tunnel (RFC1933)
+pseudo-device  faith           1       # IPv[46] tcp relay translation i/f
+pseudo-device  sequencer       1       # MIDI sequencer
+pseudo-device  wsmux           2       # keyboard/mouse multiplexor
 
 # rnd is EXPERIMENTAL
 #pseudo-device rnd                     # /dev/random and in-kernel generator



Home | Main Index | Thread Index | Old Index