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