POWERMAC revision 1.10
1#	$NetBSD: POWERMAC,v 1.10 1998/07/29 00:19:20 thorpej 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
12options 	UVM
13
14# Diagnostic/debugging support options
15options 	DIAGNOSTIC	# cheap kernel consistency checks
16#options 	DEBUG		# expensive debugging checks/support
17options 	DDB		# in-kernel debugger
18#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
19options 	TRAP_PANICWAIT
20
21#makeoptions	DEBUG="-g"	# compile full symbol table
22
23# Compatibility options
24options 	COMPAT_13	# NetBSD 1.3,
25options 	COMPAT_43	# and 4.3BSD
26
27# File systems
28file-system 	FFS		# UFS
29file-system 	MFS		# memory file system
30file-system 	NFS		# Network File System client
31
32# File system options
33#options 	FFS_EI		# FFS Endian Independant support
34
35options 	NFS_BOOT_DHCP	# Support DHCP NFS root
36
37# Networking options
38options 	INET		# IP + ICMP + TCP + UDP
39#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
40options 	IPFILTER_LOG	# ipmon(8) log support
41options 	NMBCLUSTERS=1024
42
43# These options enable verbose messages for several subsystems.
44options 	SCSIVERBOSE	# Verbose SCSI errors
45options 	PCIVERBOSE	# verbose PCI device messages
46
47options 	ZS_TXDMA	# Use dma on zs output
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
64macofcons0	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
71adb0	at obio0			# Apple Desktop Bus
72mc0	at obio0			# MACE ethernet
73esp0	at obio0 flags 0x00ff		# 53c9x SCSI
74scsibus* at esp0
75
76zsc0	at obio0
77zstty0	at zsc0 channel 0
78zstty1	at zsc0 channel 1
79
80sd*	at scsibus? target ? lun ?	# SCSI disks
81
82#grfati0 at pci? dev ? function ?	# ATY,mach64
83#grf0	at grfati0
84#ite0	at grf0
85
86pseudo-device	loop			# network loopback
87pseudo-device	bpfilter	8	# packet filter
88pseudo-device	ipfilter		# IP filter (firewall) and NAT
89pseudo-device	pty		64	# pseudo-terminals
90pseudo-device	vnd		4	# disk-like interface to files
91pseudo-device	ccd		4	# concatenated/striped disk devices
92