POWERMAC revision 1.7
1#	$NetBSD: POWERMAC,v 1.7 1998/07/28 23:02:07 thorpej 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_13	# NetBSD 1.3,
31options 	COMPAT_43	# and 4.3BSD
32
33# File systems
34file-system 	FFS		# UFS
35file-system 	MFS		# memory file system
36file-system 	NFS		# Network File System client
37
38# File system options
39#options 	FFS_EI		# FFS Endian Independant support
40
41options 	NFS_BOOT_DHCP	# Support DHCP NFS root
42
43# Networking options
44options 	INET		# IP + ICMP + TCP + UDP
45#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
46options 	IPFILTER_LOG	# ipmon(8) log support
47options 	NMBCLUSTERS=1024
48
49# These options enable verbose messages for several subsystems.
50options 	SCSIVERBOSE	# Verbose SCSI errors
51options 	PCIVERBOSE	# verbose PCI device messages
52
53options 	ZS_TXDMA	# Use dma on zs output
54
55# Kernel root file system and dump configuration.
56config	netbsd	root on ? type ?
57
58#
59# Device configuration
60#
61
62mainbus0 at root
63
64cpu*	at mainbus0
65
66pci0	at mainbus0 bus ?
67pci1	at mainbus0 bus ?
68pchb*	at pci? dev ? function ?	# PCI-Host bridges
69
70ofcons0	at pci? dev ? function ?	# Openfirmware console
71
72de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
73ep*	at pci? dev ? function ?
74
75obio0	at pci? dev ? function ?
76nvram0	at obio0			# nvram
77adb0	at obio0			# Apple Desktop Bus
78mc0	at obio0			# MACE ethernet
79esp0	at obio0 flags 0x00ff		# 53c9x SCSI
80scsibus* at esp0
81
82zsc0	at obio0
83zstty0	at zsc0 channel 0
84zstty1	at zsc0 channel 1
85
86sd*	at scsibus? target ? lun ?	# SCSI disks
87
88#grfati0 at pci? dev ? function ?	# ATY,mach64
89#grf0	at grfati0
90#ite0	at grf0
91
92pseudo-device	loop			# network loopback
93pseudo-device	bpfilter	8	# packet filter
94pseudo-device	ipfilter		# IP filter (firewall) and NAT
95pseudo-device	pty		64	# pseudo-terminals
96pseudo-device	vnd		4	# disk-like interface to files
97pseudo-device	ccd		4	# concatenated/striped disk devices
98