1# $NetBSD: GENERIC_TINY,v 1.94 2025/11/29 23:48:05 tsutsui Exp $ 2 3# news68k GENERIC config file for low memory machines; 4# 5include "arch/news68k/conf/std.news68k" 6 7#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8 9#ident "GENERIC_TINY-$Revision: 1.94 $" 10 11makeoptions COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer" 12 # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for 13 # backtraces in DDB. 14 15maxusers 4 16 17options news1200 # news1200 support 18options news1700 # news1[4567]00 support 19options CPU_SINGLE # Will IOP be supported eventually? 20#options FPU_EMULATE 21 22# Standard system options 23#options NTP # NTP phase/frequency locked loop 24options KTRACE # system call tracing support 25options SYSVMSG # System V message queues 26options SYSVSEM # System V semaphores 27options SYSVSHM # System V shared memory 28options USERCONF # userconf(4) support 29options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 30#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 31 32# Alternate buffer queue strategies for better responsiveness under high 33# disk I/O load. 34#options BUFQ_READPRIO 35#options BUFQ_PRIOCSCAN 36 37# Debugging options 38#options DIAGNOSTIC # extra kernel sanity checking 39#options DEBUG # extra kernel debugging support 40#options DDB # kernel dynamic debugger 41#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 42#options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic' 43#options SCSIVERBOSE # Verbose SCSI errors 44#options SCSIDEBUG # extra SCSI debugging support 45#makeoptions DEBUG="-g" # compile full symbol table 46 47# Compatibility options 48include "conf/compat_netbsd12.config" 49options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out 50 51#options COMPAT_SUNOS # binary compatibility with SunOS 52#options COMPAT_LINUX # binary compatibllity with Linux/m68k 53#options COMPAT_OSSAUDIO # binary compatibllity with Linux/m68k 54 55# File systems 56file-system FFS # Berkeley Fast Filesystem 57#file-system LFS # log-structured file system 58file-system NFS # Sun NFS-compatible filesystem client 59file-system MFS # memory-based filesystem 60file-system CD9660 # ISO 9660 + Rock Ridge file system 61file-system MSDOSFS # MS-DOS FAT file system 62file-system KERNFS # /kern 63file-system PROCFS # /proc 64file-system FDESC # /dev/fd/* 65#file-system NULLFS # loopback file system 66#file-system OVERLAY # overlay file system 67#file-system UMAPFS # NULLFS + uid and gid remapping 68#file-system UNION # union file system 69#file-system CODA # Coda File System; also needs vcode (below) 70file-system PTYFS # /dev/pts/N support 71 72# File system options 73#options FFS_EI # FFS Endian Independent support 74#options FFS_NO_SNAPSHOT # No FFS snapshot support 75#options QUOTA # legacy UFS quotas 76#options QUOTA2 # new, in-filesystem UFS quotas 77#options UFS_DIRHASH # UFS Large Directory Hashing 78#options UFS_EXTATTR # Extended attribute support for UFS1 79options WAPBL # File system journaling support 80options NFSSERVER # Network File System server 81 82# Networking options 83options INET # Internet protocols 84options INET6 # IPV6 85#options IPSEC # IP security 86#options IPSEC_DEBUG # debug for IP security 87#options GATEWAY # IP packet forwarding 88#options MROUTING # IP multicast routing 89#options PIM # Protocol Independent Multicast 90#options NETATALK # AppleTalk networking protocols 91options PPP_BSDCOMP # BSD-Compress compression support for PPP 92options PPP_DEFLATE # Deflate compression support for PPP 93#options PPP_FILTER # Active filter support for PPP (requires bpf) 94#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 95 96#options ALTQ # Manipulate network interfaces' output queues 97#options ALTQ_BLUE # Stochastic Fair Blue 98#options ALTQ_CBQ # Class-Based Queueing 99#options ALTQ_CDNR # Diffserv Traffic Conditioner 100#options ALTQ_FIFOQ # First-In First-Out Queue 101#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 102#options ALTQ_HFSC # Hierarchical Fair Service Curve 103#options ALTQ_LOCALQ # Local queueing discipline 104#options ALTQ_PRIQ # Priority Queueing 105#options ALTQ_RED # Random Early Detection 106#options ALTQ_RIO # RED with IN/OUT 107#options ALTQ_WFQ # Weighted Fair Queueing 108 109#options NFS_BOOT_BOOTPARAM 110options NFS_BOOT_DHCP 111 112config netbsd root on ? type ? 113#config netbsd root on ? type nfs 114 115# 116# device declarations 117# 118 119mainbus0 at root 120 121# NEWS HYPER-BUS 122hb0 at mainbus0 systype NEWS1700 123hb1 at mainbus0 systype NEWS1200 124 125# interval timer 126timer0 at hb0 addr 0xe1000000 ipl 6 # news1700 127timer0 at hb1 addr 0xe1140000 ipl 6 # news1200 128 129# MK48T02 TOD clock 130mkclock0 at hb0 addr 0xe0d80000 # news1700 131mkclock0 at hb1 addr 0xe1420000 # news1200 132 133# onboard LANCE ethernet 134le0 at hb0 addr 0xe0f00000 ipl 4 # news1700 135le0 at hb1 addr 0xe1a40000 ipl 4 # news1200 136 137# keyboard/mouse 138kbc0 at hb0 addr 0xe0d00000 ipl 5 # news1700 139kb0 at kbc0 # news1700 140ms0 at kbc0 # news1700 141 142kb0 at hb1 addr 0xe1240000 ipl 5 # news1200 143ms0 at hb1 addr 0xe1280000 ipl 5 # news1200 144 145wskbd* at kb? 146wsmouse* at ms? 147 148# onboard z8530 SCC 149zsc0 at hb0 addr 0xe0d40000 ipl 5 vect 64 flags 0x0 # news1700 150zsc0 at hb1 addr 0xe1780000 ipl 5 vect 64 flags 0x1 # news1200 151zstty0 at zsc0 channel 0 152zstty1 at zsc0 channel 1 153 154# Frame buffer devices; not yet 155#fb0 at hb0 addr 0xf0700000 # NWB225 156#fb1 at hb0 addr 0xf0f00000 # NWB512 157 158# onboard uPD72067 FDC; not yet 159#fdc0 at hb0 addr 0xe0c80000 ipl 3 160#fd* at fdc0 161 162# onboard CXD1180 SCSI controller 163# 164# This driver has several flags which may be enabled using 165# the "flags" directive. Valid flags are: 166# 167# 0x000ff Set (1<<target) to disable disconnect/reselect 168# 0x0ff00 Set (1<<(target+8)) to disable parity checking 169# 0x10000 Set this bit to disable DMA interrupts (poll) 170# 0x20000 Set this bit to disable DMA entirely (use PIO) 171# 172# For example: "flags 0x1000f" would disable DMA interrupts, 173# and disable disconnect/reselect for targets 0-3 174# 175si0 at hb0 addr 0xe0cc0000 ipl 4 flags 0x0 176scsibus* at si0 177 178sd* at scsibus? target ? lun ? # SCSI disks 179st* at scsibus? target ? lun ? # SCSI tapes 180cd* at scsibus? target ? lun ? # SCSI CD-ROMs 181#ch* at scsibus? target ? lun ? # SCSI changer devices 182#ss* at scsibus? target ? lun ? # SCSI scanners 183#uk* at scsibus? target ? lun ? # unknown SCSI devices 184 185# Misc. 186pseudo-device loop # loopback interface; required 187pseudo-device pty # pseudo-terminals 188#pseudo-device md # memory disk device 189pseudo-device vnd # disk-like interface to files 190#options VND_COMPRESSION # compressed vnd(4) 191#pseudo-device ccd # concatenated and striped disks 192#pseudo-device cgd # cryptographic disk devices 193#pseudo-device raid # RAIDframe disk driver 194#options RAID_AUTOCONFIG # auto-configuration of RAID components 195# Options to enable various other RAIDframe RAID types. 196#options RF_INCLUDE_EVENODD=1 197#options RF_INCLUDE_RAID5_RS=1 198#options RF_INCLUDE_PARITYLOGGING=1 199#options RF_INCLUDE_CHAINDECLUSTER=1 200#options RF_INCLUDE_INTERDECLUSTER=1 201#options RF_INCLUDE_PARITY_DECLUSTERING=1 202#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 203pseudo-device fss # file system snapshot device 204pseudo-device sl # SLIP interfaces 205pseudo-device ppp # PPP interfaces 206pseudo-device pppoe # PPP over Ethernet (RFC 2516) 207pseudo-device tun # Network "tunnel" device 208pseudo-device tap # virtual Ethernet 209#pseudo-device gre # generic L3 over IP tunnel 210pseudo-device bpfilter # Berkeley Packet Filter 211#pseudo-device npf # NPF packet filter 212pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 213#pseudo-device faith # IPv[46] tcp relay translation i/f 214pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 215#pseudo-device vlan # IEEE 802.1q encapsulation 216pseudo-device bridge # simple inter-network bridging 217pseudo-device vether # Virtual Ethernet for bridge 218#pseudo-device vcoda # coda minicache <-> venus comm. 219pseudo-device clockctl # user control of clock subsystem 220pseudo-device ksyms # /dev/ksyms 221