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