From 1db761a1bee96cc70cdad56d77db89dadc745fac Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 14 Jan 1997 23:18:17 +0000 Subject: [PATCH] add cd9660, msdosfs file system support. add SysV Shared Memory support, since it can be used by the X server. add 'ppp' to the list of pseudo-devices, and sort the list to recover from the renaming of 'rd' to 'md'. other slight cleanups. --- sys/arch/alpha/conf/GENERIC | 16 ++++++++++------ sys/arch/alpha/conf/GENERIC.PROF | 16 ++++++++++------ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index b7476f19a0e8..12b5735cbe1f 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.33 1997/01/11 09:11:37 mikel Exp $ +# $NetBSD: GENERIC,v 1.34 1997/01/14 23:18:17 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -27,6 +27,8 @@ options KTRACE # System call tracing support options FIFO # POSIX fifo support (in all file systems) options FFS # Fast file system options MFS # Memory-based file system +options CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) +options MSDOSFS # MS-DOS-compatible file system options NFSSERVER # Sun NFS-compatible file system server options NFSCLIENT # Sun NFS-compatible file system client @@ -42,8 +44,9 @@ options COMPAT_10 options COMPAT_11 options COMPAT_12 -# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK -#options COMPAT_OSF1 +# System V-like shared memory +options SYSVSHM +#options SHMMAXPGS=1024 # 1024 pages is the default # Loadable Kernel Modules options LKM @@ -144,9 +147,10 @@ wscons* at sfb? wscons* at tga? pseudo-device bpfilter 16 -pseudo-device loop -pseudo-device pty 64 +pseudo-device ccd 4 +pseudo-device loop 1 pseudo-device md 1 +pseudo-device ppp 4 +pseudo-device pty 64 pseudo-device sl 4 pseudo-device vnd 4 -pseudo-device ccd 4 diff --git a/sys/arch/alpha/conf/GENERIC.PROF b/sys/arch/alpha/conf/GENERIC.PROF index 73d976713da6..553b61ab4c42 100644 --- a/sys/arch/alpha/conf/GENERIC.PROF +++ b/sys/arch/alpha/conf/GENERIC.PROF @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC.PROF,v 1.12 1997/01/11 09:11:38 mikel Exp $ +# $NetBSD: GENERIC.PROF,v 1.13 1997/01/14 23:18:18 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -31,6 +31,8 @@ options KTRACE # System call tracing support options FIFO # POSIX fifo support (in all file systems) options FFS # Fast file system options MFS # Memory-based file system +options CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) +options MSDOSFS # MS-DOS-compatible file system options NFSSERVER # Sun NFS-compatible file system server options NFSCLIENT # Sun NFS-compatible file system client @@ -46,8 +48,9 @@ options COMPAT_10 options COMPAT_11 options COMPAT_12 -# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK -#options COMPAT_OSF1 +# System V-like shared memory +options SYSVSHM +#options SHMMAXPGS=1024 # 1024 pages is the default # Loadable Kernel Modules options LKM @@ -148,9 +151,10 @@ wscons* at sfb? wscons* at tga? pseudo-device bpfilter 16 -pseudo-device loop -pseudo-device pty 64 +pseudo-device ccd 4 +pseudo-device loop 1 pseudo-device md 1 +pseudo-device ppp 4 +pseudo-device pty 64 pseudo-device sl 4 pseudo-device vnd 4 -pseudo-device ccd 4