GENERIC revision 1.14
1#	$NetBSD: GENERIC,v 1.14 2000/11/22 16:15:44 nonaka Exp $
2#
3#	GENERIC -- everything that's currently supported
4#
5
6include "arch/prep/conf/std.prep"
7
8#ident		"GENERIC-$Revision: 1.14 $"
9
10maxusers	32
11
12# Standard system options
13
14options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
15options 	NTP		# NTP phase/frequency locked loop
16
17options 	KTRACE		# system call tracing via ktrace(1)
18
19options 	SYSVMSG		# System V-like message queues
20options 	SYSVSEM		# System V-like semaphores
21options 	SYSVSHM		# System V-like memory sharing
22#options 	SHMMAXPGS=1024	# 1024 pages is the default
23
24options 	LKM		# loadable kernel modules
25
26# Diagnostic/debugging support options
27options 	DIAGNOSTIC	# cheap kernel consistency checks
28#options 	DEBUG		# expensive debugging checks/support
29#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
30options 	DDB		# in-kernel debugger
31#options 	DDB_HISTORY_SIZE=100    # Enable history editing in DDB
32#makeoptions	DEBUG="-g"
33
34# Compatibility options
35options 	COMPAT_13	# NetBSD 1.3,
36options 	COMPAT_14	# NetBSD 1.4,
37options 	COMPAT_43	# and 4.3BSD
38
39# File systems
40file-system 	FFS		# UFS
41file-system	EXT2FS		# second extended file system (linux)
42file-system	LFS		# log-structured file system
43file-system 	MFS		# memory file system
44file-system 	NFS		# Network File System client
45file-system	NTFS		# Windows/NT file system (experimental)
46file-system 	CD9660		# ISO 9660 + Rock Ridge file system
47file-system 	MSDOSFS		# MS-DOS file system
48file-system 	FDESC		# /dev/fd
49file-system 	KERNFS		# /kern
50file-system 	NULLFS		# loopback file system
51file-system	OVERLAY		# overlay file system
52file-system 	PORTAL		# portal filesystem (still experimental)
53file-system 	PROCFS		# /proc
54file-system 	UMAPFS		# NULLFS + uid and gid remapping
55file-system 	UNION		# union file system
56#file-system	CODA		# Coda File System; also needs vcoda (below)
57
58# File system options
59options 	QUOTA		# UFS quotas
60options 	FFS_EI		# FFS Endian Independant support
61options 	SOFTDEP		# FFS soft updates support.
62options 	NFSSERVER	# Network File System server
63#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
64 				# immutable) behave as system flags.
65
66# Networking options
67#options 	GATEWAY		# packet forwarding
68options 	INET		# IP + ICMP + TCP + UDP
69options 	INET6		# IPv6
70#options 	IPSEC		# IP security
71#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
72#options 	IPSEC_DEBUG	# debug for IP security
73#options 	MROUTING	# IP multicast routing
74options 	NETATALK	# AppleTalk networking protocols
75options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
76options 	PPP_DEFLATE	# Deflate compression support for PPP
77options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
78options 	PFIL_HOOKS	# pfil(9) packet filter hooks
79options 	IPFILTER_LOG	# ipmon(8) log support
80
81# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
82#options 	TCP_COMPAT_42
83
84# These options enable verbose messages for several subsystems.
85# Warning, these may compile large string tables into the kernel!
86options 	MIIVERBOSE	# verbose PHY autoconfig messages
87options 	PCIVERBOSE	# verbose PCI device autoconfig messages
88#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
89options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
90options 	SCSIVERBOSE	# human readable SCSI error messages
91#options 	USBVERBOSE	# verbose USB device autoconfig messages
92
93options 	NFS_BOOT_BOOTP
94options 	NFS_BOOT_BOOTPARAM
95options 	NFS_BOOT_DHCP
96
97#
98# wscons options
99#
100# builtin terminal emulations
101options 	WSEMUL_VT100		# VT100 / VT220 emulation
102# different kernel output - see dev/wscons/wsdisplayvar.h
103options 	WS_KERNEL_FG=WSCOL_GREEN
104#options 	WS_KERNEL_BG=WSCOL_BLACK
105# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
106#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
107# allocate a number of virtual screens at autoconfiguration time
108#options 	WSDISPLAY_DEFAULTSCREENS=4
109# use a large software cursor that doesn't blink
110options 	PCDISPLAY_SOFTCURSOR
111
112# Kernel root file system and dump configuration.
113config	netbsd	root on ? type ?
114#config	netbsd	root on de0 type nfs
115#config	netbsd	root on le0 type nfs
116
117
118#
119# Device configuration
120#
121
122mainbus0 at root
123cpu0	at mainbus0
124
125
126# Basic Bus Support
127
128# PCI bus support
129pci0	at mainbus0 bus ?
130pci*	at pchb? bus ?
131pci*	at ppb? bus ?
132
133# PCI bridges
134pchb*	at pci? dev ? function ?	# PCI-Host bridges
135ppb*	at pci? dev ? function ?	# PCI-PCI bridges
136pcib*	at pci? dev ? function ?	# PCI-ISA bridges
137
138# ISA bus support
139isa*	at pcib?			# ISA on PCI-ISA bridge
140
141# PCMCIA bus support
142pcmcia* at pcic? controller ? socket ?
143
144# ISA PCMCIA controllers
145pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
146
147#options 	PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
148#options 	PCIC_ISA_ALLOC_IOBASE=0x0400
149#options 	PCIC_ISA_ALLOC_IOSIZE=0x0100
150
151
152# Console Devices
153
154# ISA console.
155#pc0	at isa? port 0x60 irq 1		# generic PC console device
156
157# Keyboard layout configuration for pccons
158#options	FRENCH_KBD
159#options	FINNISH_KBD
160#options	GERMAN_KBD
161#options	NORWEGIAN_KBD
162
163# wscons
164pckbc0		at isa?			# pc keyboard controller
165pckbd*		at pckbc?		# PC keyboard
166pms*		at pckbc?		# PS/2 mouse for wsmouse
167pmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
168vga*		at pci?
169wsdisplay*	at vga? console ?
170wskbd*		at pckbd? console ?
171wsmouse*	at pms? mux 0
172wsmouse*	at pmsi? mux 0
173
174pcppi0	at isa?				# PC prog. periph. interface
175isabeep0 at pcppi?			# "keyboard" beep
176
177mcclock0 at isa? port 0x70		# mc146818 and compatible
178
179
180# Serial Devices
181
182# ISA serial interfaces
183com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
184com1	at isa? port 0x2f8 irq 3
185
186# PCMCIA serial interfaces
187com*	at pcmcia? function ?		# Modems and serial cards
188
189pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
190com*	at pcmcom? slave ?		# ...and the slave devices
191
192
193# Parallel Printer Interfaces
194
195# ISA parallel printer interfaces
196lpt0	at isa? port 0x3bc irq 7	# standard PC parallel ports
197
198
199# SCSI Controllers and Devices
200
201# PCI SCSI controllers
202pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
203
204# PCMCIA SCSI controllers
205aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
206
207# SCSI bus support
208scsibus* at aic?
209scsibus* at pcscp?
210
211# SCSI devices
212sd*	at scsibus? target ? lun ?	# SCSI disk drives
213st*	at scsibus? target ? lun ?	# SCSI tape drives
214cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
215ch*	at scsibus? target ? lun ?	# SCSI autochangers
216ss*	at scsibus? target ? lun ?	# SCSI scanners
217uk*	at scsibus? target ? lun ?	# SCSI unknown
218
219
220# IDE and related devices
221
222# PCMCIA IDE controllers
223wdc*	at pcmcia? function ?
224
225# IDE drives
226# Flags are used only with controllers that support DMA operations
227# and mode settings (e.g. some pciide controllers)
228# The lowest order four bits (rightmost digit) of the flags define the PIO
229# mode to use, the next set of four bits the DMA mode and the third set the
230# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
231# to use, and the last bit must be 1 for this setting to be used.
232# For DMA and UDMA, 0xf (1111) means 'disable'.
233# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
234# (0xc=1100, 0xa=1010, 0xf=1111)
235# 0x0000 means "use whatever the drive claims to support".
236wd*	at wdc? channel ? drive ? flags 0x0000
237
238# ATAPI bus support
239atapibus* at wdc? channel ?
240
241# ATAPI devices
242# flags have the same meaning as for IDE drives.
243cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
244sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
245uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
246
247
248# Network Interfaces
249
250# PCI network interfaces
251de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
252ep*	at pci? dev ? function ?	# 3Com 3c59x
253#le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
254ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
255vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
256
257# PCMCIA network interfaces
258ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
259ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
260
261mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
262com*	at mhzc?
263sm*	at mhzc?
264
265# MII/PHY support
266dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
267exphy*	at mii? phy ?			# 3Com internal PHYs
268icsphy* at mii? phy ?			# Integrated Circuit Systems ICS1890
269inphy*	at mii? phy ?			# Intel 82555 PHYs
270iophy*	at mii? phy ?			# Intel 82553 PHYs
271lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
272nsphy*	at mii? phy ?			# NS83840 PHYs
273nsphyter* at mii? phy ?			# NS83843 PHYs
274qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 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
279
280
281# USB Controller and Devices
282
283# PCI USB controllers
284#uhci*	at pci? dev ? function ?	# Universal Host Controller (Intel)
285#ohci*	at pci? dev ? function ?	# Open Host Controller
286
287# USB bus support
288#usb*	at uhci?
289#usb*	at ohci?
290
291# USB Hubs
292#uhub*	at usb?
293#uhub*	at uhub? port ? configuration ? interface ?
294
295# USB Mice
296#ums*	at uhub? port ? configuration ? interface ?
297#wsmouse* at ums? mux 0
298
299# USB Keyboards
300#ukbd*	at uhub? port ? configuration ? interface ?
301#wskbd*	at ukbd? console ? mux 1
302
303# USB Generic HID devices
304#uhid*	at uhub? port ? configuration ? interface ?
305
306# USB Printer
307#ulpt*	at uhub? port ? configuration ? interface ?
308
309# USB Modem
310#umodem* at uhub? port ? configuration ?
311#ucom*	at umodem?
312
313# USB Mass Storage
314#umass*	at uhub? port ? configuration ? interface ?
315#scsibus* at umass? channel ?
316#atapibus* at umass? channel ?
317
318# USB audio
319#uaudio* at uhub? port ? configuration ?
320
321# USB Ethernet adapters
322#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
323#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
324#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
325
326# Prolofic PL2301/PL2302 host-to-host adapter
327#upl*	at uhub? port ?
328
329# Serial adapters
330# FTDI FT8U100AX serial adapter
331#uftdi*	at uhub? port ?
332#ucom*	at uftdi? portno ?
333
334# Diamond Multimedia Rio 500
335#urio*	at uhub? port ?
336
337# USB Handspring Visor
338#uvisor* at uhub? port ?
339#ucom*	at uvisor?
340
341# USB Generic driver
342#ugen*	at uhub? port ?
343
344# USB scanners
345#uscanner* at uhub? port ?
346
347
348# Audio device
349
350# Audio support
351#audio*  at uaudio?
352
353# MIDI support
354midi*	at pcppi?		# MIDI interface to the PC speaker
355
356# The spkr driver provides a simple tone interface to the built in speaker.
357spkr0	at pcppi?		# PC speaker
358
359
360# Joysticks
361
362# ISA joysticks. Probe is a little strange; add only if you have one.
363joy0	at isa? port 0x201
364
365
366# Pseudo-Devices
367
368# disk/mass storage pseudo-devices
369pseudo-device	ccd		4	# concatenated/striped disk devices
370pseudo-device	raid		4	# RAIDframe disk driver
371#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
372pseudo-device	md		1	# memory disk device (ramdisk)
373pseudo-device	vnd		4	# disk-like interface to files
374
375# network pseudo-devices
376pseudo-device	loop			# network loopback
377pseudo-device	bpfilter	8	# Berkeley packet filter
378pseudo-device	ipfilter		# IP filter (firewall) and NAT
379pseudo-device	ppp		2	# Point-to-Point Protocol
380pseudo-device	sl		2	# Serial Line IP
381pseudo-device	strip		2	# Starmode Radio IP (Metricom)
382pseudo-device	tun		2	# network tunneling over tty
383pseudo-device	gre		2	# generic L3 over IP tunnel
384pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
385pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
386#pseudo-device	faith		2	# IPv[46] tcp relay translation i/f
387#pseudo-device	stf		2	# 6to4 IPv6 over IPv4 encapsulation
388
389# miscellaneous pseudo-devices
390pseudo-device	pty			# pseudo-terminals
391pseudo-device	tb		1	# tablet line discipline
392pseudo-device	sequencer	1	# MIDI sequencer
393pseudo-device	rnd			# /dev/random and in-kernel generator
394#options	RND_COM			# use "com" randomness as well
395
396# a pseudo device needed for Coda	# also needs CODA (above)
397#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
398
399# mouse & keyboard multiplexor pseudo-devices
400pseudo-device	wsmux		2
401