Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.2.8.2
      1  1.2.8.2  yamt #	$NetBSD: GENERIC,v 1.2.8.2 2014/05/22 11:39:38 yamt Exp $
      2  1.2.8.2  yamt #
      3  1.2.8.2  yamt # GENERIC machine description file
      4  1.2.8.2  yamt #
      5  1.2.8.2  yamt # This machine description file is used to generate the default NetBSD
      6  1.2.8.2  yamt # kernel.  The generic kernel does not include all options, subsystems
      7  1.2.8.2  yamt # and device drivers, but should be useful for most applications.
      8  1.2.8.2  yamt #
      9  1.2.8.2  yamt # The machine description file can be customised for your specific
     10  1.2.8.2  yamt # machine to reduce the kernel size and improve its performance.
     11  1.2.8.2  yamt #
     12  1.2.8.2  yamt # For further information on compiling NetBSD kernels, see the config(8)
     13  1.2.8.2  yamt # man page.
     14  1.2.8.2  yamt #
     15  1.2.8.2  yamt # For further information on hardware support for this architecture, see
     16  1.2.8.2  yamt # the intro(4) man page.  For further information about kernel options
     17  1.2.8.2  yamt # for this architecture, see the options(4) man page.  For an explanation
     18  1.2.8.2  yamt # of each device driver in this file see the section 4 man page for the
     19  1.2.8.2  yamt # device.
     20  1.2.8.2  yamt 
     21  1.2.8.2  yamt include		"arch/epoc32/conf/std.epoc32"
     22  1.2.8.2  yamt 
     23  1.2.8.2  yamt #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24  1.2.8.2  yamt 
     25  1.2.8.2  yamt #ident 		"GENERIC-$Revision: 1.2.8.2 $"
     26  1.2.8.2  yamt 
     27  1.2.8.2  yamt maxusers	32			# estimated number of users
     28  1.2.8.2  yamt 
     29  1.2.8.2  yamt # CPU options
     30  1.2.8.2  yamt options 	CPU_ARM7		# Series 5/Geofox one/Osaris
     31  1.2.8.2  yamt options 	CPU_ARM7TDMI		# Series 5mx/Revo/Revo+
     32  1.2.8.2  yamt #options 	CPU_SA1100		# Series 7/netBook
     33  1.2.8.2  yamt 
     34  1.2.8.2  yamt # Standard system options
     35  1.2.8.2  yamt #options 	INSECURE	# disable kernel security levels
     36  1.2.8.2  yamt 
     37  1.2.8.2  yamt # File systems
     38  1.2.8.2  yamt file-system	FFS		# UFS
     39  1.2.8.2  yamt #file-system	EXT2FS		# second extended file system (linux)
     40  1.2.8.2  yamt file-system	MFS		# memory file system
     41  1.2.8.2  yamt file-system	NFS		# Network File System client
     42  1.2.8.2  yamt file-system	MSDOSFS		# MS-DOS file system
     43  1.2.8.2  yamt #file-system	FDESC		# /dev/fd
     44  1.2.8.2  yamt file-system	KERNFS		# /kern
     45  1.2.8.2  yamt file-system	NULLFS		# loopback file system
     46  1.2.8.2  yamt file-system	PTYFS		# /dev/pts/N support
     47  1.2.8.2  yamt file-system	TMPFS		# Efficient memory file-system
     48  1.2.8.2  yamt 
     49  1.2.8.2  yamt # File system options
     50  1.2.8.2  yamt #options 	QUOTA		# legacy UFS quotas
     51  1.2.8.2  yamt #options 	QUOTA2		# new, in-filesystem UFS quotas
     52  1.2.8.2  yamt options 	FFS_EI		# FFS Endian Independent support
     53  1.2.8.2  yamt #options 	NFSSERVER
     54  1.2.8.2  yamt options 	WAPBL		# File system journaling support
     55  1.2.8.2  yamt #options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
     56  1.2.8.2  yamt #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     57  1.2.8.2  yamt #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     58  1.2.8.2  yamt 				# immutable) behave as system flags.
     59  1.2.8.2  yamt 
     60  1.2.8.2  yamt # Networking options
     61  1.2.8.2  yamt options 	INET		# IP + ICMP + TCP + UDP
     62  1.2.8.2  yamt options 	INET6		# IPv6
     63  1.2.8.2  yamt #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     64  1.2.8.2  yamt #options 	PPP_DEFLATE	# Deflate compression support for PPP
     65  1.2.8.2  yamt options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     66  1.2.8.2  yamt 
     67  1.2.8.2  yamt # Compatibility options
     68  1.2.8.2  yamt #options 	COMPAT_09	# NetBSD 0.9,
     69  1.2.8.2  yamt #options 	COMPAT_10	# NetBSD 1.0,
     70  1.2.8.2  yamt #options 	COMPAT_11	# NetBSD 1.1,
     71  1.2.8.2  yamt #options 	COMPAT_12	# NetBSD 1.2,
     72  1.2.8.2  yamt #options 	COMPAT_13	# NetBSD 1.3,
     73  1.2.8.2  yamt #options 	COMPAT_14	# NetBSD 1.4,
     74  1.2.8.2  yamt #options 	COMPAT_15	# NetBSD 1.5,
     75  1.2.8.2  yamt #options 	COMPAT_16	# NetBSD 1.6,
     76  1.2.8.2  yamt #options 	COMPAT_20	# NetBSD 2.0,
     77  1.2.8.2  yamt #options 	COMPAT_30	# NetBSD 3.0,
     78  1.2.8.2  yamt #options 	COMPAT_40	# NetBSD 4.0,
     79  1.2.8.2  yamt #options 	COMPAT_50	# NetBSD 5.0 compatibility.
     80  1.2.8.2  yamt #options 	COMPAT_43	# and 4.3BSD
     81  1.2.8.2  yamt #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     82  1.2.8.2  yamt 
     83  1.2.8.2  yamt #options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
     84  1.2.8.2  yamt options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     85  1.2.8.2  yamt 
     86  1.2.8.2  yamt # Shared memory options
     87  1.2.8.2  yamt #options 	SYSVMSG		# System V-like message queues
     88  1.2.8.2  yamt #options 	SYSVSEM		# System V-like semaphores
     89  1.2.8.2  yamt #options 	SYSVSHM		# System V-like memory sharing
     90  1.2.8.2  yamt 
     91  1.2.8.2  yamt # Loadable kernel module support
     92  1.2.8.2  yamt #options 	MODULAR		# new style module(7) framework
     93  1.2.8.2  yamt 
     94  1.2.8.2  yamt #
     95  1.2.8.2  yamt # wscons options
     96  1.2.8.2  yamt #
     97  1.2.8.2  yamt # builtin terminal emulations
     98  1.2.8.2  yamt options 	WSEMUL_VT100
     99  1.2.8.2  yamt # allocate a number of virtual screens at autoconfiguration time
    100  1.2.8.2  yamt #options 	WSDISPLAY_DEFAULTSCREENS=2
    101  1.2.8.2  yamt 
    102  1.2.8.2  yamt # compatibility to other console drivers
    103  1.2.8.2  yamt options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    104  1.2.8.2  yamt options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    105  1.2.8.2  yamt options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    106  1.2.8.2  yamt 
    107  1.2.8.2  yamt # Development and Debugging options
    108  1.2.8.2  yamt 
    109  1.2.8.2  yamt #options 	DIAGNOSTIC      # internal consistency checks
    110  1.2.8.2  yamt #options 	DEBUG
    111  1.2.8.2  yamt #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    112  1.2.8.2  yamt options 	DDB             # in-kernel debugger
    113  1.2.8.2  yamt options 	DDB_HISTORY_SIZE=100    # Enable history editing in DDB
    114  1.2.8.2  yamt #makeoptions 	DEBUG="-g"  # compile full symbol table
    115  1.2.8.2  yamt options 	SYMTAB_SPACE=500000
    116  1.2.8.2  yamt 
    117  1.2.8.2  yamt 
    118  1.2.8.2  yamt # Kernel root file system and dump configuration.
    119  1.2.8.2  yamt config		netbsd		root on ? type ?
    120  1.2.8.2  yamt 
    121  1.2.8.2  yamt mainbus0 at root
    122  1.2.8.2  yamt 
    123  1.2.8.2  yamt cpu0 at mainbus?
    124  1.2.8.2  yamt 
    125  1.2.8.2  yamt internal0 at mainbus? base 0x80000000		# Internal Register Space
    126  1.2.8.2  yamt external0 at mainbus?
    127  1.2.8.2  yamt 
    128  1.2.8.2  yamt # SoC
    129  1.2.8.2  yamt clpssoc0 at internal?				# Cirrus CL-PS711x
    130  1.2.8.2  yamt windermere0 at internal?			# Windermere
    131  1.2.8.2  yamt #saip0	at internal?				# StrongARM SA-1100
    132  1.2.8.2  yamt 
    133  1.2.8.2  yamt #options CONSPEED=115200			# EPOC use 115200bps
    134  1.2.8.2  yamt 
    135  1.2.8.2  yamt # CL-PS711x Peripherals
    136  1.2.8.2  yamt #clpsaudio* at clpssoc?				# Audio
    137  1.2.8.2  yamt clpscom* at clpssoc?				# UART/IrDA
    138  1.2.8.2  yamt clpslcd* at clpssoc?				# LCD
    139  1.2.8.2  yamt #clpspm* at clpssoc?				# Power
    140  1.2.8.2  yamt clpsrtc* at clpssoc?				# RTC
    141  1.2.8.2  yamt #clpsssi* at clpssoc?				# SSI bus
    142  1.2.8.2  yamt 
    143  1.2.8.2  yamt # Windermere Peripherals
    144  1.2.8.2  yamt #wmaudio* at windermere?			# Audio
    145  1.2.8.2  yamt wmcom*	at windermere?				# IrDA/UART
    146  1.2.8.2  yamt wmlcd*	at windermere?				# LCD
    147  1.2.8.2  yamt #wmpm*	at windermere?				# Power
    148  1.2.8.2  yamt wmrtc*	at windermere?				# RTC
    149  1.2.8.2  yamt #wmssi*	at clpssoc?				# SSI bus
    150  1.2.8.2  yamt 
    151  1.2.8.2  yamt # SA-1100 Peripherals
    152  1.2.8.2  yamt #sacom*	at saip? addr 0x80050000 size 0x24 intr 17 # Serial
    153  1.2.8.2  yamt #saost*	at saip? addr 0x90000000 size 0x20	#OS Timer
    154  1.2.8.2  yamt 
    155  1.2.8.2  yamt wsdisplay* at clpslcd? console ?
    156  1.2.8.2  yamt wsdisplay* at wmlcd? console ?
    157  1.2.8.2  yamt 
    158  1.2.8.2  yamt epockbd* at clpssoc?
    159  1.2.8.2  yamt epockbd* at windermere?
    160  1.2.8.2  yamt wskbd*	at epockbd?
    161  1.2.8.2  yamt 
    162  1.2.8.2  yamt #spi*	at clpsssi*
    163  1.2.8.2  yamt #spi*	at wmssi*
    164  1.2.8.2  yamt #tp*	at spi*					# ADS7843 Touch screen
    165  1.2.8.2  yamt 
    166  1.2.8.2  yamt #audio* at audio?
    167  1.2.8.2  yamt 
    168  1.2.8.2  yamt # External devices
    169  1.2.8.2  yamt 
    170  1.2.8.2  yamt #epockbd* at external? addr 0x10000030 addr2 0x10000004		# Series 7
    171  1.2.8.2  yamt 
    172  1.2.8.2  yamt # ETNA Controller
    173  1.2.8.2  yamt etna* at external? addr 0x20000000 addr2 0x40000000 irq 5	# 5mx
    174  1.2.8.2  yamt etna* at external? addr 0x50000000 addr2 0x30000000 irq 5	# 5mx Pro
    175  1.2.8.2  yamt pcmcia* at etna?
    176  1.2.8.2  yamt 
    177  1.2.8.2  yamt wdc* at pcmcia?					# CF
    178  1.2.8.2  yamt atabus* at wdc? channel ?
    179  1.2.8.2  yamt wd* at atabus? drive ? flags 0x0000
    180  1.2.8.2  yamt 
    181  1.2.8.2  yamt 
    182  1.2.8.2  yamt # Pseudo-Devices
    183  1.2.8.2  yamt 
    184  1.2.8.2  yamt # disk/mass storage pseudo-devices
    185  1.2.8.2  yamt #pseudo-device	md			# memory disk device (ramdisk)
    186  1.2.8.2  yamt #pseudo-device	vnd			# disk-like interface to files
    187  1.2.8.2  yamt #options 	VND_COMPRESSION		# compressed vnd(4)
    188  1.2.8.2  yamt 
    189  1.2.8.2  yamt # network pseudo-devices
    190  1.2.8.2  yamt #pseudo-device	bpfilter                # Berkeley packet filter
    191  1.2.8.2  yamt pseudo-device	loop			# network loopback
    192  1.2.8.2  yamt pseudo-device	ppp			# Point-to-Point Protocol
    193  1.2.8.2  yamt pseudo-device	sl			# Serial Line IP
    194  1.2.8.2  yamt 
    195  1.2.8.2  yamt # miscellaneous pseudo-devices
    196  1.2.8.2  yamt pseudo-device	pty			# pseudo-terminals
    197  1.2.8.2  yamt pseudo-device	clockctl		# user control of clock subsystem
    198  1.2.8.2  yamt pseudo-device	ksyms			# /dev/ksyms
    199  1.2.8.2  yamt 
    200  1.2.8.2  yamt # wscons pseudo-devices
    201  1.2.8.2  yamt #pseudo-device	wsmux			# mouse & keyboard multiplexor
    202  1.2.8.2  yamt #pseudo-device	wsfont
    203