POWERMAC revision 1.40
1#	$NetBSD: POWERMAC,v 1.40 2004/07/15 03:53:50 atatat 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_43	# and 4.3BSD
32
33# File systems
34file-system 	FFS		# UFS
35file-system 	MFS		# memory file system
36#file-system 	NFS		# Network File System client
37file-system 	PROCFS		# /proc
38
39# File system options
40#options 	NFSSERVER	# Network File System server
41options 	APPLE_UFS	# Apple UFS support in FFS
42
43#options 	NFS_BOOT_DHCP	# Support DHCP NFS root
44
45# Networking options
46options 	INET		# IP + ICMP + TCP + UDP
47options 	IPFILTER_LOG	# ipmon(8) log support
48
49# These options enable verbose messages for several subsystems.
50options 	SCSIVERBOSE	# Verbose SCSI errors
51options 	PCIVERBOSE	# verbose PCI device messages
52#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
53
54#options 	ZS_TXDMA	# Use dma on zs output
55options 	WSEMUL_VT100	# VT100 / VT220 emulation
56options 	FONT_GALLANT12x22
57
58# Kernel root file system and dump configuration.
59config	netbsd	root on ? type ?
60
61#
62# Device configuration
63#
64
65mainbus* at root
66
67cpu*	at mainbus?
68bandit*	at mainbus?
69
70pci*	at bandit? bus ?
71pci*	at ppb? bus ?
72
73pchb*	at pci? dev ? function ?	# PCI-Host bridges
74ppb*	at pci? dev ? function ?	# PCI-PCI bridges
75ep*	at pci? dev ? function ?	# 3Com 3c59x
76tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
77ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
78#options 	OFB_ENABLE_CACHE	# Speed up console
79obio0	at pci? dev ? function ?
80
81nsphy*	at mii? phy ?			# NS83840 PHYs
82ukphy*	at mii? phy ?			# generic unknown PHYs
83
84mc*	at obio?			# MACE ethernet
85esp*	at obio? flags 0x0		# 53c9x SCSI
86mesh*	at obio? flags 0xffff		# MESH SCSI
87adb*	at obio?			# Apple Desktop Bus
88akbd*	at adb?				# ADB keyboard
89ams*	at adb?				# ADB mouse
90nvram*	at obio?			# nvram
91zsc*	at obio?
92zstty*	at zsc? channel ?
93
94wsdisplay0 at ofb? console ?
95wskbd0	at akbd? console ?
96wsmouse0 at ams?
97
98scsibus* at esp?
99scsibus* at mesh?
100sd*	at scsibus? target ? lun ?	# SCSI disks
101
102pseudo-device	loop			# network loopback
103pseudo-device	bpfilter	8	# packet filter
104pseudo-device	ipfilter		# IP filter (firewall) and NAT
105pseudo-device	pty			# pseudo-terminals
106pseudo-device	vnd		4	# disk-like interface to files
107pseudo-device	ccd		4	# concatenated/striped disk devices
108pseudo-device	rnd			# /dev/random and in-kernel generator
109pseudo-device	openfirm		# /dev/openfirm
110pseudo-device	clockctl		# user control of clock subsystem
111