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