1996-09-11 02:26:50 +04:00
|
|
|
# $NetBSD: GENERIC,v 1.40 1996/09/10 22:30:26 thorpej 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
|
|
|
|
|
1995-11-21 08:00:34 +03:00
|
|
|
options 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
|
1996-04-08 18:17:28 +04:00
|
|
|
options PPP_BSDCOMP,PPP_DEFLATE
|
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
|
1996-03-13 00:06:22 +03:00
|
|
|
options M68030
|
|
|
|
options M68020 # Must have 68851 PMMU
|
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
|
1996-08-27 03:39:36 +04:00
|
|
|
options COMPAT_11
|
|
|
|
options COMPAT_12
|
1996-09-11 02:26:50 +04:00
|
|
|
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
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
|
|
|
|
1996-05-20 02:29:04 +04:00
|
|
|
intvid0 at obio? # Internal video hardware
|
1996-05-06 07:33:06 +04:00
|
|
|
|
1996-05-05 10:15:56 +04:00
|
|
|
nubus0 at mainbus?
|
1993-12-21 06:14:16 +03:00
|
|
|
|
1996-05-05 10:15:56 +04:00
|
|
|
ae* at nubus?
|
1996-05-20 02:29:04 +04:00
|
|
|
macvid* at nubus?
|
|
|
|
|
|
|
|
# Attach grf semantics to all video hardware as it is found
|
|
|
|
grf* at intvid?
|
|
|
|
grf* at macvid?
|
1996-05-05 10:15:56 +04:00
|
|
|
|
1996-08-05 05:52:13 +04:00
|
|
|
# Attach ite semantics to the appropriate grf device
|
|
|
|
ite0 at grf?
|
|
|
|
|
1996-05-05 10:15:56 +04:00
|
|
|
ncrscsi0 at obio? # SCSI NCR 5380
|
|
|
|
ncr96scsi0 at obio? # 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-10-04 14:05:25 +03:00
|
|
|
pseudo-device ppp 2
|
1995-06-19 07:55:15 +04:00
|
|
|
pseudo-device loop
|
|
|
|
pseudo-device sl
|