POWERMAC revision 1.62
1#	$NetBSD: POWERMAC,v 1.62 2011/11/22 21:25:25 tls Exp $
2#
3# POWERMAC config file
4#
5
6include		"arch/macppc/conf/std.macppc"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10maxusers	32
11
12# Standard system options
13options 	KTRACE		# system call tracing via ktrace(1)
14options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
15options 	USERCONF	# userconf(4) support
16#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
17#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
18
19# Diagnostic/debugging support options
20options 	DIAGNOSTIC	# cheap kernel consistency checks
21#options 	DEBUG		# expensive debugging checks/support
22options 	DDB		# in-kernel debugger
23options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
24options 	TRAP_PANICWAIT
25
26#makeoptions	DEBUG="-g"	# compile full symbol table
27
28# Compatibility options
29options 	COMPAT_13	# NetBSD 1.3,
30options 	COMPAT_14	# NetBSD 1.4,
31options 	COMPAT_15	# NetBSD 1.5,
32options 	COMPAT_16	# NetBSD 1.6,
33options 	COMPAT_20	# NetBSD 2.0,
34options 	COMPAT_30	# NetBSD 3.0,
35options 	COMPAT_40	# NetBSD 4.0 compatibility.
36options 	COMPAT_43	# and 4.3BSD
37options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
38
39# File systems
40file-system 	FFS		# UFS
41file-system 	MFS		# memory file system
42#file-system 	NFS		# Network File System client
43file-system 	PROCFS		# /proc
44file-system	PTYFS		# /dev/pts/N support
45
46# File system options
47#options 	NFSSERVER	# Network File System server
48options 	APPLE_UFS	# Apple UFS support in FFS
49#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
50
51#options 	NFS_BOOT_DHCP	# Support DHCP NFS root
52
53# Networking options
54options 	INET		# IP + ICMP + TCP + UDP
55options 	IPFILTER_LOG	# ipmon(8) log support
56options 	IPFILTER_LOOKUP	# ippool(8) support
57options 	IPFILTER_COMPAT # Compat for IP-Filter
58#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
59
60# These options enable verbose messages for several subsystems.
61options 	SCSIVERBOSE	# Verbose SCSI errors
62options 	PCIVERBOSE	# verbose PCI device messages
63#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
64
65#options 	ZS_TXDMA	# Use dma on zs output
66options 	WSEMUL_VT100	# VT100 / VT220 emulation
67options 	FONT_GALLANT12x22
68
69# Kernel root file system and dump configuration.
70config	netbsd	root on ? type ?
71
72#
73# Device configuration
74#
75
76mainbus* at root
77
78cpu*	at mainbus?
79bandit*	at mainbus?
80
81pci*	at bandit? bus ?
82pci*	at ppb? bus ?
83
84pchb*	at pci? dev ? function ?	# PCI-Host bridges
85ppb*	at pci? dev ? function ?	# PCI-PCI bridges
86ep*	at pci? dev ? function ?	# 3Com 3c59x
87tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
88genfb*	at pci?
89wsdisplay0 at wsemuldisplaydev? console 1
90wsdisplay* at wsemuldisplaydev? console 0
91
92# ofb is deprecated, use genfb instead
93#ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
94#options 	OFB_ENABLE_CACHE	# Speed up console
95obio*	at pci? dev ? function ?
96
97nsphy*	at mii? phy ?			# NS83840 PHYs
98ukphy*	at mii? phy ?			# generic unknown PHYs
99
100mc*	at obio?			# MACE ethernet
101esp*	at obio? flags 0x0		# 53c9x SCSI
102mesh*	at obio? flags 0xffff		# MESH SCSI
103#adb*	at obio?			# Apple Desktop Bus
104#akbd*	at adb?				# ADB keyboard
105#ams*	at adb?				# ADB mouse
106nvram*	at obio?			# nvram
107zsc*	at obio?
108zstty*	at zsc? channel ?
109
110cuda*	at obio?			# Apple CUDA
111#options	CUDA_DEBUG
112iic0	at cuda0
113sgsmix0 at iic0	addr 0x8a		# additional mixer found in beige G3
114#options	SGSMIX_DEBUG
115nadb*	at cuda?			# new ADB Bus abstraction
116adbkbd* at nadb?			# ADB keyboard
117#options	ADB_DEBUG
118#options ADBKBD_DEBUG
119adbms*	at nadb?
120
121wskbd*	at wskbddev? console ?
122wsmouse* at wsmousedev?
123
124scsibus* at scsi?
125sd*	at scsibus? target ? lun ?	# SCSI disks
126
127pseudo-device	loop			# network loopback
128pseudo-device	bpfilter		# packet filter
129pseudo-device	ipfilter		# IP filter (firewall) and NAT
130pseudo-device	pty			# pseudo-terminals
131pseudo-device	vnd			# disk-like interface to files
132pseudo-device	ccd		4	# concatenated/striped disk devices
133#pseudo-device	fss			# file system snapshot device
134pseudo-device	openfirm		# /dev/openfirm
135pseudo-device	clockctl		# user control of clock subsystem
136