GENERIC revision 1.30
1#	$NetBSD: GENERIC,v 1.30 2007/10/17 19:55:00 garbled Exp $
2#
3#
4
5include "arch/ibmnws/conf/std.ibmnws"
6
7options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
8
9#makeoptions	COPTS="-Os -mmultiple"	# -Os -mmultiple to reduce size.
10
11# Console settings
12options		CONSOLE="\"com\""
13options		CONSOLE_SPEED=9600
14options		CONSOLE_ADDR=0x3f8
15
16# Enable the hooks used for initializing the ram-disk.
17options 	MEMORY_DISK_HOOKS
18options 	MEMORY_DISK_IS_ROOT		# Force root on ram-disk
19options 	MEMORY_DISK_ROOT_SIZE=4096	# 2 Megabytes
20
21maxusers	8
22
23#options 	DDB
24
25# Compatibility options
26#options 	COMPAT_13	# NetBSD 1.3,
27#options 	COMPAT_14	# NetBSD 1.4,
28#options 	COMPAT_15	# NetBSD 1.5,
29options 	COMPAT_16	# NetBSD 1.6,
30#options 	COMPAT_43	# and 4.3BSD
31options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
32
33# File systems
34file-system 	FFS		# UFS
35#file-system	EXT2FS		# second extended file system (linux)
36file-system 	MFS		# memory file system
37file-system 	NFS		# Network File System client
38#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
39#file-system 	MSDOSFS		# MS-DOS file system
40file-system	PTYFS		# /dev/pts/N support
41#file-system	TMPFS		# Efficient memory file-system
42#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
43
44# File system options
45#options 	FFS_EI		# FFS Endian Independant support
46#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
47#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
48 				# immutable) behave as system flags.
49
50#options 	USERCONF	# userconf(4) support
51#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
52options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
53
54# Networking options
55options 	INET		# IP + ICMP + TCP + UDP
56
57#options 	ALTQ		# Manipulate network interfaces' output queues
58#options 	ALTQ_BLUE	# Stochastic Fair Blue
59#options 	ALTQ_CBQ	# Class-Based Queueing
60#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
61#options 	ALTQ_FIFOQ	# First-In First-Out Queue
62#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
63#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
64#options 	ALTQ_LOCALQ	# Local queueing discipline
65#options 	ALTQ_PRIQ	# Priority Queueing
66#options 	ALTQ_RED	# Random Early Detection
67#options 	ALTQ_RIO	# RED with IN/OUT
68#options 	ALTQ_WFQ	# Weighted Fair Queueing
69# options 	NFS_BOOT_BOOTPARAM
70options 	NFS_BOOT_DHCP
71
72#
73# wscons options
74#
75# builtin terminal emulations
76#options 	WSEMUL_VT100		# VT100 / VT220 emulation
77# different kernel output - see dev/wscons/wsdisplayvar.h
78#options 	WS_KERNEL_FG=WSCOL_GREEN
79#options 	WS_KERNEL_BG=WSCOL_BLACK
80# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
81#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
82# allocate a number of virtual screens at autoconfiguration time
83#options 	WSDISPLAY_DEFAULTSCREENS=4
84# use a large software cursor that doesn't blink
85#options 	PCDISPLAY_SOFTCURSOR
86
87# Kernel root file system and dump configuration.
88config	netbsd	root on ? type ?
89
90
91#
92# Device configuration
93#
94
95mainbus0 at root
96cpu0	at mainbus0
97
98
99# Basic Bus Support
100
101# PCI bus support
102pci0	at mainbus0 bus ?
103pci*	at pchb? bus ?
104
105options 	PCIVERBOSE
106
107# PCI bridges
108pchb*	at pci? dev ? function ?	# PCI-Host bridges
109pcib*	at pci? dev ? function ?	# PCI-ISA bridges
110
111# ISA bus support
112isa*	at pcib?			# ISA on PCI-ISA bridge
113
114# PCMCIA bus support
115# pcmcia* at pcic? controller ? socket ?
116
117# ISA PCMCIA controllers
118# pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
119
120#options 	PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
121#options 	PCIC_ISA_ALLOC_IOBASE=0x0400
122#options 	PCIC_ISA_ALLOC_IOSIZE=0x0100
123
124# ISA Plug-and-Play bus support
125# isapnp0 at isa?
126
127# on-board I/O for IBM Personal Power Series 830 IDE controller
128# obio0	at mainbus0
129
130
131# Console Devices
132
133# wscons
134# pckbc0		at isa?			# pc keyboard controller
135# pckbd*		at pckbc?		# PC keyboard
136# pms*		at pckbc?		# PS/2 mouse for wsmouse
137# vga*		at pci?
138# wsdisplay*	at vga? console ?
139# wskbd*		at pckbd? console ?
140# wsmouse*	at pms? mux 0
141
142# attimer0	at isa?
143# pcppi0	at isa?				# PC prog. periph. interface
144# isabeep0 at pcppi?			# "keyboard" beep
145
146# mcclock0 at isa? port 0x70		# mc146818 and compatible
147
148
149# Serial Devices
150
151# ISA serial interfaces
152com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
153com1	at isa? port 0x2f8 irq 3
154
155# Parallel Printer Interfaces
156
157# ISA parallel printer interfaces
158lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
159
160
161# SCSI Controllers and Devices
162
163# PCI SCSI controllers
164# adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
165# ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
166# iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
167# pcscp* 	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
168# siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
169
170# PCMCIA SCSI controllers
171# aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
172# spc* 	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
173
174# SCSI bus support
175# scsibus* at adw?
176# scsibus* at ahc?
177# scsibus* at aic?
178# scsibus* at iha?
179# scsibus* at pcscp?
180# scsibus* at siop?
181# scsibus* at spc?
182
183# SCSI devices
184# sd*	at scsibus? target ? lun ?	# SCSI disk drives
185# st*	at scsibus? target ? lun ?	# SCSI tape drives
186# cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
187
188
189# IDE and related devices
190
191# IBM Personal Power Series 830 IDE controller
192# wdc0	at obio? port 0x1f0 irq 13
193# wdc1	at obio? port 0x170 irq 13
194
195# ISA Plug-and-Play IDE controllers
196# wdc*	at isapnp?
197
198# PCMCIA IDE controllers
199# wdc*	at pcmcia? function ?
200
201# IDE drives
202# Flags are used only with controllers that support DMA operations
203# and mode settings (e.g. some pciide controllers)
204# The lowest order four bits (rightmost digit) of the flags define the PIO
205# mode to use, the next set of four bits the DMA mode and the third set the
206# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
207# to use, and the last bit must be 1 for this setting to be used.
208# For DMA and UDMA, 0xf (1111) means 'disable'.
209# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
210# (0xc=1100, 0xa=1010, 0xf=1111)
211# 0x0000 means "use whatever the drive claims to support".
212# wd*	at wdc? channel ? drive ? flags 0x0000
213
214# ATAPI bus support
215# atapibus* at wdc? channel ?
216
217# ATAPI devices
218# flags have the same meaning as for IDE drives.
219# cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
220# sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
221
222# Miscellaneous mass storage devices
223
224# ISA floppy
225# fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
226# fd*	at fdc? drive ?
227
228# Network Interfaces
229
230# PCI network interfaces
231pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
232
233# PCMCIA network interfaces
234# ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
235# ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
236
237# MII/PHY support
238#acphy*  at mii? phy ?                   # DAltima AC101 and AMD Am79c874 PHYs
239#amhphy* at mii? phy ?                   # AMD 79c901 Ethernet PHYs
240#bmtphy* at mii? phy ?                   # Broadcom BCM5201 and BCM5202 PHYs
241#brgphy* at mii? phy ?                   # Broadcom BCM5400-family PHYs
242#dmphy*  at mii? phy ?                   # Davicom DM9101 PHYs
243#exphy*  at mii? phy ?                   # 3Com internal PHYs
244#gentbi* at mii? phy ?                   # Generic Ten-Bit 1000BASE-[CLS]X PHYs
245#glxtphy* at mii? phy ?                  # Level One LXT-1000 PHYs
246#gphyter* at mii? phy ?                  # NS83861 Gig-E PHY
247icsphy* at mii? phy ?                   # Integrated Circuit Systems ICS189x
248#inphy*  at mii? phy ?                   # Intel 82555 PHYs
249#iophy*  at mii? phy ?                   # Intel 82553 PHYs
250#lxtphy* at mii? phy ?                   # Level One LXT-970 PHYs
251#makphy* at mii? phy ?                   # Marvell Semiconductor 88E1000 PHYs
252#nsphy*  at mii? phy ?                   # NS83840 PHYs
253#nsphyter* at mii? phy ?                 # NS83843 PHYs
254#pnaphy* at mii? phy ?                   # generic HomePNA PHYs
255#qsphy*  at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
256#sqphy*  at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
257#tlphy*  at mii? phy ?                   # ThunderLAN PHYs
258#tqphy*  at mii? phy ?                   # TDK Semiconductor PHYs
259#ukphy*  at mii? phy ?                   # generic unknown PHYs
260#urlphy* at mii? phy ?                   # Realtek RTL8150L internal PHYs
261
262# Audio support
263paud0 at isa? port 0x830 irq 10 drq 0 drq2 1
264audio*	at audiobus?
265
266# Pseudo-Devices
267
268# disk/mass storage pseudo-devices
269pseudo-device	md		1	# memory disk device (ramdisk)
270
271# network pseudo-devices
272pseudo-device	bpfilter		# network tap
273#pseudo-device	carp			# Common Address Redundancy Protocol
274pseudo-device	loop			# network loopback
275
276# miscellaneous pseudo-devices
277pseudo-device	pty			# pseudo-terminals
278pseudo-device	rnd			# /dev/random and in-kernel generator
279#options 	RND_COM			# use "com" randomness as well
280pseudo-device	ksyms
281pseudo-device	clockctl
282
283# Veriexec
284#
285# a pseudo device needed for veriexec
286#pseudo-device	veriexec		1
287#
288# Uncomment the fingerprint methods below that are desired. Note that
289# removing fingerprint methods will have almost no impact on the kernel
290# code size.
291#
292#options VERIFIED_EXEC_FP_RMD160
293#options VERIFIED_EXEC_FP_SHA256
294#options VERIFIED_EXEC_FP_SHA384
295#options VERIFIED_EXEC_FP_SHA512
296#options VERIFIED_EXEC_FP_SHA1
297#options VERIFIED_EXEC_FP_MD5
298