1 1.10 reinoud # $NetBSD: GENERIC.common,v 1.10 2012/01/02 21:48:14 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.10 reinoud #ident "GENERIC-$Revision: 1.10 $" 7 1.1 jmcneill maxusers 32 8 1.1 jmcneill 9 1.1 jmcneill makeoptions DEBUG="-O1 -g3" 10 1.1 jmcneill 11 1.10 reinoud options SYMTAB_SPACE=350000 12 1.6 jmcneill 13 1.1 jmcneill options RTC_OFFSET=0 14 1.1 jmcneill options KTRACE 15 1.1 jmcneill #options USERCONF 16 1.1 jmcneill 17 1.1 jmcneill options SYSVMSG 18 1.1 jmcneill options SYSVSEM 19 1.1 jmcneill options SYSVSHM 20 1.1 jmcneill 21 1.1 jmcneill options DEBUG 22 1.1 jmcneill #options DDB # missing support 23 1.1 jmcneill options DIAGNOSTIC 24 1.1 jmcneill options LOCKDEBUG 25 1.1 jmcneill #options DEBUG_EXEC 26 1.1 jmcneill options CPU_DEBUG 27 1.1 jmcneill #options UVMHIST 28 1.1 jmcneill #options UVMHIST_PRINT 29 1.1 jmcneill 30 1.1 jmcneill options COMPAT_BSDPTY 31 1.1 jmcneill options COMPAT_50 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.1 jmcneill file-system PROCFS 39 1.1 jmcneill file-system PTYFS 40 1.1 jmcneill file-system TMPFS 41 1.10 reinoud file-system NFS 42 1.10 reinoud file-system UDF 43 1.10 reinoud file-system NILFS 44 1.1 jmcneill options WAPBL 45 1.1 jmcneill 46 1.1 jmcneill options INET 47 1.1 jmcneill options INET6 48 1.1 jmcneill options NFS_BOOT_DHCP 49 1.1 jmcneill options NFS_BOOT_BOOTPARAM 50 1.1 jmcneill 51 1.1 jmcneill config netbsd root on ? type ? 52 1.1 jmcneill 53 1.1 jmcneill mainbus0 at root 54 1.1 jmcneill cpu0 at mainbus? 55 1.1 jmcneill clock0 at mainbus? 56 1.1 jmcneill ttycons0 at mainbus? 57 1.1 jmcneill ld0 at mainbus? 58 1.2 jmcneill veth0 at mainbus? 59 1.3 jmcneill vaudio0 at mainbus? 60 1.3 jmcneill audio0 at vaudio0 61 1.1 jmcneill 62 1.7 jmcneill vncfb0 at thunkbus? 63 1.7 jmcneill wsdisplay0 at vncfb? 64 1.7 jmcneill wskbd0 at vncfb? 65 1.9 jmcneill wsmouse0 at vncfb? mux 0 66 1.7 jmcneill options WSEMUL_VT100 67 1.7 jmcneill options WS_KERNEL_FG=WSCOL_GREEN 68 1.8 jmcneill options WSKBD_DEFAULT_KEYREPEAT_DEL1=1000 69 1.8 jmcneill options WSKBD_DEFAULT_KEYREPEAT_DELN=200 70 1.8 jmcneill options WSDISPLAY_COMPAT_USL 71 1.1 jmcneill 72 1.1 jmcneill pseudo-device loop 73 1.1 jmcneill pseudo-device pty 74 1.2 jmcneill pseudo-device bpfilter 75 1.4 jmcneill pseudo-device drvctl 76 1.6 jmcneill pseudo-device ksyms 77 1.9 jmcneill pseudo-device wsmux 78 1.1 jmcneill 79 1.1 jmcneill # Pull in optional local configuration 80 1.1 jmcneill cinclude "arch/usermode/conf/GENERIC.local" 81