Clean up deleted files.
This commit is contained in:
parent
28fbb7d0dd
commit
3863b50c5c
|
@ -1,81 +0,0 @@
|
|||
# $NetBSD: ALLEN,v 1.6 1994/10/26 08:45:51 cgd Exp $
|
||||
#
|
||||
# GENERIC
|
||||
|
||||
include "std.mac68k"
|
||||
|
||||
maxusers 16
|
||||
|
||||
# obsolete timezone spec
|
||||
options TIMEZONE=300, DST=1, MAXFDESCS=2048
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
options NEWCONFIG
|
||||
options DIAGNOSTIC # DEBUG for extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
#options KGDB # support for kernel gdb
|
||||
#options GDB # support for normal gdb
|
||||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options DDB
|
||||
options FFS
|
||||
options QUOTA # fast filesystem with user and group quotas
|
||||
options MFS # memory-based filesystem
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem
|
||||
#options NFSCLIENT # Sun NFS-compatible filesystem
|
||||
options NULLFS # Null (formerly loop-back) filesystem
|
||||
options CD9660 # ISO-9660 w/ RockRidge
|
||||
options KERNFS # kernel data-structure filesystem
|
||||
options FDESC # user file descriptor filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
options PROCFS # Process filesystem
|
||||
|
||||
options SCSI
|
||||
#options SCSIDEBUG
|
||||
|
||||
# Networking options
|
||||
options INET
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
options COMPAT_42
|
||||
options COMPAT_43
|
||||
options NS
|
||||
options MAPMEM
|
||||
options SYSVSHM,SYSVSEM,SYSVMSG
|
||||
|
||||
# Mac-specific options
|
||||
options MC68040
|
||||
options MC68030 # Includes the 020+851
|
||||
options FPCOPROC
|
||||
options FPSP
|
||||
options COMPAT_NOMID
|
||||
options COMPAT_SUNOS
|
||||
options COMPAT_09
|
||||
options COMPAT_10
|
||||
|
||||
config netbsd swap generic
|
||||
|
||||
ae0 at nubus0 slot -1 id ? claimed 0
|
||||
|
||||
ncrscsi0 at mainbus? # SCSI NCR 5380
|
||||
ncr96scsi0 at mainbus? # SCSI NCR 53C96
|
||||
|
||||
scsibus* at scsi?
|
||||
sd* at scsibus? target ? lun ?
|
||||
st* at scsibus? target ? lun ?
|
||||
cd* at scsibus? target ? lun ?
|
||||
ch* at scsibus? target ? lun ?
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device pty 16
|
||||
pseudo-device sl
|
||||
pseudo-device bpfilter 4
|
||||
pseudo-device ppp
|
|
@ -1,74 +0,0 @@
|
|||
# $NetBSD: NFSTEST,v 1.4 1994/10/26 08:45:54 cgd Exp $
|
||||
#
|
||||
# GENERIC + NFS services
|
||||
|
||||
include "std.mac68k"
|
||||
|
||||
maxusers 16
|
||||
|
||||
# obsolete timezone spec
|
||||
options TIMEZONE=300, DST=1, MAXFDESCS=2048
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
options NEWCONFIG
|
||||
options DIAGNOSTIC # DEBUG for extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
#options KGDB # support for kernel gdb
|
||||
#options GDB # support for normal gdb
|
||||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options DDB
|
||||
options FFS
|
||||
options QUOTA # fast filesystem with user and group quotas
|
||||
options MFS # memory-based filesystem
|
||||
options NFSSERVER # Sun NFS-compatible filesystem
|
||||
options NFSCLIENT # Sun NFS-compatible filesystem
|
||||
options LOFS # Loop-back filesystem
|
||||
options ISOFS # ISO-9660 w/ RockRidge
|
||||
options KERNFS # kernel data-structure filesystem
|
||||
options FDESC # user file descriptor filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
options PORTAL # portal filesystem (still experimental)
|
||||
options PROCFS
|
||||
|
||||
options SCSI
|
||||
#options SCSIDEBUG
|
||||
|
||||
# Networking options
|
||||
options INET
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
options COMPAT_42
|
||||
options COMPAT_43
|
||||
options NS
|
||||
options MAPMEM
|
||||
options SYSVSHM,SYSVSEM,SYSVMSG
|
||||
|
||||
# Macintosh-specific options
|
||||
options FPCOPROC
|
||||
options COMPAT_NOMID
|
||||
|
||||
config netbsd swap generic
|
||||
|
||||
ae0 at nubus0 slot -1 id ? claimed 0
|
||||
|
||||
ncr0 at mainbus? # SCSI NCR 5380
|
||||
|
||||
scsibus* at scsi?
|
||||
sd* at scsibus? target ? lun ?
|
||||
st* at scsibus? target ? lun ?
|
||||
cd* at scsibus? target ? lun ?
|
||||
ch* at scsibus? target ? lun ?
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device pty 16
|
||||
pseudo-device sl
|
||||
|
||||
pseudo-device con 6
|
|
@ -1,82 +0,0 @@
|
|||
# $NetBSD: NOFPU,v 1.4 1994/12/03 23:31:58 briggs Exp $
|
||||
#
|
||||
# GENERIC
|
||||
|
||||
include "std.mac68k"
|
||||
|
||||
maxusers 16
|
||||
|
||||
# obsolete timezone spec
|
||||
options TIMEZONE=300, DST=1, MAXFDESCS=2048
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
options NEWCONFIG
|
||||
options DIAGNOSTIC # DEBUG for extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
#options KGDB # support for kernel gdb
|
||||
#options GDB # support for normal gdb
|
||||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options DDB
|
||||
options FFS
|
||||
options QUOTA # fast filesystem with user and group quotas
|
||||
options MFS # memory-based filesystem
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem
|
||||
options NFSCLIENT # Sun NFS-compatible filesystem
|
||||
options NULLFS # Null (formerly loop-back) filesystem
|
||||
options CD9660 # ISO-9660 w/ RockRidge
|
||||
options KERNFS # kernel data-structure filesystem
|
||||
options FDESC # user file descriptor filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
options PROCFS # Process filesystem
|
||||
|
||||
options SCSI
|
||||
#options SCSIDEBUG
|
||||
|
||||
# Networking options
|
||||
options INET
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
options COMPAT_42
|
||||
options COMPAT_43
|
||||
options NS
|
||||
options MAPMEM
|
||||
options SYSVSHM,SYSVSEM,SYSVMSG
|
||||
|
||||
# Mac-specific options
|
||||
options MC68040
|
||||
options MC68030 # Includes the 020+851
|
||||
#options FPCOPROC
|
||||
#options FPSP
|
||||
options COMPAT_NOMID
|
||||
options COMPAT_SUNOS
|
||||
options COMPAT_09
|
||||
options COMPAT_10
|
||||
options MACHINE_NONCONTIG
|
||||
|
||||
config netbsd swap generic
|
||||
|
||||
ae0 at nubus0 slot -1 id ? claimed 0
|
||||
|
||||
ncrscsi0 at mainbus? # SCSI NCR 5380
|
||||
ncr96scsi0 at mainbus? # SCSI NCR 53C96
|
||||
|
||||
scsibus* at scsi?
|
||||
sd* at scsibus? target ? lun ?
|
||||
st* at scsibus? target ? lun ?
|
||||
cd* at scsibus? target ? lun ?
|
||||
ch* at scsibus? target ? lun ?
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device pty 16
|
||||
pseudo-device sl
|
||||
pseudo-device bpfilter 4
|
||||
pseudo-device ppp
|
Loading…
Reference in New Issue