1 1.5 simonb # $NetBSD: NEXTVOD,v 1.5 2022/08/07 02:52:25 simonb Exp $ 2 1.1 uwe 3 1.1 uwe # This config and related files are placeholders/boilerplate for work 4 1.1 uwe # in progress. Not expected to compile. 5 1.1 uwe 6 1.1 uwe include "arch/evbsh3/conf/std.nextvod" 7 1.1 uwe 8 1.1 uwe options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 1.5 simonb #ident "NEXTVOD-$Revision: 1.5 $" 10 1.1 uwe 11 1.1 uwe maxusers 32 # estimated number of users 12 1.1 uwe 13 1.1 uwe 14 1.1 uwe # Standard system options 15 1.1 uwe options INSECURE # disable kernel security levels 16 1.1 uwe 17 1.1 uwe options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 18 1.1 uwe options NTP # NTP phase/frequency locked loop 19 1.1 uwe options KTRACE # system call tracing via ktrace(1) 20 1.1 uwe 21 1.1 uwe options SYSVMSG # System V message queues 22 1.1 uwe options SYSVSEM # System V semaphores 23 1.1 uwe options SYSVSHM # System V shared memory 24 1.1 uwe 25 1.1 uwe #options MODULAR # new style module(7) framework 26 1.1 uwe #options MODULAR_DEFAULT_AUTOLOAD 27 1.1 uwe 28 1.1 uwe options USERCONF # userconf(4) support 29 1.1 uwe #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 30 1.1 uwe #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 31 1.1 uwe 32 1.1 uwe 33 1.1 uwe # Diagnostic/debugging support options 34 1.1 uwe #options DIAGNOSTIC # cheap kernel consistency checks 35 1.1 uwe #options DEBUG # expensive debugging checks/support 36 1.1 uwe options DDB # in-kernel debugger 37 1.1 uwe #options DDB_ONPANIC=0 # don't go into ddb on panic. 38 1.1 uwe options DDB_HISTORY_SIZE=512 # enable history editing in DDB 39 1.1 uwe #options DDB_COMMANDONENTER="bt" 40 1.1 uwe 41 1.1 uwe 42 1.1 uwe # File systems 43 1.1 uwe #file-system FFS # UFS 44 1.1 uwe file-system MFS # memory file system 45 1.1 uwe file-system NFS # Network File System client 46 1.1 uwe file-system KERNFS # /kern 47 1.1 uwe file-system PROCFS # /proc 48 1.1 uwe file-system PTYFS # /dev/pts/N support 49 1.1 uwe 50 1.1 uwe # File system options 51 1.5 simonb options FFS_NO_SNAPSHOT # No FFS snapshot support 52 1.5 simonb #options UFS_ACL # UFS Access Control Lists 53 1.5 simonb #options UFS_DIRHASH # UFS Large Directory Hashing 54 1.5 simonb #options UFS_EXTATTR # Extended attribute support for UFS1 55 1.1 uwe #options WAPBL # File system journaling support 56 1.1 uwe options NFS_BOOT_DHCP # Support DHCP NFS root 57 1.1 uwe 58 1.1 uwe 59 1.1 uwe # Networking options 60 1.1 uwe #options GATEWAY # packet forwarding 61 1.1 uwe options INET # IP + ICMP + TCP + UDP 62 1.1 uwe options INET6 # IPV6 63 1.1 uwe #options IPSEC # IP security 64 1.1 uwe #options IPSEC_DEBUG # debug for IP security 65 1.1 uwe #options MROUTING # IP multicast routing 66 1.1 uwe #options PIM # Protocol Independent Multicast 67 1.1 uwe #options NETATALK # AppleTalk networking protocols 68 1.1 uwe #options PPP_BSDCOMP # BSD-Compress compression support for PPP 69 1.1 uwe #options PPP_DEFLATE # Deflate compression support for PPP 70 1.1 uwe #options PPP_FILTER # Active filter support for PPP (requires bpf) 71 1.1 uwe #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 72 1.1 uwe #options TCP_SIGNATURE # Enable RFC-2385 TCP md5 signatures 73 1.1 uwe 74 1.1 uwe # These options enable verbose messages for several subsystems. 75 1.1 uwe # Warning, these may compile large string tables into the kernel! 76 1.1 uwe #options ACPIVERBOSE # verbose ACPI configuration messages 77 1.1 uwe #options MIIVERBOSE # verbose PHY autoconfig messages 78 1.1 uwe options PCIVERBOSE # verbose PCI device autoconfig messages 79 1.1 uwe #options PCI_CONFIG_DUMP # verbosely dump PCI config space 80 1.1 uwe #options PCMCIAVERBOSE # verbose PCMCIA configuration messages 81 1.1 uwe options SCSIVERBOSE # human readable SCSI error messages 82 1.1 uwe #options USBVERBOSE # verbose USB device autoconfig messages 83 1.1 uwe #options HDAUDIOVERBOSE # verbose HDAUDIO driver messages 84 1.1 uwe 85 1.1 uwe 86 1.1 uwe # Enable the hooks used for initializing the root memory-disk. 87 1.1 uwe #options MEMORY_DISK_HOOKS 88 1.1 uwe #options MEMORY_DISK_IS_ROOT # force root on memory disk 89 1.1 uwe #options MEMORY_DISK_SERVER=0 # no userspace memory disk support 90 1.1 uwe #options MEMORY_DISK_ROOT_SIZE=3074 # size of memory disk, in blocks 91 1.1 uwe #options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 92 1.1 uwe 93 1.2 uwe #makeoptions DEBUG="-g" # compile full symbol table 94 1.2 uwe makeoptions COPY_SYMTAB=1 95 1.2 uwe 96 1.1 uwe # Kernel root file system and dump configuration. 97 1.1 uwe config netbsd root on ? type ? 98 1.1 uwe 99 1.1 uwe 100 1.1 uwe # 101 1.1 uwe # Device configuration 102 1.1 uwe # 103 1.1 uwe mainbus0 at root 104 1.1 uwe 105 1.1 uwe shb* at mainbus? 106 1.1 uwe 107 1.1 uwe # serial (console) 108 1.1 uwe stasc0 at mainbus? 109 1.1 uwe 110 1.1 uwe 111 1.1 uwe # Pseudo-Devices 112 1.1 uwe 113 1.1 uwe pseudo-device swcrypto # software crypto implementation 114 1.1 uwe 115 1.1 uwe # disk/mass storage pseudo-devices 116 1.1 uwe #pseudo-device bio # RAID control device driver 117 1.1 uwe #pseudo-device ccd # concatenated/striped disk devices 118 1.1 uwe #pseudo-device cgd # cryptographic disk devices 119 1.1 uwe 120 1.1 uwe #pseudo-device raid # RAIDframe disk driver 121 1.1 uwe #options RAID_AUTOCONFIG # auto-configuration of RAID components 122 1.1 uwe #Options to enable various other RAIDframe RAID types. 123 1.1 uwe #options RF_INCLUDE_EVENODD=1 124 1.1 uwe #options RF_INCLUDE_RAID5_RS=1 125 1.1 uwe #options RF_INCLUDE_PARITYLOGGING=1 126 1.1 uwe #options RF_INCLUDE_CHAINDECLUSTER=1 127 1.1 uwe #options RF_INCLUDE_INTERDECLUSTER=1 128 1.1 uwe #options RF_INCLUDE_PARITY_DECLUSTERING=1 129 1.1 uwe #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 130 1.1 uwe 131 1.1 uwe #pseudo-device fss # file system snapshot device 132 1.1 uwe 133 1.1 uwe pseudo-device md # memory disk device (ramdisk 134 1.1 uwe #options MEMORY_DISK_DYNAMIC # loaded via kernel module(7) 135 1.1 uwe 136 1.1 uwe #pseudo-device vnd # disk-like interface to files 137 1.1 uwe #options VND_COMPRESSION # compressed vnd(4) 138 1.1 uwe 139 1.1 uwe # network pseudo-devices 140 1.1 uwe pseudo-device bpfilter # Berkeley packet filter 141 1.1 uwe #pseudo-device carp # Common Address Redundancy Protocol 142 1.1 uwe pseudo-device loop # network loopback 143 1.1 uwe #pseudo-device mpls # MPLS pseudo-interface 144 1.1 uwe #pseudo-device ppp # Point-to-Point Protocol 145 1.1 uwe #pseudo-device pppoe # PPP over Ethernet (RFC 2516) 146 1.1 uwe #pseudo-device sl # Serial Line IP 147 1.1 uwe #pseudo-device irframetty # IrDA frame line discipline 148 1.1 uwe #pseudo-device tun # network tunneling over tty 149 1.1 uwe #pseudo-device tap # virtual Ethernet 150 1.1 uwe #pseudo-device gre # generic L3 over IP tunnel 151 1.1 uwe #pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 152 1.1 uwe #pseudo-device ipsecif # tunnel interface for routing based ipsec 153 1.1 uwe #pseudo-device faith # IPv[46] tcp relay translation i/f 154 1.1 uwe #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 155 1.1 uwe #pseudo-device vlan # IEEE 802.1q encapsulation 156 1.1 uwe #pseudo-device bridge # simple inter-network bridging 157 1.4 roy #pseudo-device vether # Virtual Ethernet for bridge 158 1.1 uwe #pseudo-device agr # IEEE 802.3ad link aggregation 159 1.1 uwe #pseudo-device l2tp # L2TPv3 interface 160 1.1 uwe #pseudo-device npf # NPF packet filter 161 1.1 uwe 162 1.1 uwe # miscellaneous pseudo-devices 163 1.1 uwe pseudo-device pty # pseudo-terminals 164 1.1 uwe pseudo-device clockctl # user control of clock subsystem 165 1.1 uwe pseudo-device ksyms # /dev/ksyms 166 1.1 uwe #pseudo-device lockstat # lock profiling 167 1.1 uwe #pseudo-device bcsp # BlueCore Serial Protocol 168 1.1 uwe #pseudo-device btuart # Bluetooth HCI UART (H4) 169 1.1 uwe 170 1.1 uwe # wscons pseudo-devices 171 1.1 uwe #pseudo-device wsmux # mouse & keyboard multiplexor 172 1.1 uwe #pseudo-device wsfont 173 1.1 uwe # Give us a choice of fonts based on monitor size 174 1.1 uwe #options FONT_BOLD8x16 175 1.1 uwe #options FONT_BOLD16x32 176 1.1 uwe 177 1.1 uwe # pseudo audio device driver 178 1.1 uwe #pseudo-device pad 179 1.1 uwe 180 1.1 uwe # userland interface to drivers, including autoconf and properties retrieval 181 1.1 uwe pseudo-device drvctl 182 1.1 uwe 183 1.1 uwe #include "dev/veriexec.config" 184