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