1995-10-04 06:42:18 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.30 1995/10/04 03:42:18 briggs Exp $
|
1994-02-23 07:41:04 +03:00
|
|
|
#
|
1994-10-26 11:45:48 +03:00
|
|
|
# GENERIC
|
1993-09-29 09:08:37 +03:00
|
|
|
|
1993-12-02 21:29:18 +03:00
|
|
|
include "std.mac68k"
|
1993-11-29 03:29:28 +03:00
|
|
|
|
|
|
|
maxusers 16
|
|
|
|
|
|
|
|
# obsolete timezone spec
|
1995-09-16 16:33:06 +04:00
|
|
|
options TIMEZONE=0, DST=1, MAXFDESCS=2048
|
1993-09-29 09:08:37 +03:00
|
|
|
|
1993-11-29 03:29:28 +03:00
|
|
|
# Standard system options
|
1994-01-30 03:58:52 +03:00
|
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
1993-11-29 03:29:28 +03:00
|
|
|
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
|
1994-02-22 04:34:31 +03:00
|
|
|
options FIFO # POSIX fifo support (in all filesystems)
|
1994-07-21 04:57:33 +04:00
|
|
|
options DDB
|
1993-11-29 03:29:28 +03:00
|
|
|
options FFS
|
1994-02-22 04:34:31 +03:00
|
|
|
options QUOTA # fast filesystem with user and group quotas
|
1993-11-29 03:29:28 +03:00
|
|
|
options MFS # memory-based filesystem
|
1994-02-23 07:41:04 +03:00
|
|
|
#options NFSSERVER # Sun NFS-compatible filesystem
|
1994-11-27 22:53:10 +03:00
|
|
|
options NFSCLIENT # Sun NFS-compatible filesystem
|
1994-07-21 04:57:33 +04:00
|
|
|
options NULLFS # Null (formerly loop-back) filesystem
|
|
|
|
options CD9660 # ISO-9660 w/ RockRidge
|
1993-11-29 03:29:28 +03:00
|
|
|
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)
|
1994-07-21 04:57:33 +04:00
|
|
|
#options PORTAL # portal filesystem (still experimental)
|
|
|
|
options PROCFS # Process filesystem
|
1993-11-29 03:29:28 +03:00
|
|
|
|
|
|
|
options SCSI
|
1994-02-27 19:48:33 +03:00
|
|
|
#options SCSIDEBUG
|
1994-02-22 04:34:31 +03:00
|
|
|
|
|
|
|
# Networking options
|
1993-11-29 03:29:28 +03:00
|
|
|
options INET
|
|
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
|
|
options GATEWAY # IP packet forwarding
|
|
|
|
#options ISO # OSI networking
|
1993-09-29 09:08:37 +03:00
|
|
|
#options TPIP
|
|
|
|
#options EON
|
1993-11-29 03:29:28 +03:00
|
|
|
options COMPAT_42
|
|
|
|
options COMPAT_43
|
|
|
|
options NS
|
1994-02-22 04:34:31 +03:00
|
|
|
options MAPMEM
|
|
|
|
options SYSVSHM,SYSVSEM,SYSVMSG
|
1993-09-29 09:08:37 +03:00
|
|
|
|
1994-02-27 06:44:24 +03:00
|
|
|
# Mac-specific options
|
1995-03-11 16:55:03 +03:00
|
|
|
options M68040
|
|
|
|
options M68030 # Includes the 020+851
|
1995-06-19 07:55:15 +04:00
|
|
|
options FPSP
|
1995-03-29 11:28:48 +04:00
|
|
|
options FPU_EMULATE
|
1994-02-27 19:48:33 +03:00
|
|
|
options COMPAT_NOMID
|
1994-03-01 18:20:37 +03:00
|
|
|
options COMPAT_SUNOS
|
1994-04-15 05:44:03 +04:00
|
|
|
options COMPAT_09
|
1994-10-21 00:21:02 +03:00
|
|
|
options COMPAT_10
|
1994-07-31 11:31:45 +04:00
|
|
|
options MACHINE_NONCONTIG
|
1994-02-27 06:44:24 +03:00
|
|
|
|
1994-01-30 03:58:52 +03:00
|
|
|
config netbsd swap generic
|
1995-07-17 05:21:29 +04:00
|
|
|
options GENERIC
|
1993-09-29 09:08:37 +03:00
|
|
|
|
1995-10-04 06:42:18 +03:00
|
|
|
ae* at nubus0 slot -1 id ? claimed 0
|
1993-12-21 06:14:16 +03:00
|
|
|
|
1994-06-26 16:53:36 +04:00
|
|
|
ncrscsi0 at mainbus? # SCSI NCR 5380
|
|
|
|
ncr96scsi0 at mainbus? # SCSI NCR 53C96
|
1993-09-29 09:08:37 +03:00
|
|
|
|
1994-01-30 03:58:52 +03:00
|
|
|
scsibus* at scsi?
|
|
|
|
sd* at scsibus? target ? lun ?
|
|
|
|
st* at scsibus? target ? lun ?
|
|
|
|
cd* at scsibus? target ? lun ?
|
|
|
|
ch* at scsibus? target ? lun ?
|
1993-09-29 09:08:37 +03:00
|
|
|
|
1994-07-21 04:57:33 +04:00
|
|
|
pseudo-device pty 16
|
1995-10-03 23:19:01 +03:00
|
|
|
pseudo-device bpfilter 12
|
1995-10-04 06:42:18 +03:00
|
|
|
pseudo-device vnd 2
|
1995-06-19 07:55:15 +04:00
|
|
|
pseudo-device loop
|
1994-06-25 08:58:01 +04:00
|
|
|
pseudo-device ppp
|
1995-06-19 07:55:15 +04:00
|
|
|
pseudo-device sl
|