80 lines
1.7 KiB
Plaintext
80 lines
1.7 KiB
Plaintext
# $NetBSD: PUMA,v 1.13 1996/08/05 01:52:15 scottr Exp $
|
|
#
|
|
# PUMA
|
|
|
|
include "std.mac68k"
|
|
|
|
maxusers 16
|
|
|
|
options MAXFDESCS=2048
|
|
|
|
# Standard system options
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
|
|
|
# Filesystem options
|
|
options FIFO # POSIX fifo support (in all filesystems)
|
|
options DDB
|
|
options FFS
|
|
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 UNION # Union filesystem
|
|
options CD9660 # ISO-9660 w/ RockRidge
|
|
options KERNFS # kernel data-structure filesystem
|
|
options FDESC # user file descriptor filesystem
|
|
options PROCFS # Process 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
|
|
options M68030
|
|
options MACHINE_NONCONTIG
|
|
options COMPAT_NOMID
|
|
options COMPAT_SUNOS
|
|
options COMPAT_09
|
|
options COMPAT_10
|
|
|
|
config netbsd root on sd0 swap on sd0 and sd1 and vnd0a dumps on sd1b
|
|
|
|
nubus0 at mainbus?
|
|
|
|
ae* at nubus?
|
|
macvid* at nubus?
|
|
|
|
grf* at macvid?
|
|
|
|
# Attach ite semantics to the appropriate grf device
|
|
ite0 at grf?
|
|
|
|
ncrscsi0 at obio? # SCSI NCR 5380
|
|
|
|
scsibus* at scsi?
|
|
sd* at scsibus? target ? lun ?
|
|
st* at scsibus? target ? lun ?
|
|
cd* at scsibus? target ? lun ?
|
|
|
|
pseudo-device pty 16
|
|
pseudo-device bpfilter 16
|
|
pseudo-device vnd 4
|
|
pseudo-device loop
|
|
pseudo-device ppp
|
|
pseudo-device sl
|
|
|
|
# Puma-specific options
|
|
|
|
# Try linked commands on all targets
|
|
options TRY_SCSI_LINKED_COMMANDS=0x7f
|