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.
This commit is contained in:
cgd 1997-01-14 23:18:17 +00:00
parent 02e575f690
commit 1db761a1be
2 changed files with 20 additions and 12 deletions

View File

@ -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

View File

@ -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