update filesystem options (from Ralph)
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 4 Jul 1994 05:40:42 +0000 (21:40 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 4 Jul 1994 05:40:42 +0000 (21:40 -0800)
SCCS-vsn: sys/pmax/conf/MAXP 8.2
SCCS-vsn: sys/pmax/conf/GENERIC.pmax 8.2

usr/src/sys/pmax/conf/GENERIC.pmax
usr/src/sys/pmax/conf/MAXP

index 7c515c7..4a6d905 100644 (file)
@@ -1,7 +1,7 @@
 #
 # GENERIC DECstation (3100 or 5000/xxx)
 #
 #
 # GENERIC DECstation (3100 or 5000/xxx)
 #
-#      @(#)GENERIC.pmax        8.1 (Berkeley) %G%
+#      @(#)GENERIC.pmax        8.2 (Berkeley) %G%
 #
 machine                pmax
 
 #
 machine                pmax
 
@@ -30,9 +30,11 @@ options              FIFO            # POSIX fifo support (in all filesystems)
 options                FFS,QUOTA       # fast filesystem with user and group quotas
 options                MFS             # memory-based filesystem
 options                NFS             # Sun NFS-compatible filesystem
 options                FFS,QUOTA       # fast filesystem with user and group quotas
 options                MFS             # memory-based filesystem
 options                NFS             # Sun NFS-compatible filesystem
-options                LOFS            # Loop-back filesystem
+options                "CD9660"        # ISO 9660 (CDROM) filesystem
+options                UNION           # Union filesystem
 options                KERNFS          # kernel data-structure filesystem
 options                FDESC           # user file descriptor filesystem
 options                KERNFS          # kernel data-structure filesystem
 options                FDESC           # user file descriptor filesystem
+options                PROCFS          # /proc filesystem
 #options       UMAPFS          # uid/gid remapping filesystem
 #options       NULLFS          # null layer filesystem
 #options       LFS             # Log-based filesystem (still experimental)
 #options       UMAPFS          # uid/gid remapping filesystem
 #options       NULLFS          # null layer filesystem
 #options       LFS             # Log-based filesystem (still experimental)
index 437a537..444514d 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Standard DECstation (3100 or 5000/xxx)
 #
 #
 # Standard DECstation (3100 or 5000/xxx)
 #
-#      @(#)MAXP        8.1 (Berkeley) %G%
+#      @(#)MAXP        8.2 (Berkeley) %G%
 #
 machine                pmax
 
 #
 machine                pmax
 
@@ -30,9 +30,11 @@ options              FIFO            # POSIX fifo support (in all filesystems)
 options                FFS,QUOTA       # fast filesystem with user and group quotas
 options                MFS             # memory-based filesystem
 options                NFS             # Sun NFS-compatible filesystem
 options                FFS,QUOTA       # fast filesystem with user and group quotas
 options                MFS             # memory-based filesystem
 options                NFS             # Sun NFS-compatible filesystem
-options                LOFS            # Loop-back filesystem
+options                "CD9660"        # ISO 9660 (CDROM) filesystem
+options                UNION           # Union filesystem
 options                KERNFS          # kernel data-structure filesystem
 options                FDESC           # user file descriptor filesystem
 options                KERNFS          # kernel data-structure filesystem
 options                FDESC           # user file descriptor filesystem
+options                PROCFS          # /proc filesystem
 options                UMAPFS          # uid/gid remapping filesystem
 options                NULLFS          # null layer filesystem
 options                LFS             # Log-based filesystem (still experimental)
 options                UMAPFS          # uid/gid remapping filesystem
 options                NULLFS          # null layer filesystem
 options                LFS             # Log-based filesystem (still experimental)