Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.2
      1  1.2     cgd #	$NetBSD: GENERIC,v 1.2 2000/03/22 00:58:22 cgd Exp $
      2  1.1  nonaka #
      3  1.1  nonaka #	GENERIC config file
      4  1.1  nonaka #
      5  1.1  nonaka 
      6  1.1  nonaka include "arch/prep/conf/std.prep"
      7  1.1  nonaka 
      8  1.2     cgd #ident		"GENERIC-$Revision: 1.2 $"
      9  1.1  nonaka 
     10  1.1  nonaka maxusers	32
     11  1.1  nonaka 
     12  1.1  nonaka # Standard system options
     13  1.1  nonaka 
     14  1.1  nonaka options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     15  1.1  nonaka #options 	NTP		# NTP phase/frequency locked loop
     16  1.1  nonaka 
     17  1.1  nonaka options 	KTRACE		# system call tracing via ktrace(1)
     18  1.1  nonaka 
     19  1.1  nonaka options 	SYSVMSG		# System V-like message queues
     20  1.1  nonaka options 	SYSVSEM		# System V-like semaphores
     21  1.1  nonaka options 	SYSVSHM		# System V-like memory sharing
     22  1.1  nonaka #options 	SHMMAXPGS=1024	# 1024 pages is the default
     23  1.1  nonaka 
     24  1.1  nonaka #options 	LKM		# loadable kernel modules
     25  1.1  nonaka 
     26  1.1  nonaka # Diagnostic/debugging support options
     27  1.1  nonaka options 	DIAGNOSTIC	# cheap kernel consistency checks
     28  1.1  nonaka #options 	DEBUG		# expensive debugging checks/support
     29  1.1  nonaka #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     30  1.1  nonaka options 	DDB		# in-kernel debugger
     31  1.1  nonaka #options 	DDB_HISTORY_SIZE=100    # Enable history editing in DDB
     32  1.1  nonaka #makeoptions	DEBUG="-g"
     33  1.1  nonaka 
     34  1.1  nonaka # Compatibility options
     35  1.1  nonaka options 	COMPAT_13	# NetBSD 1.3,
     36  1.1  nonaka options 	COMPAT_14	# NetBSD 1.4,
     37  1.1  nonaka options 	COMPAT_43	# and 4.3BSD
     38  1.1  nonaka 
     39  1.1  nonaka # File systems
     40  1.1  nonaka #file-system 	FFS		# UFS
     41  1.1  nonaka #file-system	EXT2FS		# second extended file system (linux)
     42  1.1  nonaka #file-system	LFS		# log-structured file system
     43  1.1  nonaka file-system 	MFS		# memory file system
     44  1.1  nonaka file-system 	NFS		# Network File System client
     45  1.1  nonaka #file-system	NTFS		# Windows/NT file system (experimental)
     46  1.1  nonaka #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     47  1.1  nonaka #file-system 	MSDOSFS		# MS-DOS file system
     48  1.1  nonaka #file-system 	FDESC		# /dev/fd
     49  1.1  nonaka file-system 	KERNFS		# /kern
     50  1.1  nonaka #file-system 	NULLFS		# loopback file system
     51  1.1  nonaka #file-system	OVERLAY		# overlay file system
     52  1.1  nonaka #file-system 	PORTAL		# portal filesystem (still experimental)
     53  1.1  nonaka file-system 	PROCFS		# /proc
     54  1.1  nonaka #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     55  1.1  nonaka #file-system 	UNION		# union file system
     56  1.1  nonaka #file-system	CODA		# Coda File System; also needs vcoda (below)
     57  1.1  nonaka 
     58  1.1  nonaka # File system options
     59  1.1  nonaka #options 	QUOTA		# UFS quotas
     60  1.1  nonaka #options 	FFS_EI		# FFS Endian Independant support
     61  1.1  nonaka #options 	SOFTDEP		# FFS soft updates support.
     62  1.1  nonaka #options 	NFSSERVER	# Network File System server
     63  1.1  nonaka #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     64  1.1  nonaka  				# immutable) behave as system flags.
     65  1.1  nonaka 
     66  1.1  nonaka # Pull in config fragments for kernel crypto.  This is required for
     67  1.1  nonaka # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
     68  1.1  nonaka # one of these, based on whether you use crypto-us or crypto-intl, and
     69  1.1  nonaka # adjust the prefixes as necessary.
     70  1.1  nonaka 
     71  1.1  nonaka #prefix ../crypto-us/sys
     72  1.1  nonaka #cinclude "conf/files.crypto-us"
     73  1.1  nonaka #prefix
     74  1.1  nonaka 
     75  1.1  nonaka #prefix ../crypto-intl/sys
     76  1.1  nonaka #cinclude "conf/files.crypto-intl"
     77  1.1  nonaka #prefix
     78  1.1  nonaka 
     79  1.1  nonaka # Networking options
     80  1.1  nonaka #options 	GATEWAY		# packet forwarding
     81  1.1  nonaka options 	INET		# IP + ICMP + TCP + UDP
     82  1.1  nonaka options 	INET6		# IPv6
     83  1.1  nonaka #options 	IPSEC		# IP security
     84  1.1  nonaka #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     85  1.1  nonaka #options 	IPSEC_DEBUG	# debug for IP security
     86  1.1  nonaka #options 	MROUTING	# IP multicast routing
     87  1.1  nonaka #options 	NETATALK	# AppleTalk networking protocols
     88  1.1  nonaka options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     89  1.1  nonaka options 	PPP_DEFLATE	# Deflate compression support for PPP
     90  1.1  nonaka options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     91  1.1  nonaka options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     92  1.1  nonaka options 	IPFILTER_LOG	# ipmon(8) log support
     93  1.1  nonaka 
     94  1.1  nonaka # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
     95  1.1  nonaka #options 	TCP_COMPAT_42
     96  1.1  nonaka 
     97  1.1  nonaka # These options enable verbose messages for several subsystems.
     98  1.1  nonaka # Warning, these may compile large string tables into the kernel!
     99  1.1  nonaka options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    100  1.2     cgd #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    101  1.1  nonaka 
    102  1.1  nonaka options 	NFS_BOOT_BOOTP
    103  1.1  nonaka options 	NFS_BOOT_BOOTPARAM
    104  1.1  nonaka options 	NFS_BOOT_DHCP
    105  1.1  nonaka 
    106  1.1  nonaka #
    107  1.1  nonaka # wscons options
    108  1.1  nonaka #
    109  1.1  nonaka # builtin terminal emulations
    110  1.1  nonaka options 	WSEMUL_VT100		# VT100 / VT220 emulation
    111  1.1  nonaka # different kernel output - see dev/wscons/wsdisplayvar.h
    112  1.1  nonaka options 	WS_KERNEL_FG=WSCOL_GREEN
    113  1.1  nonaka #options 	WS_KERNEL_BG=WSCOL_BLACK
    114  1.1  nonaka # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
    115  1.1  nonaka #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    116  1.1  nonaka # allocate a number of virtual screens at autoconfiguration time
    117  1.1  nonaka #options 	WSDISPLAY_DEFAULTSCREENS=4
    118  1.1  nonaka # use a large software cursor that doesn't blink
    119  1.1  nonaka options 	PCDISPLAY_SOFTCURSOR
    120  1.1  nonaka 
    121  1.1  nonaka # Kernel root file system and dump configuration.
    122  1.1  nonaka config	netbsd	root on ? type ?
    123  1.1  nonaka #config	netbsd	root on ne0 type nfs
    124  1.1  nonaka #config	netbsd	root on ep0 type nfs
    125  1.1  nonaka 
    126  1.1  nonaka #
    127  1.1  nonaka # Device configuration
    128  1.1  nonaka #
    129  1.1  nonaka 
    130  1.1  nonaka mainbus0 at root
    131  1.1  nonaka cpu0	at mainbus0
    132  1.1  nonaka 
    133  1.1  nonaka # Basic Bus Support
    134  1.1  nonaka 
    135  1.1  nonaka # PCI bus support
    136  1.1  nonaka pci0	at mainbus0 bus ?
    137  1.1  nonaka pci*	at pchb? bus ?
    138  1.1  nonaka 
    139  1.1  nonaka # PCI bridges
    140  1.1  nonaka pchb*	at pci? dev ? function ?	# PCI-Host bridges
    141  1.1  nonaka pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    142  1.1  nonaka 
    143  1.1  nonaka # ISA bus support
    144  1.1  nonaka isa*	at pcib?			# ISA on PCI-ISA bridge
    145  1.1  nonaka 
    146  1.1  nonaka # Console Devices
    147  1.1  nonaka 
    148  1.1  nonaka # ISA console.
    149  1.1  nonaka #pc0	at isa? port 0x60 irq 1		# generic PC console device
    150  1.1  nonaka 
    151  1.1  nonaka # Keyboard layout configuration for pccons
    152  1.1  nonaka #options	FRENCH_KBD
    153  1.1  nonaka #options	FINNISH_KBD
    154  1.1  nonaka #options	GERMAN_KBD
    155  1.1  nonaka #options	NORWEGIAN_KBD
    156  1.1  nonaka 
    157  1.1  nonaka # wscons
    158  1.1  nonaka pckbc0		at isa?			# pc keyboard controller
    159  1.1  nonaka pckbd*		at pckbc?		# PC keyboard
    160  1.1  nonaka pms*		at pckbc?		# PS/2 mouse for wsmouse
    161  1.1  nonaka pmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
    162  1.1  nonaka vga*		at pci?
    163  1.1  nonaka wsdisplay*	at vga? console ?
    164  1.1  nonaka wskbd*		at pckbd? console ?
    165  1.1  nonaka wsmouse*	at pms? mux 0
    166  1.1  nonaka wsmouse*	at pmsi? mux 0
    167  1.1  nonaka 
    168  1.1  nonaka pcppi0	at isa?				# PC prog. periph. interface
    169  1.1  nonaka isabeep0 at pcppi?			# "keyboard" beep
    170  1.1  nonaka 
    171  1.1  nonaka mcclock0 at isa? port 0x70		# mc146818 and compatible
    172  1.1  nonaka 
    173  1.1  nonaka # Serial Devices
    174  1.1  nonaka 
    175  1.1  nonaka # ISA serial interfaces
    176  1.1  nonaka com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    177  1.1  nonaka com1	at isa? port 0x2f8 irq 3
    178  1.1  nonaka 
    179  1.1  nonaka # Parallel Printer Interfaces
    180  1.1  nonaka 
    181  1.1  nonaka # ISA parallel printer interfaces
    182  1.1  nonaka lpt0	at isa? port 0x3bc irq 7	# standard PC parallel ports
    183  1.1  nonaka 
    184  1.1  nonaka # Network Interfaces
    185  1.1  nonaka 
    186  1.1  nonaka # PCI network interfaces
    187  1.1  nonaka ep*	at pci? dev ? function ?	# 3Com 3c59x
    188  1.1  nonaka ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
    189  1.1  nonaka 
    190  1.1  nonaka # MII/PHY support
    191  1.1  nonaka 
    192  1.1  nonaka # Joysticks
    193  1.1  nonaka 
    194  1.1  nonaka # ISA joysticks. Probe is a little strange; add only if you have one.
    195  1.1  nonaka joy0	at isa? port 0x201
    196  1.1  nonaka 
    197  1.1  nonaka # Pseudo-Devices
    198  1.1  nonaka 
    199  1.1  nonaka # disk/mass storage pseudo-devices
    200  1.1  nonaka pseudo-device	ccd		4	# concatenated/striped disk devices
    201  1.1  nonaka #pseudo-device	raid		4	# RAIDframe disk driver
    202  1.1  nonaka #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    203  1.1  nonaka pseudo-device	md		1	# memory disk device (ramdisk)
    204  1.1  nonaka pseudo-device	vnd		4	# disk-like interface to files
    205  1.1  nonaka 
    206  1.1  nonaka # network pseudo-devices
    207  1.1  nonaka pseudo-device	loop			# network loopback
    208  1.1  nonaka pseudo-device	bpfilter	8	# Berkeley packet filter
    209  1.1  nonaka pseudo-device	ipfilter		# IP filter (firewall) and NAT
    210  1.1  nonaka pseudo-device	ppp		2	# Point-to-Point Protocol
    211  1.1  nonaka pseudo-device	sl		2	# Serial Line IP
    212  1.1  nonaka pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    213  1.1  nonaka pseudo-device	tun		2	# network tunneling over tty
    214  1.1  nonaka pseudo-device	gre		2	# generic L3 over IP tunnel
    215  1.1  nonaka pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
    216  1.1  nonaka pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    217  1.1  nonaka #pseudo-device	faith		2	# IPv[46] tcp relay translation i/f
    218  1.1  nonaka 
    219  1.1  nonaka # miscellaneous pseudo-devices
    220  1.1  nonaka pseudo-device	pty		64	# pseudo-terminals
    221  1.1  nonaka #pseudo-device	tb		1	# tablet line discipline
    222  1.1  nonaka #pseudo-device	sequencer	1	# MIDI sequencer
    223  1.1  nonaka #pseudo-device	rnd			# /dev/random and in-kernel generator
    224  1.1  nonaka #options	RND_COM			# use "com" randomness as well
    225  1.1  nonaka 
    226  1.1  nonaka # a pseudo device needed for Coda	# also needs CODA (above)
    227  1.1  nonaka #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    228  1.1  nonaka 
    229  1.1  nonaka # mouse & keyboard multiplexor pseudo-devices
    230  1.1  nonaka pseudo-device	wsmux		2
    231