1997-01-31 09:02:19 +03:00
|
|
|
# $NetBSD: PUMA,v 1.18 1997/01/31 06:02:21 thorpej Exp $
|
1995-05-17 04:33:59 +04:00
|
|
|
#
|
1995-06-19 07:53:58 +04:00
|
|
|
# PUMA
|
1995-05-17 04:33:59 +04:00
|
|
|
|
1996-09-22 10:49:09 +04:00
|
|
|
include "arch/mac68k/conf/std.mac68k"
|
1995-05-17 04:33:59 +04:00
|
|
|
|
|
|
|
maxusers 16
|
|
|
|
|
|
|
|
options DDB
|
1997-01-31 09:02:19 +03:00
|
|
|
|
|
|
|
# Filesystem
|
|
|
|
file-system FFS
|
|
|
|
file-system MFS # memory-based filesystem
|
|
|
|
file-system NFSCLIENT # Sun NFS-compatible filesystem
|
|
|
|
file-system NULLFS # Null (formerly loop-back) filesystem
|
|
|
|
file-system UNION # Union filesystem
|
|
|
|
file-system CD9660 # ISO-9660 w/ RockRidge
|
|
|
|
file-system KERNFS # kernel data-structure filesystem
|
|
|
|
file-system FDESC # user file descriptor filesystem
|
|
|
|
file-system PROCFS # Process filesystem
|
|
|
|
|
|
|
|
# File system options
|
|
|
|
options FIFO # POSIX fifo support (in all filesystems)
|
1995-05-17 04:33:59 +04:00
|
|
|
options NFSSERVER # Sun NFS-compatible filesystem
|
|
|
|
|
|
|
|
options LKM # Loadable Kernel Modules
|
|
|
|
|
|
|
|
options SCSI
|
|
|
|
|
|
|
|
# Networking options
|
|
|
|
options INET
|
|
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
|
|
options GATEWAY # IP packet forwarding
|
|
|
|
options COMPAT_42
|
|
|
|
options COMPAT_43
|
|
|
|
options NS
|
|
|
|
options MAPMEM
|
|
|
|
options SYSVSHM,SYSVSEM,SYSVMSG
|
|
|
|
|
|
|
|
# Mac-specific options
|
1996-03-13 00:06:22 +03:00
|
|
|
options M68030
|
1995-05-17 04:33:59 +04:00
|
|
|
options COMPAT_NOMID
|
|
|
|
options COMPAT_SUNOS
|
|
|
|
options COMPAT_09
|
|
|
|
options COMPAT_10
|
1996-08-27 03:39:36 +04:00
|
|
|
options COMPAT_11
|
|
|
|
options COMPAT_12
|
1995-05-17 04:33:59 +04:00
|
|
|
|
1995-06-19 07:53:58 +04:00
|
|
|
config netbsd root on sd0 swap on sd0 and sd1 and vnd0a dumps on sd1b
|
1995-05-17 04:33:59 +04:00
|
|
|
|
1996-05-05 10:15:56 +04:00
|
|
|
nubus0 at mainbus?
|
1995-05-17 04:33:59 +04:00
|
|
|
|
1996-05-05 10:15:56 +04:00
|
|
|
ae* at nubus?
|
1996-05-20 02:29:04 +04:00
|
|
|
macvid* at nubus?
|
|
|
|
|
|
|
|
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
|
1995-05-17 04:33:59 +04:00
|
|
|
|
|
|
|
scsibus* at scsi?
|
|
|
|
sd* at scsibus? target ? lun ?
|
|
|
|
st* at scsibus? target ? lun ?
|
|
|
|
cd* at scsibus? target ? lun ?
|
|
|
|
|
|
|
|
pseudo-device pty 16
|
1995-11-01 07:52:46 +03:00
|
|
|
pseudo-device bpfilter 16
|
1995-06-19 07:53:58 +04:00
|
|
|
pseudo-device vnd 4
|
1995-11-01 07:52:46 +03:00
|
|
|
pseudo-device loop
|
|
|
|
pseudo-device ppp
|
|
|
|
pseudo-device sl
|
1996-03-07 05:48:33 +03:00
|
|
|
|
|
|
|
# Puma-specific options
|
|
|
|
|
|
|
|
# Try linked commands on all targets
|
|
|
|
options TRY_SCSI_LINKED_COMMANDS=0x7f
|