c1d9ec8d89
long since obsolete.
134 lines
4.3 KiB
Plaintext
134 lines
4.3 KiB
Plaintext
# $NetBSD: NEWS1200,v 1.69 2020/01/19 01:25:06 thorpej Exp $
|
|
|
|
# news1200 config file
|
|
#
|
|
include "arch/news68k/conf/std.news68k"
|
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
maxusers 8
|
|
|
|
options news1200 # news1200 support
|
|
options CPU_SINGLE # Will IOP be supported eventually?
|
|
#options FPU_EMULATE
|
|
|
|
# Standard system options
|
|
#options NTP # NTP phase/frequency locked loop
|
|
options KTRACE # system call tracing support
|
|
options SYSVMSG # System V message queues
|
|
options SYSVSEM # System V semaphores
|
|
options SYSVSHM # System V shared memory
|
|
options USERCONF # userconf(4) support
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|
|
|
# Debugging options
|
|
options DIAGNOSTIC # extra kernel sanity checking
|
|
#options DEBUG # extra kernel debugging support
|
|
options DDB # kernel dynamic debugger
|
|
pseudo-device ksyms
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
|
#options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'
|
|
#options SCSIVERBOSE # Verbose SCSI errors
|
|
#options SCSIDEBUG # extra SCSI debugging support
|
|
#makeoptions DEBUG="-g" # compile full symbol table
|
|
|
|
# Compatibility options
|
|
include "conf/compat_netbsd12.config"
|
|
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
|
|
|
|
options COMPAT_SUNOS # binary compatibility with SunOS
|
|
#options COMPAT_LINUX # binary compatibllity with Linux/m68k
|
|
|
|
# Filesystem options
|
|
file-system FFS # Berkeley Fast Filesystem
|
|
#file-system LFS # log-structured file system
|
|
file-system NFS # Sun NFS-compatible filesystem client
|
|
file-system MFS # memory-based filesystem
|
|
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
#file-system MSDOSFS # MS-DOS FAT file system
|
|
file-system KERNFS # /kern
|
|
file-system PROCFS # /proc
|
|
file-system FDESC # /dev/fd/*
|
|
file-system NULLFS # loopback file system
|
|
#file-system OVERLAY # overlay file system
|
|
#file-system UMAPFS # NULLFS + uid and gid remapping
|
|
#file-system UNION # union file system
|
|
#file-system CODA # Coda File System; also needs vcode (below)
|
|
file-system PTYFS # /dev/pts/N support
|
|
|
|
#options NFSSERVER # nfs server support
|
|
#options QUOTA # legacy UFS quotas
|
|
#options QUOTA2 # new, in-filesystem UFS quotas
|
|
#options FFS_EI # ffs endian independent support
|
|
options WAPBL # File system journaling support
|
|
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
|
|
|
# Networking options
|
|
options INET # Internet protocols
|
|
options INET6 # IPV6
|
|
#options IPSEC # IP security
|
|
#options IPSEC_DEBUG # debug for IP security
|
|
#options GATEWAY # IP packet forwarding
|
|
#options MROUTING # IP multicast routing
|
|
#options PIM # Protocol Independent Multicast
|
|
#options NETATALK # AppleTalk networking protocols
|
|
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
|
#options PPP_DEFLATE # Deflate compression support for PPP
|
|
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
|
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
|
|
|
options NFS_BOOT_BOOTPARAM
|
|
options NFS_BOOT_DHCP
|
|
|
|
config netbsd root on ? type ?
|
|
#config netbsd root on ? type nfs
|
|
|
|
#
|
|
# device declarations
|
|
#
|
|
|
|
mainbus0 at root
|
|
|
|
# NEWS HYPER-BUS
|
|
hb0 at mainbus0 systype NEWS1200
|
|
|
|
# interval timer
|
|
timer0 at hb0 addr 0xe1140000 ipl 6
|
|
|
|
# MK48T02 TOD clock
|
|
mkclock0 at hb0 addr 0xe1420000
|
|
|
|
# onboard LANCE ethernet
|
|
le0 at hb0 addr 0xe1a40000 ipl 4
|
|
|
|
# keyboard/mouse; not yet
|
|
kb0 at hb0 addr 0xe1240000 ipl 5
|
|
ms0 at hb0 addr 0xe1280000 ipl 5
|
|
|
|
wskbd* at kb?
|
|
wsmouse* at ms?
|
|
|
|
# onboard z8530 SCC
|
|
zsc0 at hb0 addr 0xe1780000 ipl 5 vect 64 flags 0x1
|
|
zstty0 at zsc0 channel 0
|
|
zstty1 at zsc0 channel 1
|
|
|
|
# Misc.
|
|
pseudo-device loop # loopback interface; required
|
|
pseudo-device pty # pseudo-terminals
|
|
pseudo-device md # memory disk device
|
|
pseudo-device vnd # disk-like interface to files
|
|
#pseudo-device ccd # concatenated and striped disks
|
|
#pseudo-device raid # RAIDframe disk driver
|
|
pseudo-device sl # SLIP interfaces
|
|
pseudo-device ppp # PPP interfaces
|
|
pseudo-device tun # Network "tunnel" device
|
|
#pseudo-device gre # generic L3 over IP tunnel
|
|
pseudo-device bpfilter # Berkeley Packet Filter
|
|
pseudo-device npf # NPF packet filter
|
|
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
|
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
|
#pseudo-device vcoda # coda minicache <-> venus comm.
|
|
pseudo-device clockctl # user control of clock subsystem
|