POWERMAC revision 1.14
1#	$NetBSD: POWERMAC,v 1.14 1998/10/14 12:27:03 tsubai Exp $
2#
3# POWERMAC config file
4#
5
6include		"arch/macppc/conf/std.macppc"
7
8maxusers	32
9
10# Standard system options
11options 	BUFPAGES=1200
12
13# Diagnostic/debugging support options
14options 	DIAGNOSTIC	# cheap kernel consistency checks
15#options 	DEBUG		# expensive debugging checks/support
16options 	DDB		# in-kernel debugger
17#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
18options 	TRAP_PANICWAIT
19
20#makeoptions	DEBUG="-g"	# compile full symbol table
21
22# Compatibility options
23options 	COMPAT_13	# NetBSD 1.3,
24options 	COMPAT_43	# and 4.3BSD
25
26# File systems
27file-system 	FFS		# UFS
28file-system 	MFS		# memory file system
29file-system 	NFS		# Network File System client
30
31# File system options
32#options 	FFS_EI		# FFS Endian Independant support
33
34options 	NFS_BOOT_DHCP	# Support DHCP NFS root
35
36# Networking options
37options 	INET		# IP + ICMP + TCP + UDP
38#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
39options 	IPFILTER_LOG	# ipmon(8) log support
40options 	NMBCLUSTERS=1024
41
42# These options enable verbose messages for several subsystems.
43options 	SCSIVERBOSE	# Verbose SCSI errors
44options 	PCIVERBOSE	# verbose PCI device messages
45
46options 	ZS_TXDMA	# Use dma on zs output
47options 	WSEMUL_VT100	# VT100 / VT220 emulation
48
49# Kernel root file system and dump configuration.
50config	netbsd	root on ? type ?
51
52#
53# Device configuration
54#
55
56mainbus0 at root
57
58cpu*	at mainbus0
59
60pci0	at mainbus0 bus ?
61pci1	at mainbus0 bus ?
62pchb*	at pci? dev ? function ?	# PCI-Host bridges
63
64#macofcons0 at pci? dev ? function ?	# Openfirmware console
65
66de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
67ep*	at pci? dev ? function ?
68
69obio0	at pci? dev ? function ?
70nvram0	at obio0			# nvram
71
72adb0	at obio0			# Apple Desktop Bus
73aed*	at adb?				# ADB Event Device
74akbd*	at adb?				# ADB keyboard
75ams*	at adb?				# ADB mouse
76
77ofb0	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
78wsdisplay* at ofb? console ?
79wskbd*	at akbd? console ?
80
81mc0	at obio0			# MACE ethernet
82esp0	at obio0 flags 0x0		# 53c9x SCSI
83scsibus* at esp0
84
85zsc0	at obio0
86zstty0	at zsc0 channel 0
87zstty1	at zsc0 channel 1
88
89sd*	at scsibus? target ? lun ?	# SCSI disks
90
91grfati0 at pci? dev ? function ?	# ATY,mach64
92grf0	at grfati0
93ite0	at grf0
94
95pseudo-device	loop			# network loopback
96pseudo-device	bpfilter	8	# packet filter
97pseudo-device	ipfilter		# IP filter (firewall) and NAT
98pseudo-device	pty		64	# pseudo-terminals
99pseudo-device	vnd		4	# disk-like interface to files
100pseudo-device	ccd		4	# concatenated/striped disk devices
101