1*d5c0be2bSabs# $NetBSD: GENERIC.common,v 1.30 2023/02/09 14:09:50 abs Exp $ 234e21060Sjmcneill 334e21060Sjmcneillinclude "arch/usermode/conf/std.usermode" 434e21060Sjmcneill 534e21060Sjmcneilloptions INCLUDE_CONFIG_FILE 6*d5c0be2bSabs#ident "GENERIC-$Revision: 1.30 $" 734e21060Sjmcneillmaxusers 32 834e21060Sjmcneill 934e21060Sjmcneillmakeoptions DEBUG="-O1 -g3" 1034e21060Sjmcneill 11bcbdff55Sreinoud#makeoptions COPY_SYMTAB=1 128ecc2da5Sjmcneill 1334e21060Sjmcneilloptions RTC_OFFSET=0 14411b87b5Sjmcneilloptions NTP 1534e21060Sjmcneilloptions KTRACE 1634e21060Sjmcneill#options USERCONF 1734e21060Sjmcneill 1834e21060Sjmcneilloptions SYSVMSG 1934e21060Sjmcneilloptions SYSVSEM 2034e21060Sjmcneilloptions SYSVSHM 2134e21060Sjmcneill 2234e21060Sjmcneilloptions DEBUG 2334e21060Sjmcneill#options DDB # missing support 2434e21060Sjmcneilloptions DIAGNOSTIC 2534e21060Sjmcneilloptions LOCKDEBUG 2634e21060Sjmcneill#options DEBUG_EXEC 2734e21060Sjmcneilloptions CPU_DEBUG 2834e21060Sjmcneill#options UVMHIST 2934e21060Sjmcneill#options UVMHIST_PRINT 3034e21060Sjmcneill 3195772a88Smrginclude "conf/compat_netbsd50.config" 3234e21060Sjmcneill 3334e21060Sjmcneillfile-system FFS 3434e21060Sjmcneillfile-system MFS 3534e21060Sjmcneillfile-system FDESC 3634e21060Sjmcneillfile-system KERNFS 3744733b26Sagcfile-system NULLFS 3834e21060Sjmcneillfile-system PROCFS 3902bc0c21Sagcfile-system UNION 4034e21060Sjmcneillfile-system PTYFS 4134e21060Sjmcneillfile-system TMPFS 426e429eb7Sreinoudfile-system NFS 43ae49ab9dSjmcneillfile-system CD9660 446e429eb7Sreinoudfile-system UDF 456e429eb7Sreinoudfile-system NILFS 46913d426eSrin 47913d426eSrin#options DISKLABEL_EI 48913d426eSrin#options FFS_EI 4934e21060Sjmcneilloptions WAPBL 5034e21060Sjmcneill 5134e21060Sjmcneilloptions INET 5234e21060Sjmcneilloptions INET6 5334e21060Sjmcneilloptions NFS_BOOT_DHCP 5434e21060Sjmcneilloptions NFS_BOOT_BOOTPARAM 5534e21060Sjmcneill 5634e21060Sjmcneillconfig netbsd root on ? type ? 5734e21060Sjmcneill 5834e21060Sjmcneillmainbus0 at root 5934e21060Sjmcneillcpu0 at mainbus? 6034e21060Sjmcneillclock0 at mainbus? 6134e21060Sjmcneillttycons0 at mainbus? 6201a67a2dSjmcneillld* at mainbus? 6389596f3bSjmcneillveth0 at mainbus? 6451fb3691Sjmcneillvaudio0 at mainbus? 6551fb3691Sjmcneillaudio0 at vaudio0 66ef2deb33Schristosspkr* at audio? # PC speaker (synthesized) 6703783bb5Snat 685d4c62d3Sreinoudvncfb0 at mainbus? 694f5a27acSjmcneillwsdisplay0 at vncfb? 704f5a27acSjmcneillwskbd0 at vncfb? 71e3b27f0cSjmcneillwsmouse0 at vncfb? mux 0 724f5a27acSjmcneilloptions WSEMUL_VT100 734f5a27acSjmcneilloptions WS_KERNEL_FG=WSCOL_GREEN 744f5a27acSjmcneilloptions WSKBD_DEFAULT_KEYREPEAT_DEL1=1000 754f5a27acSjmcneilloptions WSKBD_DEFAULT_KEYREPEAT_DELN=200 76715998ccSabsoptions WSDISPLAY_COMPAT_USL # wsconscfg VT handling 7734e21060Sjmcneill 78efbd3dcdSreinoud# virtual devices */ 79efbd3dcdSreinoudvatapi* at mainbus? 80efbd3dcdSreinoudatapibus* at vatapi? 81efbd3dcdSreinoud 82efbd3dcdSreinoud# cd, sd, and the like 83efbd3dcdSreinoudcd* at atapibus? 84efbd3dcdSreinoudsd* at atapibus? 85efbd3dcdSreinoudst* at atapibus? 86efbd3dcdSreinouduk* at atapibus? 87efbd3dcdSreinoud 88efbd3dcdSreinoud# pseudo devices 8934e21060Sjmcneillpseudo-device loop 9034e21060Sjmcneillpseudo-device pty 9189596f3bSjmcneillpseudo-device bpfilter 92411b87b5Sjmcneillpseudo-device clockctl 93a93220a5Sjmcneillpseudo-device drvctl 948ecc2da5Sjmcneillpseudo-device ksyms 95e3b27f0cSjmcneillpseudo-device wsmux 9634e21060Sjmcneill 97*d5c0be2bSabs# Pull in optional local configuration - always at end 9834e21060Sjmcneillcinclude "arch/usermode/conf/GENERIC.local" 99