1997-08-07 23:07:08 +04:00
|
|
|
# $NetBSD: SPOT,v 1.30 1997/08/07 19:07:09 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
|
|
|
|
|
1997-01-20 03:31:42 +03:00
|
|
|
makeoptions COPTS="-O2 -m68030"
|
1996-02-11 02:42:31 +03:00
|
|
|
|
|
|
|
# Standard system options
|
1997-01-26 21:41:19 +03:00
|
|
|
options KTRACE # system call tracing
|
|
|
|
options SYSVMSG # System V message queues
|
|
|
|
options SYSVSEM # System V semaphores
|
|
|
|
options SYSVSHM # System V shared memory
|
|
|
|
#options SHMMAXPGS=1024 # 1024 pages is the default
|
1997-08-07 23:07:08 +04:00
|
|
|
#options LKM # loadable kernel modules
|
1997-01-26 21:41:19 +03:00
|
|
|
#options INSECURE # disable kernel security level
|
|
|
|
options UCONSOLE # allow anyone to steal the virtual console
|
|
|
|
|
|
|
|
# Debugging options
|
|
|
|
options DDB # kernel dynamic debugger
|
|
|
|
#options DEBUG # kernel debugging code
|
|
|
|
options DIAGNOSTIC # extra kernel sanity checking
|
|
|
|
#options KGDB # support for kernel gdb
|
|
|
|
#options KGDBDEV=0xc01 # kgdb device number (dev_t)
|
|
|
|
#options KGDBRATE=38400 # baud rate
|
|
|
|
|
|
|
|
# Compatibility options
|
|
|
|
options COMPAT_43 # 4.3BSD system interfaces
|
|
|
|
options COMPAT_10 # NetBSD 1.0 binary compatibility
|
|
|
|
options COMPAT_11 # NetBSD 1.1 binary compatibility
|
|
|
|
options COMPAT_12 # NetBSD 1.2 binary compatibility
|
1997-08-07 23:07:08 +04:00
|
|
|
#options COMPAT_SUNOS # SunOS 4.x binary compatibility
|
1997-01-26 21:41:19 +03:00
|
|
|
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
1996-02-11 02:42:31 +03:00
|
|
|
|
1997-01-31 09:02:19 +03:00
|
|
|
# Filesystems
|
1997-05-06 04:31:49 +04:00
|
|
|
file-system FFS # Berkeley Fast Filesystem
|
|
|
|
file-system NFS # Sun NFS-compatible filesystem client
|
1997-08-07 23:07:08 +04:00
|
|
|
#file-system KERNFS # kernel data-structure filesystem
|
|
|
|
#file-system NULLFS # NULL layered filesystem
|
1997-05-06 04:31:49 +04:00
|
|
|
file-system MFS # memory-based filesystem
|
|
|
|
#file-system FDESC # user file descriptor filesystem
|
|
|
|
#file-system UMAPFS # uid/gid remapping filesystem
|
|
|
|
#file-system LFS # Log-based filesystem (still experimental)
|
|
|
|
#file-system PORTAL # portal filesystem (still experimental)
|
1997-08-07 23:07:08 +04:00
|
|
|
#file-system PROCFS # /proc
|
1997-05-06 04:31:49 +04:00
|
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
1997-08-07 23:07:08 +04:00
|
|
|
#file-system UNION # union file system
|
1997-05-06 04:31:49 +04:00
|
|
|
#file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
1997-01-31 09:02:19 +03:00
|
|
|
|
1996-02-11 02:42:31 +03:00
|
|
|
# Filesystem options
|
1997-01-26 21:41:19 +03:00
|
|
|
options QUOTA # FFS quotas
|
|
|
|
options NFSSERVER # Sun NFS-compatible filesystem server
|
|
|
|
options FIFO # POSIX fifo support (in all filesystems)
|
1996-02-11 02:42:31 +03:00
|
|
|
|
|
|
|
# Networking options
|
1997-01-26 21:41:19 +03:00
|
|
|
options INET # IP stack
|
1996-09-12 08:49:52 +04:00
|
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
|
|
options GATEWAY # IP packet forwarding
|
1997-01-26 21:41:19 +03:00
|
|
|
#options ISO,TPIP # OSI networking
|
|
|
|
#options EON # OSI tunneling over IP
|
|
|
|
#options CCITT,LLC,HDLC # X.25
|
1997-08-07 23:07:08 +04:00
|
|
|
options NETATALK # AppleTalk networking
|
1997-01-26 21:41:19 +03:00
|
|
|
options PPP_BSDCOMP # PPP header compression
|
|
|
|
options PPP_DEFLATE # PPP-Deflate compression
|
1997-05-07 04:32:44 +04:00
|
|
|
options PFIL_HOOKS # pfil(9) packet filter hooks.
|
1996-02-11 02:42:31 +03:00
|
|
|
|
|
|
|
# Mac-specific options
|
1997-01-26 21:41:19 +03:00
|
|
|
#options M68040
|
1996-09-12 08:49:52 +04:00
|
|
|
options M68030
|
1997-01-26 21:41:19 +03:00
|
|
|
#options M68020 # Must have 68851 PMMU
|
|
|
|
#options FPSP
|
|
|
|
#options FPU_EMULATE
|
1997-04-08 06:59:16 +04:00
|
|
|
#options ZS_CONSOLE_ABORT
|
1997-01-26 21:41:19 +03:00
|
|
|
options DISABLE_EXT_CACHE # Don't use IIci external cache
|
1997-04-08 06:59:16 +04:00
|
|
|
#options MRG_ADB # Use ROM-based ADB driver
|
1997-01-26 01:44:08 +03:00
|
|
|
|
1996-11-11 21:02:57 +03:00
|
|
|
# SPOT-specific options
|
1997-01-15 04:28:28 +03:00
|
|
|
options RTC_OFFSET=360 # hardware clock is this many mins. west of GMT
|
1996-11-11 21:02:57 +03:00
|
|
|
|
1997-01-31 09:02:19 +03:00
|
|
|
config netbsd root on ? type ?
|
1996-02-11 02:42:31 +03:00
|
|
|
|
1997-02-12 07:31:35 +03:00
|
|
|
asc0 at obio? # ASC/EASC audio
|
1996-05-20 07:23:36 +04:00
|
|
|
|
1997-02-12 07:31:35 +03:00
|
|
|
nubus0 at mainbus?
|
|
|
|
ae* at nubus? # 8390-based Ethernet NIC
|
|
|
|
macvid* at nubus? # NuBus video card
|
1996-05-20 07:23:36 +04:00
|
|
|
|
|
|
|
grf* at macvid?
|
1996-08-05 05:52:13 +04:00
|
|
|
ite0 at grf?
|
|
|
|
|
1997-04-08 06:59:16 +04:00
|
|
|
sbc0 at obio? flags 0x5 # MI SCSI NCR 5380
|
1996-02-11 02:42:31 +03:00
|
|
|
|
|
|
|
scsibus* at scsi?
|
1997-02-12 07:31:35 +03:00
|
|
|
sd* at scsibus? target ? lun ? # SCSI disk drives
|
|
|
|
st* at scsibus? target ? lun ? # SCSI tape drives
|
|
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
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
|
1997-01-26 01:44:08 +03:00
|
|
|
pseudo-device ipfilter
|