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