1996-11-11 21:02:57 +03:00
|
|
|
# $NetBSD: SPOT,v 1.18 1996/11/11 18:02:59 scottr Exp $
|
1996-02-11 02:42:31 +03:00
|
|
|
#
|
1996-02-11 03:17:13 +03:00
|
|
|
# SPOT
|
1996-02-11 02:42:31 +03:00
|
|
|
|
1996-09-22 10:49:09 +04:00
|
|
|
include "arch/mac68k/conf/std.mac68k"
|
1996-02-11 02:42:31 +03:00
|
|
|
|
|
|
|
maxusers 16
|
|
|
|
|
1996-05-20 02:29:04 +04:00
|
|
|
makeoptions CC="cc -m68030"
|
1996-02-11 02:42:31 +03:00
|
|
|
|
|
|
|
# Standard system options
|
1996-09-12 08:49:52 +04:00
|
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
|
|
|
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
|
|
|
|
options UCONSOLE # non-root can grab console
|
1996-02-11 02:42:31 +03:00
|
|
|
|
|
|
|
# Filesystem options
|
1996-09-12 08:49:52 +04:00
|
|
|
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
|
|
|
|
#options NCR5380_DEBUG
|
|
|
|
#options SBC_DEBUG
|
1996-02-11 02:42:31 +03:00
|
|
|
|
|
|
|
# Networking options
|
1996-09-12 08:49:52 +04:00
|
|
|
options INET
|
|
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
|
|
options GATEWAY # IP packet forwarding
|
|
|
|
#options NS # Xerox networking
|
|
|
|
#options ISO # OSI networking
|
|
|
|
#options TPIP
|
|
|
|
#options EON
|
|
|
|
options PPP_BSDCOMP
|
|
|
|
options PPP_DEFLATE
|
|
|
|
options COMPAT_42
|
|
|
|
options COMPAT_43
|
|
|
|
options MAPMEM
|
|
|
|
options SYSVSHM,SYSVSEM,SYSVMSG
|
1996-02-11 02:42:31 +03:00
|
|
|
|
|
|
|
# Mac-specific options
|
1996-09-12 08:49:52 +04:00
|
|
|
options M68030
|
|
|
|
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
|
1996-09-12 08:49:52 +04:00
|
|
|
options MACHINE_NONCONTIG
|
1996-02-11 02:42:31 +03:00
|
|
|
|
1996-11-11 21:02:57 +03:00
|
|
|
# SPOT-specific options
|
|
|
|
options TIMEZONE=360
|
|
|
|
options DST=1
|
|
|
|
|
1996-02-11 02:42:31 +03:00
|
|
|
config netbsd swap generic
|
|
|
|
|
1996-05-20 02:29:04 +04:00
|
|
|
intvid0 at obio? # Internal video hardware
|
1996-05-06 07:33:06 +04:00
|
|
|
|
1996-05-20 07:23:36 +04:00
|
|
|
nubus0 at mainbus?
|
|
|
|
|
|
|
|
ae* at nubus?
|
|
|
|
macvid* at nubus?
|
|
|
|
|
|
|
|
# Attach grf semantics to all video hardware as it is found
|
|
|
|
grf* at intvid?
|
|
|
|
grf* at macvid?
|
|
|
|
|
1996-08-05 05:52:13 +04:00
|
|
|
# Attach ite semantics to the appropriate grf device
|
|
|
|
ite0 at grf?
|
|
|
|
|
1996-05-20 02:29:04 +04:00
|
|
|
#ncrscsi0 at obio? # SCSI NCR 5380
|
1996-10-29 07:26:57 +03:00
|
|
|
#esp at obio? # SCSI NCR 53C96
|
1996-05-20 02:29:04 +04:00
|
|
|
sbc0 at obio? flags 0x1 # MI NCR 5380 SCSI Bus Controller
|
1996-02-11 02:42:31 +03:00
|
|
|
|
|
|
|
scsibus* at scsi?
|
1996-09-12 08:49:52 +04:00
|
|
|
sd* at scsibus? target ? lun ?
|
|
|
|
st* at scsibus? target ? lun ?
|
|
|
|
cd* at scsibus? target ? lun ?
|
1996-02-11 02:42:31 +03:00
|
|
|
|
1996-02-11 03:17:13 +03:00
|
|
|
pseudo-device pty 32
|
|
|
|
pseudo-device bpfilter 16
|
1996-02-11 02:42:31 +03:00
|
|
|
pseudo-device vnd 2
|
|
|
|
pseudo-device ppp 2
|
|
|
|
pseudo-device loop
|