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