POWERMAC revision 1.58
1#	$NetBSD: POWERMAC,v 1.58 2007/10/17 19:55:17 garbled 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 compatibility.
35options 	COMPAT_43	# and 4.3BSD
36options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
37
38# File systems
39file-system 	FFS		# UFS
40file-system 	MFS		# memory file system
41#file-system 	NFS		# Network File System client
42file-system 	PROCFS		# /proc
43file-system	PTYFS		# /dev/pts/N support
44
45# File system options
46#options 	NFSSERVER	# Network File System server
47options 	APPLE_UFS	# Apple UFS support in FFS
48#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
49
50#options 	NFS_BOOT_DHCP	# Support DHCP NFS root
51
52# Networking options
53options 	INET		# IP + ICMP + TCP + UDP
54options 	IPFILTER_LOG	# ipmon(8) log support
55options 	IPFILTER_LOOKUP	# ippool(8) support
56
57# These options enable verbose messages for several subsystems.
58options 	SCSIVERBOSE	# Verbose SCSI errors
59options 	PCIVERBOSE	# verbose PCI device messages
60#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
61
62#options 	ZS_TXDMA	# Use dma on zs output
63options 	WSEMUL_VT100	# VT100 / VT220 emulation
64options 	FONT_GALLANT12x22
65
66# Kernel root file system and dump configuration.
67config	netbsd	root on ? type ?
68
69#
70# Device configuration
71#
72
73mainbus* at root
74
75cpu*	at mainbus?
76bandit*	at mainbus?
77
78pci*	at bandit? bus ?
79pci*	at ppb? bus ?
80
81pchb*	at pci? dev ? function ?	# PCI-Host bridges
82ppb*	at pci? dev ? function ?	# PCI-PCI bridges
83ep*	at pci? dev ? function ?	# 3Com 3c59x
84tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
85genfb*	at pci?
86wsdisplay0 at wsemuldisplaydev? console 1
87wsdisplay* at wsemuldisplaydev? console 0
88
89# ofb is deprecated, use genfb instead
90#ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
91#options 	OFB_ENABLE_CACHE	# Speed up console
92obio*	at pci? dev ? function ?
93
94nsphy*	at mii? phy ?			# NS83840 PHYs
95ukphy*	at mii? phy ?			# generic unknown PHYs
96
97mc*	at obio?			# MACE ethernet
98esp*	at obio? flags 0x0		# 53c9x SCSI
99mesh*	at obio? flags 0xffff		# MESH SCSI
100#adb*	at obio?			# Apple Desktop Bus
101#akbd*	at adb?				# ADB keyboard
102#ams*	at adb?				# ADB mouse
103nvram*	at obio?			# nvram
104zsc*	at obio?
105zstty*	at zsc? channel ?
106
107cuda*	at obio?			# Apple CUDA
108#options	CUDA_DEBUG
109iic0	at cuda0
110sgsmix0 at iic0	addr 0x8a		# additional mixer found in beige G3
111#options	SGSMIX_DEBUG
112nadb*	at cuda?			# new ADB Bus abstraction
113adbkbd* at nadb?			# ADB keyboard
114#options	ADB_DEBUG
115#options ADBKBD_DEBUG
116adbms*	at nadb?
117
118wskbd*	at wskbddev? console ?
119wsmouse* at wsmousedev?
120
121scsibus* at scsi?
122sd*	at scsibus? target ? lun ?	# SCSI disks
123
124pseudo-device	loop			# network loopback
125pseudo-device	bpfilter		# packet filter
126pseudo-device	ipfilter		# IP filter (firewall) and NAT
127pseudo-device	pty			# pseudo-terminals
128pseudo-device	vnd			# disk-like interface to files
129pseudo-device	ccd		4	# concatenated/striped disk devices
130#pseudo-device	fss		4	# file system snapshot device
131pseudo-device	rnd			# /dev/random and in-kernel generator
132pseudo-device	openfirm		# /dev/openfirm
133pseudo-device	clockctl		# user control of clock subsystem
134