GENERIC_MD revision 1.1
1#	$NetBSD: GENERIC_MD,v 1.1 1999/03/26 14:58:22 tsubai Exp $
2#
3# POWERMAC config file
4#
5
6include		"arch/macppc/conf/std.macppc"
7
8maxusers	32
9
10# Enable the hooks used for initializing the ram-disk.
11options 	MEMORY_DISK_HOOKS
12options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
13options 	MINIROOTSIZE=3072	# 1.5 Megabytes
14
15# Standard system options
16options 	BUFPAGES=800
17#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
18#options 	INSECURE	# disable kernel security levels
19#options 	NTP		# NTP phase/frequency locked loop
20options 	KTRACE		# system call tracing via ktrace(1)
21
22options 	SYSVMSG		# System V message queues
23options 	SYSVSEM		# System V semaphores
24options 	SYSVSHM		# System V shared memory
25#options 	SHMMAXPGS=1024	# 1024 pages is the default
26
27options 	LKM		# loadable kernel modules
28
29# Diagnostic/debugging support options
30options 	DIAGNOSTIC	# cheap kernel consistency checks
31#options 	DEBUG		# expensive debugging checks/support
32options 	DDB		# in-kernel debugger
33#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
34options 	TRAP_PANICWAIT
35
36#makeoptions	DEBUG="-g"	# compile full symbol table
37
38# Compatibility options
39options 	COMPAT_09	# NetBSD 0.9,
40options 	COMPAT_10	# NetBSD 1.0,
41options 	COMPAT_11	# NetBSD 1.1,
42options 	COMPAT_12	# NetBSD 1.2,
43options 	COMPAT_13	# NetBSD 1.3,
44options 	COMPAT_43	# and 4.3BSD
45#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
46
47# File systems
48file-system 	FFS		# UFS
49file-system 	EXT2FS		# second extended file system (linux)
50file-system 	LFS		# log-structured file system
51file-system 	MFS		# memory file system
52file-system 	NFS		# Network File System client
53file-system 	CD9660		# ISO 9660 + Rock Ridge file system
54file-system 	MSDOSFS		# MS-DOS file system
55file-system 	FDESC		# /dev/fd
56file-system 	KERNFS		# /kern
57file-system 	NULLFS		# loopback file system
58file-system 	PORTAL		# portal filesystem (still experimental)
59file-system 	PROCFS		# /proc
60file-system 	UMAPFS		# NULLFS + uid and gid remapping
61file-system 	UNION		# union file system
62
63# File system options
64options 	QUOTA		# UFS quotas
65#options 	FFS_EI		# FFS Endian Independant support
66options 	NFSSERVER	# Network File System server
67#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
68				# immutable) behave as system flags.
69
70options 	NFS_BOOT_DHCP	# Support DHCP NFS root
71
72# Networking options
73#options 	GATEWAY		# packet forwarding
74options 	INET		# IP + ICMP + TCP + UDP
75#options 	MROUTING	# IP multicast routing
76#options 	NS		# XNS
77#options 	NSIP		# XNS tunneling over IP
78#options 	ISO,TPIP	# OSI
79#options 	EON		# OSI tunneling over IP
80#options 	CCITT,LLC,HDLC	# X.25
81options 	NETATALK	# AppleTalk networking protocols
82#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
83#options 	PPP_DEFLATE	# Deflate compression support for PPP
84#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
85#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
86#options 	IPFILTER_LOG	# ipmon(8) log support
87options 	NMBCLUSTERS=1024
88
89# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
90#options 	TCP_COMPAT_42
91
92# These options enable verbose messages for several subsystems.
93# Warning, these may compile large string tables into the kernel!
94options 	PCIVERBOSE	# verbose PCI device autoconfig messages
95options 	SCSIVERBOSE	# human readable SCSI error messages
96options 	USBVERBOSE	# verbose USB device autoconfig messages
97
98# wscons options
99#options 	WSEMUL_SUN		# sun terminal emulation
100options 	WSEMUL_VT100		# VT100 / VT220 emulation
101
102# Kernel root file system and dump configuration.
103config		netbsd	root on ? type ?
104
105#
106# Device configuration
107#
108
109mainbus* at root
110
111cpu*	at mainbus?
112pci*	at mainbus? bus ?
113pci*	at ppb? bus ?
114
115pchb*	at pci? dev ? function ?	# PCI-Host bridges
116ppb*	at pci? dev ? function ?	# PCI-PCI bridges
117
118#de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
119ep*	at pci? dev ? function ?	# 3Com 3c59x
120ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
121adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
122ahc*	at pci? dev ? function ?	# Adaptec 294x, aic78x0 SCSI
123pcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
124ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
125#macofcons0 at pci? dev ? function ?	# OpenFirmware console (for debugging)
126obio0	at pci? dev ? function ?
127
128nsphy*	at mii? phy ?			# NS83840 PHYs
129
130bm*	at obio?			# bmac ethernet
131mc*	at obio?			# MACE ethernet
132esp*	at obio? flags 0x00ff		# 53c9x SCSI
133mesh*	at obio? flags 0xffff		# MESH SCSI
134nvram*	at obio?			# nvram
135adb*	at obio?			# Apple Desktop Bus
136aed*	at adb?				# ADB Event Device
137akbd*	at adb?				# ADB keyboard
138ams*	at adb?				# ADB mouse
139zsc*	at obio?
140zstty*	at zsc? channel ?
141
142wsdisplay0 at ofb? console ?
143wskbd0	at akbd? console ?
144wsmouse0 at ams?
145
146scsibus* at adv?
147scsibus* at ahc?
148scsibus* at esp?
149scsibus* at mesh?
150scsibus* at pcscp?
151
152sd*	at scsibus? target ? lun ?	# SCSI disks
153st*	at scsibus? target ? lun ?	# SCSI tape drives
154cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
155ch*	at scsibus? target ? lun ?	# SCSI autochangers
156ss*	at scsibus? target ? lun ?	# SCSI scanners
157uk*	at scsibus? target ? lun ?	# SCSI unknown
158
159wdc*	at obio? flags 0x0
160wd*	at wdc? channel ? drive ? flags 0x0000
161
162atapibus* at wdc? channel ?
163
164cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
165sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
166uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
167
168# PCI USB controllers
169ohci*	at pci?				# Open Host Controller
170
171# USB bus support
172usb*	at ohci?
173
174# USB Hubs
175uhub*	at usb?
176uhub*	at uhub? port ? configuration ? interface ?
177
178# USB Mice
179ums*	at uhub? port ? configuration ? interface ?
180wsmouse* at ums?
181
182# USB Keyboards
183ukbd*	at uhub? port ? configuration ? interface ?
184wskbd*	at ukbd? console ?
185
186# USB Generic HID devices
187uhid*	at uhub? port ? configuration ? interface ?
188
189# USB Printer
190ulpt*	at uhub? port ? configuration ? interface ?
191
192# USB Generic driver
193ugen*	at uhub? port ? configuration ? interface ?
194
195pseudo-device	vnd		4	# disk-like interface to files
196pseudo-device	ccd		4	# concatenated/striped disk devices
197#pseudo-device	raid		4	# RAIDframe disk driver
198pseudo-device	md		1	# memory disk device
199pseudo-device	loop			# network loopback
200pseudo-device	bpfilter	8	# packet filter
201pseudo-device	ipfilter		# IP filter (firewall) and NAT
202pseudo-device	ppp		2	# Point-to-Point Protocol
203pseudo-device	sl		2	# Serial Line IP
204pseudo-device	tun		4	# network tunneling over tty
205#pseudo-device	gre		2	# generic L3 over IP tunnel
206pseudo-device	pty		64	# pseudo-terminals
207
208# rnd is EXPERIMENTAL at this point.
209#pseudo-device	rnd			# /dev/random and in-kernel generator
210