xref: /netbsd/sys/arch/macppc/conf/POWERMAC (revision c4a72b64)
1#	$NetBSD: POWERMAC,v 1.39 2002/09/28 20:22:33 dbj 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
18# Diagnostic/debugging support options
19options 	DIAGNOSTIC	# cheap kernel consistency checks
20#options 	DEBUG		# expensive debugging checks/support
21options 	DDB		# in-kernel debugger
22options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
23options 	TRAP_PANICWAIT
24
25#makeoptions	DEBUG="-g"	# compile full symbol table
26
27# Compatibility options
28options 	COMPAT_13	# NetBSD 1.3,
29options 	COMPAT_14	# NetBSD 1.4,
30options 	COMPAT_43	# and 4.3BSD
31
32# File systems
33file-system 	FFS		# UFS
34file-system 	MFS		# memory file system
35#file-system 	NFS		# Network File System client
36file-system 	PROCFS		# /proc
37
38# File system options
39#options 	NFSSERVER	# Network File System server
40options 	APPLE_UFS	# Apple UFS support in FFS
41
42#options 	NFS_BOOT_DHCP	# Support DHCP NFS root
43
44# Networking options
45options 	INET		# IP + ICMP + TCP + UDP
46options 	IPFILTER_LOG	# ipmon(8) log support
47
48# These options enable verbose messages for several subsystems.
49options 	SCSIVERBOSE	# Verbose SCSI errors
50options 	PCIVERBOSE	# verbose PCI device messages
51#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
52
53#options 	ZS_TXDMA	# Use dma on zs output
54options 	WSEMUL_VT100	# VT100 / VT220 emulation
55options 	FONT_GALLANT12x22
56
57# Kernel root file system and dump configuration.
58config	netbsd	root on ? type ?
59
60#
61# Device configuration
62#
63
64mainbus* at root
65
66cpu*	at mainbus?
67bandit*	at mainbus?
68
69pci*	at bandit? bus ?
70pci*	at ppb? bus ?
71
72pchb*	at pci? dev ? function ?	# PCI-Host bridges
73ppb*	at pci? dev ? function ?	# PCI-PCI bridges
74ep*	at pci? dev ? function ?	# 3Com 3c59x
75tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
76ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
77#options 	OFB_ENABLE_CACHE	# Speed up console
78obio0	at pci? dev ? function ?
79
80nsphy*	at mii? phy ?			# NS83840 PHYs
81ukphy*	at mii? phy ?			# generic unknown PHYs
82
83mc*	at obio?			# MACE ethernet
84esp*	at obio? flags 0x0		# 53c9x SCSI
85mesh*	at obio? flags 0xffff		# MESH SCSI
86adb*	at obio?			# Apple Desktop Bus
87akbd*	at adb?				# ADB keyboard
88ams*	at adb?				# ADB mouse
89nvram*	at obio?			# nvram
90zsc*	at obio?
91zstty*	at zsc? channel ?
92
93wsdisplay0 at ofb? console ?
94wskbd0	at akbd? console ?
95wsmouse0 at ams?
96
97scsibus* at esp?
98scsibus* at mesh?
99sd*	at scsibus? target ? lun ?	# SCSI disks
100
101pseudo-device	loop			# network loopback
102pseudo-device	bpfilter	8	# packet filter
103pseudo-device	ipfilter		# IP filter (firewall) and NAT
104pseudo-device	pty			# pseudo-terminals
105pseudo-device	vnd		4	# disk-like interface to files
106pseudo-device	ccd		4	# concatenated/striped disk devices
107pseudo-device	rnd			# /dev/random and in-kernel generator
108pseudo-device	openfirm		# /dev/openfirm
109pseudo-device	clockctl		# user control of clock subsystem
110