Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.44.4.2
      1  1.44.4.2  nathanw # $NetBSD: GENERIC,v 1.44.4.2 2002/01/08 00:27:00 nathanw Exp $
      2  1.44.4.2  nathanw #
      3  1.44.4.2  nathanw # GENERIC machine description file
      4  1.44.4.2  nathanw # 
      5  1.44.4.2  nathanw # This machine description file is used to generate the default NetBSD
      6  1.44.4.2  nathanw # kernel.  The generic kernel does not include all options, subsystems
      7  1.44.4.2  nathanw # and device drivers, but should be useful for most applications.
      8  1.44.4.2  nathanw #
      9  1.44.4.2  nathanw # The machine description file can be customised for your specific
     10  1.44.4.2  nathanw # machine to reduce the kernel size and improve its performance.
     11  1.44.4.2  nathanw #
     12  1.44.4.2  nathanw # For further information on compiling NetBSD kernels, see the config(8)
     13  1.44.4.2  nathanw # man page.
     14  1.44.4.2  nathanw #
     15  1.44.4.2  nathanw # For further information on hardware support for this architecture, see
     16  1.44.4.2  nathanw # the intro(4) man page.  For further information about kernel options
     17  1.44.4.2  nathanw # for this architecture, see the options(4) man page.  For an explanation
     18  1.44.4.2  nathanw # of each device driver in this file see the section 4 man page for the
     19  1.44.4.2  nathanw # device.
     20  1.44.4.2  nathanw 
     21  1.44.4.2  nathanw include 	"arch/ofppc/conf/std.ofppc"
     22  1.44.4.2  nathanw 
     23  1.44.4.2  nathanw #ident 		"GENERIC-$Revision: 1.44.4.2 $"
     24  1.44.4.2  nathanw 
     25  1.44.4.2  nathanw maxusers	32
     26  1.44.4.2  nathanw 
     27  1.44.4.2  nathanw # various hacks due to bugs in Openfirmware implementation
     28  1.44.4.2  nathanw options 	FIRMWORKSBUGS
     29  1.44.4.2  nathanw 
     30  1.44.4.2  nathanw # Standard system options
     31  1.44.4.2  nathanw #options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
     32  1.44.4.2  nathanw #options 	INSECURE	# disable kernel security checks
     33  1.44.4.2  nathanw #options 	NTP		# NTP phase/frequency locked loop
     34  1.44.4.2  nathanw options 	KTRACE		# system call tracing via ktrace(1)
     35  1.44.4.2  nathanw 
     36  1.44.4.2  nathanw options 	SYSVMSG		# System V message queues
     37  1.44.4.2  nathanw options 	SYSVSEM		# System V semaphores
     38  1.44.4.2  nathanw #options 	SEMMNI=10	# number of semaphore identifiers
     39  1.44.4.2  nathanw #options 	SEMMNS=60	# number of semaphores in system
     40  1.44.4.2  nathanw #options 	SEMUME=10	# max number of undo entries per process
     41  1.44.4.2  nathanw #options 	SEMMNU=30	# number of undo structures in system
     42  1.44.4.2  nathanw options 	SYSVSHM		# System V shared memory
     43  1.44.4.2  nathanw #options 	SHMMAXPGS=1024	# 1024 pages is the default
     44  1.44.4.2  nathanw 
     45  1.44.4.2  nathanw options 	LKM		# loadable kernel modules
     46  1.44.4.2  nathanw 
     47  1.44.4.2  nathanw # Diagnostic/debugging support options
     48  1.44.4.2  nathanw options 	DIAGNOSTIC	# cheap kernel consistency checks
     49  1.44.4.2  nathanw #options 	DEBUG		# expensive debugging checks/support
     50  1.44.4.2  nathanw options 	DDB		# in-kernel debugger
     51  1.44.4.2  nathanw options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     52  1.44.4.2  nathanw options 	TRAP_PANICWAIT
     53  1.44.4.2  nathanw 
     54  1.44.4.2  nathanw makeoptions	DEBUG="-g"	# compile fill symbol table
     55  1.44.4.2  nathanw 
     56  1.44.4.2  nathanw # Compatibility option
     57  1.44.4.2  nathanw options 	COMPAT_09	# NetBSD 0.9,
     58  1.44.4.2  nathanw options 	COMPAT_10	# NetBSD 1.0,
     59  1.44.4.2  nathanw options 	COMPAT_11	# NetBSD 1.1,
     60  1.44.4.2  nathanw options 	COMPAT_12	# NetBSD 1.2,
     61  1.44.4.2  nathanw options 	COMPAT_13	# NetBSD 1.3,
     62  1.44.4.2  nathanw options 	COMPAT_14	# NetBSD 1.4,
     63  1.44.4.2  nathanw options 	COMPAT_43	# and 4.3BSD
     64  1.44.4.2  nathanw options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     65  1.44.4.2  nathanw #options 	COMPAT_LINUX	# Linux binary compatibility
     66  1.44.4.2  nathanw #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     67  1.44.4.2  nathanw 
     68  1.44.4.2  nathanw # File systems
     69  1.44.4.2  nathanw file-system 	FFS		# UFS
     70  1.44.4.2  nathanw file-system 	EXT2FS		# second extended file system (linux)
     71  1.44.4.2  nathanw file-system 	LFS		# log-structured file system
     72  1.44.4.2  nathanw file-system 	MFS		# memory file system
     73  1.44.4.2  nathanw file-system 	NFS		# Network file System client
     74  1.44.4.2  nathanw file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     75  1.44.4.2  nathanw file-system 	MSDOSFS		# MS-DOS file system
     76  1.44.4.2  nathanw file-system 	FDESC		# /dev/fd
     77  1.44.4.2  nathanw file-system 	KERNFS		# /kern
     78  1.44.4.2  nathanw file-system 	NULLFS		# loopback file system
     79  1.44.4.2  nathanw file-system 	OVERLAY		# overlay file system
     80  1.44.4.2  nathanw file-system 	PORTAL		# portal file system (still experimental)
     81  1.44.4.2  nathanw file-system 	PROCFS		# /proc
     82  1.44.4.2  nathanw file-system 	UMAPFS		# NULLFS + uid and gid remapping
     83  1.44.4.2  nathanw file-system 	UNION		# union file system
     84  1.44.4.2  nathanw file-system 	NTFS		# Windows NT file system
     85  1.44.4.2  nathanw 
     86  1.44.4.2  nathanw # File system options
     87  1.44.4.2  nathanw options 	QUOTA		# UFS quotas
     88  1.44.4.2  nathanw options 	FFS_EI		# FFS Endian Independent support
     89  1.44.4.2  nathanw options 	SOFTDEP		# FFS soft updates support
     90  1.44.4.2  nathanw options 	NFSSERVER	# Network File System server
     91  1.44.4.2  nathanw #options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
     92  1.44.4.2  nathanw 					# immutable) behave as system flags.
     93  1.44.4.2  nathanw 
     94  1.44.4.2  nathanw options 	NFS_BOOT_DHCP	# Support DHCP NFS root
     95  1.44.4.2  nathanw 
     96  1.44.4.2  nathanw # Networking options
     97  1.44.4.2  nathanw #options 	GATEWAY		# packet forwarding
     98  1.44.4.2  nathanw options 	INET		# IP + ICMP + TCP + UDP
     99  1.44.4.2  nathanw options 	INET6		# IPV6
    100  1.44.4.2  nathanw #options 	IPSEC		# IP security
    101  1.44.4.2  nathanw #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    102  1.44.4.2  nathanw #options 	IPSEC_DEBUG	# debug for IP security
    103  1.44.4.2  nathanw #options 	MROUTING	# IP multicast routing
    104  1.44.4.2  nathanw #options 	NS		# XNS
    105  1.44.4.2  nathanw #options 	NSIP		# XNS tunneling over IP
    106  1.44.4.2  nathanw #options 	ISO,TPIP	# OSI
    107  1.44.4.2  nathanw #options 	EON		# OSI tunneling over IP
    108  1.44.4.2  nathanw #options 	CCITT,LLC,HDLC	# X.25
    109  1.44.4.2  nathanw #options 	NETATALK	# AppleTalk networking protocols
    110  1.44.4.2  nathanw options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    111  1.44.4.2  nathanw options 	PPP_DEFLATE	# Deflate compression support for PPP
    112  1.44.4.2  nathanw options 	PPP_FILTER	# Active filter support for PPP (requires BPF)
    113  1.44.4.2  nathanw options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    114  1.44.4.2  nathanw options 	IPFILTER_LOG	# ipmon(8) log support
    115  1.44.4.2  nathanw options 	NMBCLUSTERS=1024
    116  1.44.4.2  nathanw #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    117  1.44.4.2  nathanw 
    118  1.44.4.2  nathanw # Kernel root file system and dump configuration
    119  1.44.4.2  nathanw config		netbsd	root on ? type ?
    120  1.44.4.2  nathanw 
    121  1.44.4.2  nathanw #
    122  1.44.4.2  nathanw # Device configuration
    123  1.44.4.2  nathanw #
    124  1.44.4.2  nathanw 
    125  1.44.4.2  nathanw mainbus*	at root
    126  1.44.4.2  nathanw 
    127  1.44.4.2  nathanw # Generic OpenFirmware bus support
    128  1.44.4.2  nathanw ofbus*		at mainbus?
    129  1.44.4.2  nathanw ofbus*		at ofbus?
    130  1.44.4.2  nathanw 
    131  1.44.4.2  nathanw # CPUs
    132  1.44.4.2  nathanw cpu*		at mainbus?
    133  1.44.4.2  nathanw 
    134  1.44.4.2  nathanw # Generic OpenFirmware disk support
    135  1.44.4.2  nathanw ofdisk*		at ofbus?
    136  1.44.4.2  nathanw 
    137  1.44.4.2  nathanw # Generic OpenFirmware network interface support
    138  1.44.4.2  nathanw ofnet*		at ofbus?
    139  1.44.4.2  nathanw 
    140  1.44.4.2  nathanw # Generic OpenFirmware console support
    141  1.44.4.2  nathanw ofcons*		at ofbus?
    142  1.44.4.2  nathanw 
    143  1.44.4.2  nathanw # Generic OpenFirmware real-time clock support
    144  1.44.4.2  nathanw ofrtc*		at ofbus?
    145  1.44.4.2  nathanw 
    146  1.44.4.2  nathanw pseudo-device	vnd		4	# disk-like interface to files
    147  1.44.4.2  nathanw pseudo-device	ccd		4	# concatenated/striped disk devices
    148  1.44.4.2  nathanw #pesudo-device	raid		4	# RAIDframe disk driver
    149  1.44.4.2  nathanw #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    150  1.44.4.2  nathanw pseudo-device	md		1	# memory disk device
    151  1.44.4.2  nathanw pseudo-device	loop			# network loopback
    152  1.44.4.2  nathanw pseudo-device	bpfilter	8	# packet filter
    153  1.44.4.2  nathanw pseudo-device	ipfilter		# IP Filter (firewall) and NAT
    154  1.44.4.2  nathanw pseudo-device	ppp		2	# Point-to-Point Protocol
    155  1.44.4.2  nathanw pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    156  1.44.4.2  nathanw pseudo-device	sl		2	# Serial Line IP
    157  1.44.4.2  nathanw pseudo-device	tun		4	# network tunneling over tty
    158  1.44.4.2  nathanw #pseudo-device	gre		2	# generic L3 over IP tunnel
    159  1.44.4.2  nathanw pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    160  1.44.4.2  nathanw #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    161  1.44.4.2  nathanw #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    162  1.44.4.2  nathanw pseudo-device	vlan			# IEEE 802.1q encapsulation
    163  1.44.4.2  nathanw pseudo-device	bridge			# simple inter-network bridging
    164  1.44.4.2  nathanw pseudo-device	pty			# pseudo-terminals
    165  1.44.4.2  nathanw pseudo-device	rnd			# /dev/random and in-kernel generator
    166