xref: /netbsd-src/sys/arch/macppc/conf/POWERMAC (revision 7e30d9f475cf98447b503c94767c7a3f358430f7)
1#	$NetBSD: POWERMAC,v 1.71 2019/09/16 07:11:08 macallan 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
30include 	"conf/compat_netbsd13.config"
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
37file-system	PTYFS		# /dev/pts/N support
38
39# File system options
40#options 	NFSSERVER	# Network File System server
41options 	APPLE_UFS	# Apple UFS support in FFS
42#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
43
44#options 	NFS_BOOT_DHCP	# Support DHCP NFS root
45
46# Networking options
47options 	INET		# IP + ICMP + TCP + UDP
48
49# These options enable verbose messages for several subsystems.
50options 	SCSIVERBOSE	# Verbose SCSI errors
51options 	PCIVERBOSE	# verbose PCI device messages
52#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
53
54#options 	ZS_TXDMA	# Use dma on zs output
55options 	WSEMUL_VT100	# VT100 / VT220 emulation
56options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
57options 	FONT_GALLANT12x22
58
59# Kernel root file system and dump configuration.
60config	netbsd	root on ? type ?
61
62#
63# Device configuration
64#
65
66mainbus* at root
67
68cpu* 		at mainbus?
69bandit* 	at mainbus?
70valkyriefb* 	at mainbus?	# Performa 63XX onboard video
71pci* 		at bandit? bus ?
72pci* 		at ppb? bus ?
73
74pchb*	at pci? dev ? function ?	# PCI-Host bridges
75ppb*	at pci? dev ? function ?	# PCI-PCI bridges
76ep*	at pci? dev ? function ?	# 3Com 3c59x
77tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
78genfb*	at pci?
79wsdisplay0 at wsemuldisplaydev? console 1
80wsdisplay* at wsemuldisplaydev? console 0
81
82# ofb is deprecated, use genfb instead
83#ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
84obio*	at pci? dev ? function ?
85
86nsphy*	at mii? phy ?			# NS83840 PHYs
87ukphy*	at mii? phy ?			# generic unknown PHYs
88
89mc*	at obio?			# MACE ethernet
90esp*	at obio? flags 0x0		# 53c9x SCSI
91mesh*	at obio? flags 0xffff		# MESH SCSI
92#adb*	at obio?			# Apple Desktop Bus
93#akbd*	at adb?				# ADB keyboard
94#ams*	at adb?				# ADB mouse
95nvram*	at obio?			# nvram
96zsc*	at obio?
97zstty*	at zsc? channel ?
98
99cuda*	at obio?			# Apple CUDA
100#options	CUDA_DEBUG
101iic*	at cuda0
102videopll* 	at iic?			# pixel clock for valkyriefb
103
104nadb*	at cuda?			# new ADB Bus abstraction
105adbkbd* at nadb?			# ADB keyboard
106#options 	ADB_DEBUG
107#options 	ADBKBD_DEBUG
108adbms*	at nadb?
109ktm* 	at nadb?			# Kensington Turbo Mouse
110
111wskbd*	at wskbddev? console ?
112wsmouse* at wsmousedev?
113
114scsibus* at scsi?
115sd*	at scsibus? target ? lun ?	# SCSI disks
116
117pseudo-device	loop			# network loopback
118pseudo-device	bpfilter		# packet filter
119pseudo-device	npf			# NPF packet filter
120pseudo-device	pty			# pseudo-terminals
121pseudo-device	vnd			# disk-like interface to files
122pseudo-device	ccd			# concatenated/striped disk devices
123#pseudo-device	fss			# file system snapshot device
124pseudo-device	openfirm		# /dev/openfirm
125pseudo-device	clockctl		# user control of clock subsystem
126