1# $NetBSD: NEWS1200,v 1.71 2025/11/29 23:48:06 tsutsui Exp $ 2 3# news1200 config file 4# 5include "arch/news68k/conf/std.news68k" 6 7#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8 9makeoptions COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer" 10 11maxusers 8 12 13options news1200 # news1200 support 14options CPU_SINGLE # Will IOP be supported eventually? 15#options FPU_EMULATE 16 17# Standard system options 18#options NTP # NTP phase/frequency locked loop 19options KTRACE # system call tracing support 20options SYSVMSG # System V message queues 21options SYSVSEM # System V semaphores 22options SYSVSHM # System V shared memory 23options USERCONF # userconf(4) support 24#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 25#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 26 27# Debugging options 28options DIAGNOSTIC # extra kernel sanity checking 29#options DEBUG # extra kernel debugging support 30options DDB # kernel dynamic debugger 31pseudo-device ksyms 32#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 33#options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic' 34#options SCSIVERBOSE # Verbose SCSI errors 35#options SCSIDEBUG # extra SCSI debugging support 36#makeoptions DEBUG="-g" # compile full symbol table 37 38# Compatibility options 39include "conf/compat_netbsd12.config" 40options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out 41 42options COMPAT_SUNOS # binary compatibility with SunOS 43#options COMPAT_LINUX # binary compatibllity with Linux/m68k 44#options COMPAT_OSSAUDIO # binary compatibllity with Linux/m68k 45 46# Filesystem options 47file-system FFS # Berkeley Fast Filesystem 48#file-system LFS # log-structured file system 49file-system NFS # Sun NFS-compatible filesystem client 50file-system MFS # memory-based filesystem 51#file-system CD9660 # ISO 9660 + Rock Ridge file system 52#file-system MSDOSFS # MS-DOS FAT file system 53file-system KERNFS # /kern 54file-system PROCFS # /proc 55file-system FDESC # /dev/fd/* 56file-system NULLFS # loopback file system 57#file-system OVERLAY # overlay file system 58#file-system UMAPFS # NULLFS + uid and gid remapping 59#file-system UNION # union file system 60#file-system CODA # Coda File System; also needs vcode (below) 61file-system PTYFS # /dev/pts/N support 62 63#options NFSSERVER # nfs server support 64#options QUOTA # legacy UFS quotas 65#options QUOTA2 # new, in-filesystem UFS quotas 66#options FFS_EI # ffs endian independent support 67options WAPBL # File system journaling support 68options FFS_NO_SNAPSHOT # No FFS snapshot support 69 70# Networking options 71options INET # Internet protocols 72options INET6 # IPV6 73#options IPSEC # IP security 74#options IPSEC_DEBUG # debug for IP security 75#options GATEWAY # IP packet forwarding 76#options MROUTING # IP multicast routing 77#options PIM # Protocol Independent Multicast 78#options NETATALK # AppleTalk networking protocols 79#options PPP_BSDCOMP # BSD-Compress compression support for PPP 80#options PPP_DEFLATE # Deflate compression support for PPP 81#options PPP_FILTER # Active filter support for PPP (requires bpf) 82#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 83 84options NFS_BOOT_BOOTPARAM 85options NFS_BOOT_DHCP 86 87config netbsd root on ? type ? 88#config netbsd root on ? type nfs 89 90# 91# device declarations 92# 93 94mainbus0 at root 95 96# NEWS HYPER-BUS 97hb0 at mainbus0 systype NEWS1200 98 99# interval timer 100timer0 at hb0 addr 0xe1140000 ipl 6 101 102# MK48T02 TOD clock 103mkclock0 at hb0 addr 0xe1420000 104 105# onboard LANCE ethernet 106le0 at hb0 addr 0xe1a40000 ipl 4 107 108# keyboard/mouse; not yet 109kb0 at hb0 addr 0xe1240000 ipl 5 110ms0 at hb0 addr 0xe1280000 ipl 5 111 112wskbd* at kb? 113wsmouse* at ms? 114 115# onboard z8530 SCC 116zsc0 at hb0 addr 0xe1780000 ipl 5 vect 64 flags 0x1 117zstty0 at zsc0 channel 0 118zstty1 at zsc0 channel 1 119 120# Misc. 121pseudo-device loop # loopback interface; required 122pseudo-device pty # pseudo-terminals 123pseudo-device md # memory disk device 124pseudo-device vnd # disk-like interface to files 125#pseudo-device ccd # concatenated and striped disks 126#pseudo-device raid # RAIDframe disk driver 127pseudo-device sl # SLIP interfaces 128pseudo-device ppp # PPP interfaces 129pseudo-device tun # Network "tunnel" device 130#pseudo-device gre # generic L3 over IP tunnel 131pseudo-device bpfilter # Berkeley Packet Filter 132pseudo-device npf # NPF packet filter 133pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 134#pseudo-device faith # IPv[46] tcp relay translation i/f 135#pseudo-device vcoda # coda minicache <-> venus comm. 136pseudo-device clockctl # user control of clock subsystem 137