GENERIC revision 1.8
1#	$NetBSD: GENERIC,v 1.8 1998/07/28 23:02:06 thorpej Exp $
2#
3# POWERMAC config file
4#
5
6machine		macppc powerpc
7
8maxusers	32
9
10# Standard system options
11options 	SWAPPAGER, VNODEPAGER, DEVPAGER
12options 	EXEC_AOUT
13options 	EXEC_ELF32
14options 	EXEC_SCRIPT
15#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
16#options 	INSECURE	# disable kernel security levels
17#options 	NTP		# NTP phase/frequency locked loop
18
19options 	HTABENTS=8192
20
21options 	SYSVMSG		# System V message queues
22options 	SYSVSEM		# System V semaphores
23options 	SYSVSHM		# System V shared memory
24#options 	SHMMAXPGS=1024	# 1024 pages is the default
25
26options 	LKM		# loadable kernel modules
27
28# Diagnostic/debugging support options
29options 	DIAGNOSTIC	# cheap kernel consistency checks
30#options 	DEBUG		# expensive debugging checks/support
31options 	DDB		# in-kernel debugger
32#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
33options 	TRAP_PANICWAIT
34
35#makeoptions	DEBUG="-g"	# compile full symbol table
36
37# Compatibility options
38options 	COMPAT_09	# NetBSD 0.9,
39options 	COMPAT_10	# NetBSD 1.0,
40options 	COMPAT_11	# NetBSD 1.1,
41options 	COMPAT_12	# NetBSD 1.2,
42options 	COMPAT_13	# NetBSD 1.3,
43options 	COMPAT_43	# and 4.3BSD
44#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
45
46# File systems
47file-system 	FFS		# UFS
48file-system 	EXT2FS		# second extended file system (linux)
49file-system 	LFS		# log-structured file system
50file-system 	MFS		# memory file system
51file-system 	NFS		# Network File System client
52file-system 	CD9660		# ISO 9660 + Rock Ridge file system
53file-system 	MSDOSFS		# MS-DOS file system
54file-system 	FDESC		# /dev/fd
55file-system 	KERNFS		# /kern
56file-system 	NULLFS		# loopback file system
57file-system 	PORTAL		# portal filesystem (still experimental)
58file-system 	PROCFS		# /proc
59file-system 	UMAPFS		# NULLFS + uid and gid remapping
60file-system 	UNION		# union file system
61
62# File system options
63options 	QUOTA		# UFS quotas
64#options 	FFS_EI		# FFS Endian Independant support
65options 	NFSSERVER	# Network File System server
66#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
67				# immutable) behave as system flags.
68
69options 	NFS_BOOT_DHCP	# Support DHCP NFS root
70
71# Networking options
72#options 	GATEWAY		# packet forwarding
73options 	INET		# IP + ICMP + TCP + UDP
74#options 	MROUTING	# IP multicast routing
75#options 	NS		# XNS
76#options 	NSIP		# XNS tunneling over IP
77#options 	ISO,TPIP	# OSI
78#options 	EON		# OSI tunneling over IP
79#options 	CCITT,LLC,HDLC	# X.25
80options 	NETATALK	# AppleTalk networking protocols
81#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
82#options 	PPP_DEFLATE	# Deflate compression support for PPP
83#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
84#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
85#options 	IPFILTER_LOG	# ipmon(8) log support
86options 	NMBCLUSTERS=1024
87
88# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
89#options 	TCP_COMPAT_42
90
91# These options enable verbose messages for several subsystems.
92# Warning, these may compile large string tables into the kernel!
93options 	PCIVERBOSE	# verbose PCI device autoconfig messages
94options 	SCSIVERBOSE	# human readable SCSI error messages
95
96# Kernel root file system and dump configuration.
97config		netbsd	root on ? type ?
98
99#
100# Device configuration
101#
102
103mainbus0 at root
104
105cpu*	at mainbus0
106
107pci0	at mainbus0 bus ?
108pci1	at mainbus0 bus ?
109pchb*	at pci? dev ? function ?	# PCI-Host bridges
110#ppb*	at pci? dev ? function ?	# PCI-PCI bridges
111#pci*	at ppb? bus ?
112
113ofcons0	at pci? dev ? function ?	# Openfirmware console
114
115#de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
116ep*	at pci? dev ? function ?
117ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
118
119obio0	at pci? dev ? function ?
120nvram0	at obio0			# nvram
121adb0	at obio0			# Apple Desktop Bus
122mc0	at obio0			# MACE ethernet
123esp0	at obio0 flags 0x00ff		# 53c9x SCSI
124scsibus* at esp0
125
126zsc0	at obio0
127zstty0	at zsc0 channel 0
128zstty1	at zsc0 channel 1
129
130sd*	at scsibus? target ? lun ?	# SCSI disks
131st*	at scsibus? target ? lun ?	# SCSI tape drives
132cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
133ch*	at scsibus? target ? lun ?	# SCSI autochangers
134ss*	at scsibus? target ? lun ?	# SCSI scanners
135uk*	at scsibus? target ? lun ?	# SCSI unknown
136
137pseudo-device	vnd		4	# disk-like interface to files
138pseudo-device	ccd		4	# concatenated/striped disk devices
139pseudo-device	md		1	# memory disk device
140pseudo-device	loop			# network loopback
141pseudo-device	bpfilter	8	# packet filter
142pseudo-device	ipfilter		# IP filter (firewall) and NAT
143pseudo-device	ppp		2	# Point-to-Point Protocol
144pseudo-device	sl		2	# Serial Line IP
145pseudo-device	tun		4	# network tunneling over tty
146pseudo-device	pty		64	# pseudo-terminals
147
148# rnd is EXPERIMENTAL at this point.
149#pseudo-device	rnd			# /dev/random and in-kernel generator
150