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