1 1.28 reinoud # $NetBSD: GENERIC.common,v 1.28 2018/06/05 20:02:42 reinoud Exp $ 2 1.1 jmcneill 3 1.1 jmcneill include "arch/usermode/conf/std.usermode" 4 1.1 jmcneill 5 1.1 jmcneill options INCLUDE_CONFIG_FILE 6 1.28 reinoud #ident "GENERIC-$Revision: 1.28 $" 7 1.1 jmcneill maxusers 32 8 1.1 jmcneill 9 1.1 jmcneill makeoptions DEBUG="-O1 -g3" 10 1.1 jmcneill 11 1.27 reinoud #makeoptions COPY_SYMTAB=1 12 1.6 jmcneill 13 1.1 jmcneill options RTC_OFFSET=0 14 1.11 jmcneill options NTP 15 1.1 jmcneill options KTRACE 16 1.1 jmcneill #options USERCONF 17 1.1 jmcneill 18 1.1 jmcneill options SYSVMSG 19 1.1 jmcneill options SYSVSEM 20 1.1 jmcneill options SYSVSHM 21 1.1 jmcneill 22 1.1 jmcneill options DEBUG 23 1.1 jmcneill #options DDB # missing support 24 1.1 jmcneill options DIAGNOSTIC 25 1.1 jmcneill options LOCKDEBUG 26 1.1 jmcneill #options DEBUG_EXEC 27 1.1 jmcneill options CPU_DEBUG 28 1.1 jmcneill #options UVMHIST 29 1.1 jmcneill #options UVMHIST_PRINT 30 1.1 jmcneill 31 1.26 mrg include "conf/compat_netbsd50.config" 32 1.5 jmcneill options COMPAT_OSSAUDIO 33 1.1 jmcneill 34 1.1 jmcneill file-system FFS 35 1.1 jmcneill file-system MFS 36 1.1 jmcneill file-system FDESC 37 1.1 jmcneill file-system KERNFS 38 1.14 agc file-system NULLFS 39 1.1 jmcneill file-system PROCFS 40 1.15 agc file-system UNION 41 1.1 jmcneill file-system PTYFS 42 1.1 jmcneill file-system TMPFS 43 1.10 reinoud file-system NFS 44 1.16 jmcneill file-system CD9660 45 1.10 reinoud file-system UDF 46 1.10 reinoud file-system NILFS 47 1.25 rin 48 1.25 rin #options DISKLABEL_EI 49 1.25 rin #options FFS_EI 50 1.1 jmcneill options WAPBL 51 1.1 jmcneill 52 1.1 jmcneill options INET 53 1.1 jmcneill options INET6 54 1.1 jmcneill options NFS_BOOT_DHCP 55 1.1 jmcneill options NFS_BOOT_BOOTPARAM 56 1.1 jmcneill 57 1.1 jmcneill config netbsd root on ? type ? 58 1.1 jmcneill 59 1.1 jmcneill mainbus0 at root 60 1.1 jmcneill cpu0 at mainbus? 61 1.1 jmcneill clock0 at mainbus? 62 1.1 jmcneill ttycons0 at mainbus? 63 1.12 jmcneill ld* at mainbus? 64 1.2 jmcneill veth0 at mainbus? 65 1.3 jmcneill vaudio0 at mainbus? 66 1.3 jmcneill audio0 at vaudio0 67 1.24 christos spkr* at audio? # PC speaker (synthesized) 68 1.22 nat 69 1.17 reinoud vncfb0 at mainbus? 70 1.7 jmcneill wsdisplay0 at vncfb? 71 1.7 jmcneill wskbd0 at vncfb? 72 1.9 jmcneill wsmouse0 at vncfb? mux 0 73 1.7 jmcneill options WSEMUL_VT100 74 1.7 jmcneill options WS_KERNEL_FG=WSCOL_GREEN 75 1.8 jmcneill options WSKBD_DEFAULT_KEYREPEAT_DEL1=1000 76 1.8 jmcneill options WSKBD_DEFAULT_KEYREPEAT_DELN=200 77 1.18 abs options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 78 1.1 jmcneill 79 1.28 reinoud # virtual devices */ 80 1.28 reinoud vatapi* at mainbus? 81 1.28 reinoud atapibus* at vatapi? 82 1.28 reinoud 83 1.28 reinoud # cd, sd, and the like 84 1.28 reinoud cd* at atapibus? 85 1.28 reinoud sd* at atapibus? 86 1.28 reinoud st* at atapibus? 87 1.28 reinoud uk* at atapibus? 88 1.28 reinoud 89 1.28 reinoud # pseudo devices 90 1.1 jmcneill pseudo-device loop 91 1.1 jmcneill pseudo-device pty 92 1.2 jmcneill pseudo-device bpfilter 93 1.11 jmcneill pseudo-device clockctl 94 1.4 jmcneill pseudo-device drvctl 95 1.6 jmcneill pseudo-device ksyms 96 1.9 jmcneill pseudo-device wsmux 97 1.1 jmcneill 98 1.1 jmcneill # Pull in optional local configuration 99 1.1 jmcneill cinclude "arch/usermode/conf/GENERIC.local" 100