Home | History | Annotate | Line # | Download | only in conf
GENERIC.common revision 1.3
      1  1.3  jmcneill # $NetBSD: GENERIC.common,v 1.3 2011/12/26 21:06:42 jmcneill 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.3  jmcneill #ident 		"GENERIC-$Revision: 1.3 $"
      7  1.1  jmcneill maxusers 	32
      8  1.1  jmcneill 
      9  1.1  jmcneill makeoptions	DEBUG="-O1 -g3"
     10  1.1  jmcneill 
     11  1.1  jmcneill options 	RTC_OFFSET=0
     12  1.1  jmcneill options 	KTRACE
     13  1.1  jmcneill #options 	USERCONF
     14  1.1  jmcneill 
     15  1.1  jmcneill options 	SYSVMSG
     16  1.1  jmcneill options 	SYSVSEM
     17  1.1  jmcneill options 	SYSVSHM
     18  1.1  jmcneill 
     19  1.1  jmcneill options 	DEBUG
     20  1.1  jmcneill #options	DDB			# missing support
     21  1.1  jmcneill options 	DIAGNOSTIC
     22  1.1  jmcneill options		LOCKDEBUG
     23  1.1  jmcneill #options 	DEBUG_EXEC
     24  1.1  jmcneill options		CPU_DEBUG
     25  1.1  jmcneill #options	UVMHIST
     26  1.1  jmcneill #options	UVMHIST_PRINT
     27  1.1  jmcneill 
     28  1.1  jmcneill options 	COMPAT_BSDPTY
     29  1.1  jmcneill options 	COMPAT_50
     30  1.1  jmcneill 
     31  1.1  jmcneill file-system	FFS
     32  1.1  jmcneill file-system	MFS
     33  1.1  jmcneill file-system	FDESC
     34  1.1  jmcneill file-system	KERNFS
     35  1.1  jmcneill file-system	PROCFS
     36  1.1  jmcneill file-system	PTYFS
     37  1.1  jmcneill file-system	TMPFS
     38  1.1  jmcneill options		WAPBL
     39  1.1  jmcneill 
     40  1.1  jmcneill options 	INET
     41  1.1  jmcneill options		INET6
     42  1.1  jmcneill options 	NFS_BOOT_DHCP
     43  1.1  jmcneill options 	NFS_BOOT_BOOTPARAM
     44  1.1  jmcneill 
     45  1.1  jmcneill config		netbsd	root on ? type ?
     46  1.1  jmcneill 
     47  1.1  jmcneill mainbus0	at root
     48  1.1  jmcneill cpu0		at mainbus?
     49  1.1  jmcneill clock0		at mainbus?
     50  1.1  jmcneill ttycons0	at mainbus?
     51  1.1  jmcneill ld0		at mainbus?
     52  1.2  jmcneill veth0		at mainbus?
     53  1.3  jmcneill vaudio0		at mainbus?
     54  1.3  jmcneill audio0		at vaudio0
     55  1.1  jmcneill 
     56  1.1  jmcneill #options		SDL
     57  1.1  jmcneill #genfb0		at thunkbus?
     58  1.1  jmcneill #wsdisplay0	at genfb?
     59  1.1  jmcneill 
     60  1.1  jmcneill pseudo-device	loop
     61  1.1  jmcneill pseudo-device	pty
     62  1.2  jmcneill pseudo-device	bpfilter
     63  1.1  jmcneill 
     64  1.1  jmcneill # Pull in optional local configuration
     65  1.1  jmcneill cinclude "arch/usermode/conf/GENERIC.local"
     66