POWERMAC revision 1.20
1#	$NetBSD: POWERMAC,v 1.20 2000/02/03 19:27:44 tsubai Exp $
2#
3# POWERMAC config file
4#
5
6include		"arch/macppc/conf/std.macppc"
7
8maxusers	32
9
10# Standard system options
11options 	BUFPAGES=1280
12options 	KTRACE		# system call tracing via ktrace(1)
13
14# Diagnostic/debugging support options
15options 	DIAGNOSTIC	# cheap kernel consistency checks
16#options 	DEBUG		# expensive debugging checks/support
17options 	DDB		# in-kernel debugger
18#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
19options 	TRAP_PANICWAIT
20
21#makeoptions	DEBUG="-g"	# compile full symbol table
22
23# Compatibility options
24options 	COMPAT_13	# NetBSD 1.3,
25options 	COMPAT_14	# NetBSD 1.4,
26options 	COMPAT_43	# and 4.3BSD
27
28# File systems
29file-system 	FFS		# UFS
30file-system 	MFS		# memory file system
31#file-system 	NFS		# Network File System client
32file-system 	PROCFS		# /proc
33
34# File system options
35#options 	NFSSERVER	# Network File System server
36
37#options 	NFS_BOOT_DHCP	# Support DHCP NFS root
38
39# Networking options
40options 	INET		# IP + ICMP + TCP + UDP
41options 	IPFILTER_LOG	# ipmon(8) log support
42options 	NMBCLUSTERS=1024
43
44# These options enable verbose messages for several subsystems.
45options 	SCSIVERBOSE	# Verbose SCSI errors
46options 	PCIVERBOSE	# verbose PCI device messages
47
48#options 	ZS_TXDMA	# Use dma on zs output
49options 	WSEMUL_VT100	# VT100 / VT220 emulation
50
51# Kernel root file system and dump configuration.
52config	netbsd	root on ? type ?
53
54#
55# Device configuration
56#
57
58mainbus* at root
59
60cpu*	at mainbus?
61bandit*	at mainbus?
62
63pci*	at bandit? bus ?
64pci*	at ppb? bus ?
65
66pchb*	at pci? dev ? function ?	# PCI-Host bridges
67ppb*	at pci? dev ? function ?	# PCI-PCI bridges
68de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
69ep*	at pci? dev ? function ?	# 3Com 3c59x
70ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
71obio0	at pci? dev ? function ?
72
73nsphy*	at mii? phy ?			# NS83840 PHYs
74
75mc*	at obio?			# MACE ethernet
76esp*	at obio? flags 0x0		# 53c9x SCSI
77mesh*	at obio? flags 0xffff		# MESH SCSI
78adb*	at obio?			# Apple Desktop Bus
79akbd*	at adb?				# ADB keyboard
80ams*	at adb?				# ADB mouse
81nvram*	at obio?			# nvram
82zsc*	at obio?
83zstty*	at zsc? channel ?
84
85wsdisplay0 at ofb? console ?
86wskbd0	at akbd? console ?
87wsmouse0 at ams?
88
89scsibus* at esp?
90scsibus* at mesh?
91sd*	at scsibus? target ? lun ?	# SCSI disks
92
93pseudo-device	loop			# network loopback
94pseudo-device	bpfilter	8	# packet filter
95pseudo-device	ipfilter		# IP filter (firewall) and NAT
96pseudo-device	pty		64	# pseudo-terminals
97pseudo-device	vnd		4	# disk-like interface to files
98pseudo-device	ccd		4	# concatenated/striped disk devices
99