diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 19:47:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 19:47:00 +0000 |
commit | 1e0c39224fd004bd4bc955fb43e7e7ec34dd89ca (patch) | |
tree | 71fc8729bf4669fd47670f7b7a8b4978e8057af7 /sys/arch/sparc/conf | |
parent | d83f5786ed940c67fb7d66cc4945a1b84f6279af (diff) |
no more kernfs
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index f3a95cba0f2..4e08fd6be49 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.26 2001/05/17 00:57:59 pvalchev Exp $ +# $OpenBSD: RAMDISK,v 1.27 2001/06/23 19:46:59 deraadt Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -26,7 +26,6 @@ option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system #option FDESC # /dev/fd #option FIFO # FIFOs; RECOMMENDED -option KERNFS # /kern option INET # IP + ICMP + TCP + UDP option BOOT_CONFIG # add support for boot -c |