diff options
Diffstat (limited to 'sys/arch/arc')
-rw-r--r-- | sys/arch/arc/conf/ARCTIC | 3 | ||||
-rw-r--r-- | sys/arch/arc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arc/conf/PICA | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/arc/conf/ARCTIC b/sys/arch/arc/conf/ARCTIC index 856f1ebc0d0..0233304f047 100644 --- a/sys/arch/arc/conf/ARCTIC +++ b/sys/arch/arc/conf/ARCTIC @@ -1,4 +1,4 @@ -# $OpenBSD: ARCTIC,v 1.7 1997/03/26 21:53:29 niklas Exp $ +# $OpenBSD: ARCTIC,v 1.8 1997/04/29 05:16:40 deraadt Exp $ # # Generic configuration file for MIPS R4x00 ARC Systems # @@ -33,7 +33,6 @@ option FDESC # user file descriptor filesystem (/dev/fd) option FIFO # POSIX fifo support (in all filesystems) option FFS,QUOTA # fast filesystem with user and group quotas option KERNFS # kernel data-structure filesystem -#option LFS # Log-based filesystem (still experimental) option MFS # memory-based filesystem option MSDOSFS # Ability to read write MS-Dos filsystem option NFSCLIENT # Sun NFS-compatible filesystem (client) diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index 89a1c43e8c1..4b4bfa33c06 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.14 1997/04/10 16:29:11 pefo Exp $ +# $OpenBSD: GENERIC,v 1.15 1997/04/29 05:16:41 deraadt Exp $ # # Generic configuration file for MIPS R4x00 ARC Systems # @@ -33,7 +33,6 @@ options FDESC # user file descriptor filesystem (/dev/fd) options FIFO # POSIX fifo support (in all filesystems) options FFS,QUOTA # fast filesystem with user and group quotas options KERNFS # kernel data-structure filesystem -#options LFS # Log-based filesystem (still experimental) options MFS # memory-based filesystem options MSDOSFS # Ability to read write MS-Dos filsystem options NFSCLIENT # Sun NFS-compatible filesystem (client) diff --git a/sys/arch/arc/conf/PICA b/sys/arch/arc/conf/PICA index ecebd4bca9b..8441331a85f 100644 --- a/sys/arch/arc/conf/PICA +++ b/sys/arch/arc/conf/PICA @@ -41,7 +41,6 @@ options CD9660 # ISO 9660 + Rock Ridge file system options FDESC # user file descriptor filesystem #options UMAPFS # uid/gid remapping filesystem #options NULLFS # null layer filesystem -#options LFS # Log-based filesystem (still experimental) #options PORTAL # portal filesystem (still experimental) # Networking options |