xref: /netbsd-src/sys/arch/macppc/conf/POWERMAC (revision 7e30e94394d0994ab9534f68a8f91665045c91ce)
1#	$NetBSD: POWERMAC,v 1.66 2015/08/21 01:52:08 uebayasi 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#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
18
19# Diagnostic/debugging support options
20options 	DIAGNOSTIC	# cheap kernel consistency checks
21#options 	DEBUG		# expensive debugging checks/support
22options 	DDB		# in-kernel debugger
23pseudo-device	ksyms
24options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
25options 	TRAP_PANICWAIT
26
27#makeoptions	DEBUG="-g"	# compile full symbol table
28
29# Compatibility options
30options 	COMPAT_43	# 4.3BSD binary compatibility.
31options 	COMPAT_13	# NetBSD 1.3,
32options 	COMPAT_14	# NetBSD 1.4,
33options 	COMPAT_15	# NetBSD 1.5,
34options 	COMPAT_16	# NetBSD 1.6,
35options 	COMPAT_20	# NetBSD 2.0,
36options 	COMPAT_30	# NetBSD 3.0, and
37options 	COMPAT_40	# NetBSD 4.0 binary compatibility.
38options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
39
40# File systems
41file-system 	FFS		# UFS
42file-system 	MFS		# memory file system
43#file-system 	NFS		# Network File System client
44file-system 	PROCFS		# /proc
45file-system	PTYFS		# /dev/pts/N support
46
47# File system options
48#options 	NFSSERVER	# Network File System server
49options 	APPLE_UFS	# Apple UFS support in FFS
50#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
51
52#options 	NFS_BOOT_DHCP	# Support DHCP NFS root
53
54# Networking options
55options 	INET		# IP + ICMP + TCP + UDP
56options 	IPFILTER_LOG	# ipmon(8) log support
57options 	IPFILTER_LOOKUP	# ippool(8) support
58options 	IPFILTER_COMPAT # Compat for IP-Filter
59#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
60
61# These options enable verbose messages for several subsystems.
62options 	SCSIVERBOSE	# Verbose SCSI errors
63options 	PCIVERBOSE	# verbose PCI device messages
64#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
65
66#options 	ZS_TXDMA	# Use dma on zs output
67options 	WSEMUL_VT100	# VT100 / VT220 emulation
68options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
69options 	FONT_GALLANT12x22
70
71# Kernel root file system and dump configuration.
72config	netbsd	root on ? type ?
73
74#
75# Device configuration
76#
77
78mainbus* at root
79
80cpu*	at mainbus?
81bandit*	at mainbus?
82
83pci*	at bandit? bus ?
84pci*	at ppb? bus ?
85
86pchb*	at pci? dev ? function ?	# PCI-Host bridges
87ppb*	at pci? dev ? function ?	# PCI-PCI bridges
88ep*	at pci? dev ? function ?	# 3Com 3c59x
89tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
90genfb*	at pci?
91wsdisplay0 at wsemuldisplaydev? console 1
92wsdisplay* at wsemuldisplaydev? console 0
93
94# ofb is deprecated, use genfb instead
95#ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
96#options 	OFB_ENABLE_CACHE	# Speed up console
97obio*	at pci? dev ? function ?
98
99nsphy*	at mii? phy ?			# NS83840 PHYs
100ukphy*	at mii? phy ?			# generic unknown PHYs
101
102mc*	at obio?			# MACE ethernet
103esp*	at obio? flags 0x0		# 53c9x SCSI
104mesh*	at obio? flags 0xffff		# MESH SCSI
105#adb*	at obio?			# Apple Desktop Bus
106#akbd*	at adb?				# ADB keyboard
107#ams*	at adb?				# ADB mouse
108nvram*	at obio?			# nvram
109zsc*	at obio?
110zstty*	at zsc? channel ?
111
112cuda*	at obio?			# Apple CUDA
113#options	CUDA_DEBUG
114iic0	at cuda0
115sgsmix0 at iic0	addr 0x8a		# additional mixer found in beige G3
116#options	SGSMIX_DEBUG
117nadb*	at cuda?			# new ADB Bus abstraction
118adbkbd* at nadb?			# ADB keyboard
119#options	ADB_DEBUG
120#options ADBKBD_DEBUG
121adbms*	at nadb?
122
123wskbd*	at wskbddev? console ?
124wsmouse* at wsmousedev?
125
126scsibus* at scsi?
127sd*	at scsibus? target ? lun ?	# SCSI disks
128
129pseudo-device	loop			# network loopback
130pseudo-device	bpfilter		# packet filter
131pseudo-device	ipfilter		# IP filter (firewall) and NAT
132pseudo-device	pty			# pseudo-terminals
133pseudo-device	vnd			# disk-like interface to files
134pseudo-device	ccd			# concatenated/striped disk devices
135#pseudo-device	fss			# file system snapshot device
136pseudo-device	openfirm		# /dev/openfirm
137pseudo-device	clockctl		# user control of clock subsystem
138