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