xref: /netbsd-src/sys/arch/evbppc/conf/PMPPC (revision 2e2322c9c07009df921d11b1268f8506affbb8ba)
1#	$NetBSD: PMPPC,v 1.39 2016/12/13 20:42:17 christos Exp $
2#
3#	PMPPC
4#
5
6include		"arch/evbppc/conf/std.pmppc"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10ident 		"PMPPC"
11
12#options 	BOOTHOWTO=RB_SINGLE
13options 	BOOTHOWTO=0
14options 	MSGBUFSIZE=0x10000
15
16maxusers	32
17
18options 	INSECURE	# disable kernel security levels
19options 	NTP		# NTP phase/frequency locked loop
20options 	KTRACE		# system call tracing via ktrace(1)
21
22options 	SYSVMSG		# System V message queues
23options 	SYSVSEM		# System V semaphores
24options 	SYSVSHM		# System V shared memory
25
26options 	USERCONF	# userconf(4) support
27#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
28#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
29
30# Diagnostic/debugging support options
31options 	DIAGNOSTIC	# cheap kernel consistency checks
32#options 	DEBUG		# expensive debugging checks/support
33options 	DDB		# in-kernel debugger
34options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
35#options 	TRAP_PANICWAIT
36makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
37
38#options 	KGDB		# remote debugger
39#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0xff600400,KGDB_DEVRATE=9600
40#makeoptions	DEBUG="-g"	# compile full symbol table
41
42# Compatibility options
43#options 	COMPAT_09	# NetBSD 0.9,
44#options 	COMPAT_10	# NetBSD 1.0,
45#options 	COMPAT_11	# NetBSD 1.1,
46#options 	COMPAT_12	# NetBSD 1.2,
47#options 	COMPAT_13	# NetBSD 1.3,
48#options 	COMPAT_14	# NetBSD 1.4,
49#options 	COMPAT_15	# NetBSD 1.5,
50#options 	COMPAT_16	# NetBSD 1.6,
51#options 	COMPAT_20	# NetBSD 2.0,
52#options 	COMPAT_30	# NetBSD 3.0,
53#options 	COMPAT_40	# NetBSD 4.0,
54options 	COMPAT_50	# NetBSD 5.0,
55options 	COMPAT_60	# NetBSD 6.0, and
56options 	COMPAT_70	# NetBSD 7.0 binary compatibility.
57#options 	COMPAT_43	# 4.3BSD binary compatibility.
58#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
59#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
60options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
61
62# File systems
63file-system 	FFS		# UFS
64file-system 	EXT2FS		# second extended file system (linux)
65file-system 	LFS		# log-structured file system
66file-system 	MFS		# memory file system
67file-system 	NFS		# Network File System client
68file-system 	CD9660		# ISO 9660 + Rock Ridge file system
69file-system 	MSDOSFS		# MS-DOS file system
70file-system 	FDESC		# /dev/fd
71file-system 	KERNFS		# /kern
72file-system 	NULLFS		# loopback file system
73file-system 	OVERLAY		# overlay file system
74file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
75file-system 	PROCFS		# /proc
76file-system 	TMPFS		# efficient memory file system
77file-system 	UMAPFS		# NULLFS + uid and gid remapping
78file-system 	UNION		# union file system
79file-system	PTYFS		# /dev/pts/N support
80
81# File system options
82#options 	QUOTA		# legacy UFS quotas
83#options 	QUOTA2		# new, in-filesystem UFS quotas
84options 	FFS_EI		# FFS Endian Independent support
85options 	WAPBL		# File system journaling support
86#options 	NFSSERVER	# Network File System server
87#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
88#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
89				# immutable) behave as system flags.
90
91options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
92options 	NFS_BOOT_RWSIZE=1024
93
94# Networking options
95options 	GATEWAY		# packet forwarding
96options 	INET		# IP + ICMP + TCP + UDP
97options 	INET6		# IPV6
98options 	IPSEC		# IP security
99#options 	IPSEC_DEBUG	# debug for IP security
100options 	MROUTING	# IP multicast routing
101options 	PIM		# Protocol Independent Multicast
102#options 	NETATALK	# AppleTalk networking protocols
103#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
104#options 	PPP_DEFLATE	# Deflate compression support for PPP
105#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
106#options 	IPFILTER_LOG	# ipmon(8) log support
107#options 	IPFILTER_LOOKUP	# ippool(8) support
108#options 	IPFILTER_COMPAT # Compat for IP-Filter
109#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
110#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
111
112# These options enable verbose messages for several subsystems.
113# Warning, these may compile large string tables into the kernel!
114options 	PCIVERBOSE	# verbose PCI device autoconfig messages
115options 	MIIVERBOSE	# verbose PHY autoconfig messages
116#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
117#options 	SCSIVERBOSE	# human readable SCSI error messages
118#options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
119#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
120options 	USBVERBOSE	# verbose USB device autoconfig messages
121
122# Kernel root file system and dump configuration.
123#config		netbsd	root on ? type ?
124config		netbsd	root on cs0 type nfs
125
126#
127# Device configuration
128#
129
130mainbus0 at root
131
132cpu0	at mainbus0
133
134# CPC700 controller
135cpc0	at mainbus0
136
137# RTC DS17485
138rtc0	at mainbus0 addr 0x7ff00000
139
140# Cirrus Logic Crystal CS89x0 Ethernet
141cs0	at mainbus0 addr 0x7fe00000
142
143# flash driver not implemented
144#pmflash0	at mainbus0 addr 0x70000000
145
146# UARTs
147com0	at cpc0 addr 0xff600300
148com1	at cpc0 addr 0xff600400
149
150# cpctim driver not implemented
151cpctim0	at cpc0 addr 0xff650000
152# cpciic driver not implemented
153cpciic0	at cpc0 addr 0xff620000
154cpciic1	at cpc0 addr 0xff630000
155
156# CPC700 integrated PCI bridge
157pci*	at cpc0
158pchb*	at pci?
159
160pci*	at pchb?
161pci*	at ppb? bus ?
162ppb*	at pci? dev ? function ?	# PCI-PCI bridges
163
164puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
165
166# PCI PCMCIA controllers
167#pcic0	at pci? dev? function ?
168
169# CardBus bridge support
170#cbb*		at pci? dev ? function ?
171#cardslot*	at cbb?
172
173# CardBus bus support
174#cardbus*	at cardslot?
175#pcmcia* 	at cardslot?
176
177vga*		at pci? dev ? function ?
178wsdisplay*	at vga? console ?
179
180wsmouse*	at wsmousedev? mux 0
181wskbd*		at wskbddev? mux 1
182
183# PCI serial interfaces
184com*	at puc? port ?			# 16x50s on "universal" comm boards
185cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
186cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
187
188# I2O devices
189iop*	at pci? dev ? function ?	# I/O processor
190iopsp*	at iop? tid ?			# SCSI/FC-AL ports
191ld*	at iop? tid ?			# block devices
192#dpti*	at iop? tid 0			# DPT/Adaptec control interface
193
194
195# SCSI Controllers and Devices
196
197# PCI SCSI controllers
198adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
199adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
200ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
201bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
202dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
203iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
204isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
205mly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
206pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
207siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
208#options 	SIOP_SYMLED		# drive the act. LED in software
209trm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
210
211# SCSI bus support
212scsibus* at scsi? channel ?
213
214# SCSI devices
215sd*	at scsibus? target ? lun ?	# SCSI disk drives
216st*	at scsibus? target ? lun ?	# SCSI tape drives
217cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
218ch*	at scsibus? target ? lun ?	# SCSI autochangers
219ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
220ss*	at scsibus? target ? lun ?	# SCSI scanners
221uk*	at scsibus? target ? lun ?	# SCSI unknown
222
223
224# RAID controllers and devices
225#aac*	at pci? dev ? function ?	# Adaptec AAC family
226cac*	at pci? dev ? function ?	# Compaq PCI array controllers
227icp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
228mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
229twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
230
231#ld*	at aac? unit ?			# logical disk devices
232ld*	at cac? unit ?
233ld*	at icp? unit ?
234ld*	at twe? unit ?
235ld*	at mlx? unit ?
236
237icpsp*	at icp? unit ?			# SCSI pass-through
238#scsibus* at icpsp?
239
240# Network Interfaces
241
242# PCI network interfaces
243an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
244en*	at pci? dev ? function ?	# ENI/Adaptec ATM
245ep*	at pci? dev ? function ?	# 3Com 3c59x
246epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
247esh*	at pci? dev ? function ?	# Essential HIPPI card
248ex*	at pci? dev ? function ?	# 3Com 90x[BC]
249fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
250fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
251gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
252#hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
253le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
254lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
255ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
256ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
257pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
258rtk*	at pci? dev ? function ?	# Realtek 8129/8139
259sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
260sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
261ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
262stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
263ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
264tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
265tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
266vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
267wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
268wm*	at pci? dev ? function ?	# Intel 82543/82544 gigabit
269
270# MII/PHY support
271acphy*	at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
272amhphy*	at mii? phy ?			# AMD 79c901 Ethernet PHYs
273bmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
274brgphy*	at mii? phy ?			# Broadcom BCM5400-family PHYs
275dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
276exphy*	at mii? phy ?			# 3Com internal PHYs
277glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
278gphyter* at mii? phy ?			# NS83861 Gig-E PHY
279icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
280ikphy*	at mii? phy ?			# Intel 82563 PHYs
281inphy*	at mii? phy ?			# Intel 82555 PHYs
282iophy*	at mii? phy ?			# Intel 82553 PHYs
283lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
284makphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
285nsphy*	at mii? phy ?			# NS83840 PHYs
286nsphyter* at mii? phy ?			# NS83843 PHYs
287pnaphy*	at mii? phy ?			# generic HomePNA PHYs
288qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
289sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
290tlphy*	at mii? phy ?			# ThunderLAN PHYs
291tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
292ukphy*	at mii? phy ?			# generic unknown PHYs
293urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
294
295
296# USB Controller and Devices
297
298# PCI USB controllers
299# The EHCI is not ready for prime time.
300#ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
301ohci*	at pci?	dev ? function ?	# Open Host Controller
302uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
303
304# CardBus USB controllers
305#ehci*	at cardbus? function ?	# Enhanced Host Controller
306#ohci*	at cardbus? function ?	# Open Host Controller
307
308# USB bus support
309#usb*	at ehci?
310usb*	at ohci?
311usb*	at uhci?
312
313# USB Hubs
314uhub*	at usb?
315uhub*	at uhub? port ?
316
317# USB HID device
318uhidev*	at uhub? port ? configuration ? interface ?
319
320# USB Mice
321ums*	at uhidev? reportid ?
322
323# USB Keyboards
324ukbd*	at uhidev? reportid ?
325
326# USB serial adapter
327ucycom*	at uhidev? reportid ?
328
329# USB Generic HID devices
330uhid*	at uhidev? reportid ?
331
332# USB Printer
333ulpt*	at uhub? port ? configuration ? interface ?
334
335# USB Modem
336umodem*	at uhub? port ? configuration ?
337ucom*	at umodem?
338
339# Option N.V. Wireless WAN modems
340uhso*	at uhub? port ? configuration ?
341
342# USB Mass Storage
343umass*	at uhub? port ? configuration ? interface ?
344#wd* at umass?
345
346# USB audio
347uaudio*	at uhub? port ? configuration ?
348
349# USB MIDI
350umidi* at uhub? port ? configuration ?
351midi*	at midibus?
352
353# USB IrDA
354# USB-IrDA bridge spec
355uirda* at uhub? port ? configuration ? interface ?
356irframe* at uirda?
357
358# SigmaTel STIr4200 USB/IrDA Bridge
359ustir* at uhub? port ?
360irframe* at ustir?
361
362# USB Ethernet adapters
363aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
364axe*	at uhub? port ?		# ASIX AX88172 based adapters
365cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
366kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
367url*	at uhub? port ?		# Realtek RTL8150L based adapters
368
369# Prolific PL2301/PL2302 host-to-host adapter
370upl*	at uhub? port ?
371
372# Serial adapters
373uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
374ucom*	at uftdi? portno ?
375
376umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
377ucom*	at umct? portno ?
378
379uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
380ucom*	at uplcom? portno ?
381
382uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
383ucom*	at uvscom? portno ?
384
385# Diamond Multimedia Rio 500
386urio*	at uhub? port ?
387
388# USB Handspring Visor
389uvisor*	at uhub? port ?
390ucom*	at uvisor?
391
392# Kyocera AIR-EDGE PHONE
393#ukyopon* at uhub? port ?
394#ucom*	at ukyopon? portno ?
395
396# USB scanners
397#uscanner* at uhub? port ?
398
399# USB scanners that use SCSI emulation, e.g., HP5300
400usscanner* at uhub? port ?
401#scsibus* at usscanner? channel ?
402
403# Y@P firmware loader
404uyap* at uhub? port ?
405
406# D-Link DSB-R100 USB radio
407udsbr*	at uhub? port ?
408
409# USB Generic driver
410ugen*	at uhub? port ?
411
412# PCI audio devices
413auich*	at pci? dev ? function ?	# Intel ICH integrated AC'97 Audio
414autri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
415auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
416clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
417clct*	at pci? dev ? function ?	# Cirrus Logic CS4281
418cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
419eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
420emuxki*	at pci? dev ? function ?	# Creative SBLive! and PCI512
421esa*	at pci? dev ? function ?	# ESS Allegro-1 / Maestro-3 PCI Audio
422esm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
423eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
424fms*	at pci? dev ? function ?	# Forte Media FM801
425neo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
426sv*	at pci? dev ? function ?	# S3 SonicVibes
427yds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
428
429# Radio support
430radio*	at radiodev?
431
432# Audio support
433audio*	at audiobus?
434
435spkr*	at audio?		# PC speaker (synthesized)
436
437pseudo-device	vnd			# disk-like interface to files
438#pseudo-device	fss			# file system snapshot device
439#pseudo-device	cgd			# cryptographic disk devices
440#pseudo-device	md			# memory disk device
441pseudo-device	loop			# network loopback
442pseudo-device	bpfilter		# packet filter
443pseudo-device	ipfilter		# IP filter (firewall) and NAT
444pseudo-device	ppp			# Point-to-Point Protocol
445pseudo-device	sl			# Serial Line IP
446pseudo-device	tun			# network tunneling over tty
447pseudo-device	gre			# generic L3 over IP tunnel
448pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
449#pseudo-device	faith			# IPv[46] tcp relay translation i/f
450pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
451pseudo-device	vlan			# IEEE 802.1q encapsulation
452pseudo-device	pty			# pseudo-terminals
453pseudo-device	clockctl		# user control of clock subsystem
454pseudo-device	putter			# for puffs and pud
455pseudo-device	ksyms
456
457# wscons pseudo-devices
458pseudo-device	wsmux			# mouse & keyboard multiplexor
459pseudo-device	wsfont
460
461