GENERIC_TINY revision 1.18
1#	$NetBSD: GENERIC_TINY,v 1.18 2000/07/27 14:34:07 mrg Exp $
2#
3#	GENERIC_TINY -- suitable default for 4M machines
4#			No EISA, PCI, PCMCIA or SCSI.
5#
6
7include "arch/i386/conf/std.i386"
8
9maxusers	32		# estimated number of users
10
11# CPU support.  At least one is REQUIRED.
12options 	I386_CPU
13options 	I486_CPU
14options 	I586_CPU
15options 	I686_CPU
16
17# CPU-related options.
18options 	MATH_EMULATE	# floating point emulation
19#options 	VM86		# virtual 8086 emulation
20#options 	USER_LDT	# user-settable LDT; used by WINE
21# eliminate delay no-ops in I/O; recommended on all but very old machines
22#options 	DUMMY_NOPS
23
24# Misc. i386-specific options
25#options 	XSERVER		# X server support in console drivers
26
27# This option allows you to force a serial console at the specified
28# I/O address.   see console(4) for details.
29#options 	"CONSDEVNAME=\"com\""
30
31# The following options override the memory sizes passed in from the boot
32# block.  Use them *only* if the boot block is unable to determine the correct
33# values.  Note that the BIOS may *correctly* report less than 640k of base
34# memory if the extended BIOS data area is located at the top of base memory
35# (as is the case on most recent systems).
36#options 	REALBASEMEM=...	# size of base memory
37#options 	REALEXTMEM=...	# size of extended memory
38
39# Standard system options
40
41#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
42options 	INSECURE	# disable kernel security levels
43
44options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
45#options 	NTP		# NTP phase/frequency locked loop
46
47#options 	KTRACE		# system call tracing via ktrace(1)
48
49#options 	SYSVMSG		# System V-like message queues
50#options 	SYSVSEM		# System V-like semaphores
51#options 	SYSVSHM		# System V-like memory sharing
52#options 	SHMMAXPGS=1024	# 1024 pages is the default
53
54#options 	LKM		# loadable kernel modules
55
56# Diagnostic/debugging support options
57#options 	DIAGNOSTIC	# cheap kernel consistency checks
58#options 	DEBUG		# expensive debugging checks/support
59#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
60options 	DDB		# in-kernel debugger
61options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
62#options 	KGDB		# remote debugger
63#options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
64#makeoptions	DEBUG="-g"	# compile full symbol table
65
66# Compatibility options
67options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
68options 	COMPAT_09	# NetBSD 0.9,
69options 	COMPAT_10	# NetBSD 1.0,
70options 	COMPAT_11	# NetBSD 1.1,
71options 	COMPAT_12	# NetBSD 1.2,
72options 	COMPAT_13	# NetBSD 1.3,
73options 	COMPAT_14	# NetBSD 1.4,
74options 	COMPAT_43	# and 4.3BSD
75options 	COMPAT_386BSD_MBRPART # recognize old partition ID
76
77#options 	COMPAT_SVR4	# binary compatibility with SVR4
78#options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
79#options 	COMPAT_LINUX	# binary compatibility with Linux
80#options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
81
82# File systems
83file-system 	FFS		# UFS
84file-system 	EXT2FS		# second extended file system (linux)
85#file-system 	LFS		# log-structured file system
86file-system 	MFS		# memory file system
87file-system 	NFS		# Network File System client
88file-system 	CD9660		# ISO 9660 + Rock Ridge file system
89file-system 	MSDOSFS		# MS-DOS file system
90#file-system 	FDESC		# /dev/fd
91file-system 	KERNFS		# /kern
92#file-system 	NULLFS		# loopback file system
93#file-system 	PORTAL		# portal filesystem (still experimental)
94#file-system 	PROCFS		# /proc
95#file-system 	UMAPFS		# NULLFS + uid and gid remapping
96#file-system 	UNION		# union file system
97
98# File system options
99#options 	QUOTA		# UFS quotas
100#options 	FFS_EI		# FFS Endian Independant support
101options 	NFSSERVER	# Network File System server
102#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
103				# immutable) behave as system flags.
104
105# Networking options
106#options 	GATEWAY		# packet forwarding
107options 	INET		# IP + ICMP + TCP + UDP
108#options 	MROUTING	# IP multicast routing
109#options 	NS		# XNS
110#options 	NSIP		# XNS tunneling over IP
111#options 	ISO,TPIP	# OSI
112#options 	EON		# OSI tunneling over IP
113#options 	CCITT,LLC,HDLC	# X.25
114#options 	NETATALK	# AppleTalk networking protocols
115#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
116#options 	PPP_DEFLATE	# Deflate compression support for PPP
117#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
118#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
119#options 	IPFILTER_LOG	# ipmon(8) log support
120
121# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
122#options 	TCP_COMPAT_42
123
124# These options enable verbose messages for several subsystems.
125# Warning, these may compile large string tables into the kernel!
126#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
127#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
128#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
129#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
130options 	SCSIVERBOSE	# human readable SCSI error messages
131#options 	USBVERBOSE	# verbose USB device autoconfig messages
132
133#options 	NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
134
135# Kernel root file system and dump configuration.
136config		netbsd	root on ? type ?
137#config		netbsd	root on sd0a type ffs
138#config		netbsd	root on ? type nfs
139
140#
141# Device configuration
142#
143
144mainbus0 at root
145
146#apm0	at mainbus0			# Advanced power management
147
148
149# Basic Bus Support
150
151# PCI bus support
152#pci*	at mainbus? bus ?
153#pci*	at pchb? bus ?
154#pci*	at ppb? bus ?
155
156# PCI bridges
157#pchb*	at pci? dev ? function ?	# PCI-Host bridges
158#pceb*	at pci? dev ? function ?	# PCI-EISA bridges
159#pcib*	at pci? dev ? function ?	# PCI-ISA bridges
160#ppb*	at pci? dev ? function ?	# PCI-PCI bridges
161# XXX 'puc's aren't really bridges, but there's no better place for them here
162#puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
163
164# EISA bus support
165#eisa*	at mainbus?
166#eisa*	at pceb?
167
168# ISA bus support
169isa*	at mainbus?
170#isa*	at pceb?
171#isa*	at pcib?
172
173# PCMCIA bus support
174#pcmcia*	at pcic? controller ? socket ?
175
176# ISA PCMCIA controllers
177#pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000
178#pcic1	at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000
179
180# ISA Plug-and-Play bus support
181isapnp0	at isa?
182
183# ISA Plug-and-Play PCMCIA controllers
184#pcic*	at isapnp?
185
186# Coprocessor Support
187
188# Math Coprocessor support
189npx0	at isa? port 0xf0 irq 13	# x86 math coprocessor
190
191
192# Console Devices
193
194# ISA console
195pc0	at isa? port 0x60 irq 1		# pccons generic PC console driver
196
197#pcppi0	at isa?
198#sysbeep0	at pcppi?
199
200# Serial Devices
201
202# PCI serial interfaces
203#com*	at puc? port ?			# 16x50s on "universal" comm boards
204#cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
205
206# ISA Plug-and-Play serial interfaces
207com*	at isapnp?			# Modems and serial boards
208
209# PCMCIA serial interfaces
210#com*	at pcmcia? function ?		# Modems and serial cards
211
212# ISA serial interfaces
213#options 	COM_HAYESP		# adds Hayes ESP serial board support
214com0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
215com1	at isa? port 0x2f8 irq 3
216com2	at isa? port 0x3e8 irq 5
217#com3	at isa? port 0x2e8 irq 9
218#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
219#com*	at ast? slave ?
220#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
221#com*	at boca? slave ?
222#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
223#com*	at rtfps? slave ?
224#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
225
226
227# Parallel Printer Interfaces
228
229# PCI parallel printer interfaces
230#lpt*	at puc? port ?			# || ports on "universal" comm boards
231
232# ISA parallel printer interfaces
233lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
234#lpt1	at isa? port 0x278
235#lpt2	at isa? port 0x3bc
236
237
238# SCSI Controllers and Devices
239
240# PCI SCSI controllers
241#ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
242#dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
243#bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
244#isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
245#ncr*	at pci? dev ? function ?	# NCR 53c8xx SCSI
246
247# EISA SCSI controllers
248#ahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
249#ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
250#bha*	at eisa? slot ?			# BusLogic 7xx SCSI
251#dpt*	at eisa? slot ?			# DPT SmartCache/SmartRAID
252#uha*	at eisa? slot ?			# UltraStor 24f SCSI
253
254# PCMCIA SCSI controllers
255#aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
256
257# ISA Plug-and-Play SCSI controllers
258aic*	at isapnp?			# Adaptec AHA-1520B
259
260# ISA SCSI controllers
261aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
262aha1	at isa? port 0x334 irq ? drq ?
263ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI
264aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
265bha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
266bha1	at isa? port 0x334 irq ? drq ?
267sea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
268uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
269uha1	at isa? port 0x340 irq ? drq ?
270wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
271wds1	at isa? port 0x358 irq 11 drq 5
272
273# SCSI bus support
274scsibus* at aha?
275#scsibus* at ahb?
276#scsibus* at ahc?
277scsibus* at aic?
278scsibus* at bha?
279#scsibus* at dpt?
280#scsibus* at isp?
281#scsibus* at ncr?
282scsibus* at sea?
283scsibus* at uha?
284scsibus* at wds?
285
286# SCSI devices
287sd*	at scsibus? target ? lun ?	# SCSI disk drives
288st*	at scsibus? target ? lun ?	# SCSI tape drives
289cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
290ch*	at scsibus? target ? lun ?	# SCSI autochangers
291ss*	at scsibus? target ? lun ?	# SCSI scanners
292uk*	at scsibus? target ? lun ?	# SCSI unknown
293
294
295# IDE and related devices
296
297# ISA Plug-and-Play IDE controllers
298wdc*	at isapnp?
299
300# PCMCIA IDE controllers
301#wdc*	at pcmcia? function ?
302
303# ISA IDE controllers
304wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
305wdc1	at isa? port 0x170 irq 15
306
307# IDE drives
308wd*	at wdc? drive ?			# the drives themselves
309
310# ATAPI bus support
311atapibus* at wdc?
312
313# ATAPI devices
314cd*	at atapibus? drive ?		# ATAPI CD-ROM drives
315sd*	at atapibus? drive ?		# ATAPI disk drives
316
317
318# Miscellaneous mass storage devices
319
320# ISA floppy
321fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
322#fdc1	at isa? port 0x370 irq ? drq ?
323fd*	at fdc? drive ?			# the drives themselves
324# some machines need you to do this instead of fd*
325#fd0	at fdc0 drive 0
326
327# ISA CD-ROM devices
328#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
329
330# ISA tape devices
331# note: the wt driver conflicts unpleasantly with SMC boards at the
332# same I/O address. The probe reprograms their EEPROMs. Don't
333# uncomment it unless you are actually using it.
334#wt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
335
336
337# Network Interfaces
338
339# PCI network interfaces
340#de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
341#en*	at pci? dev ? function ?	# ENI/Adaptec ATM
342#ep*	at pci? dev ? function ?	# 3Com 3c59x/3c90x Ethernet
343#epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
344#esh*	at pci? dev ? function ?	# Essential HIPPI card
345#fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
346#fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
347#le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
348#ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
349#tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
350
351# EISA network interfaces
352#ep*	at eisa? slot ?			# 3Com 3c579 Ethernet
353#fea*	at eisa? slot ?			# DEC DEFEA FDDI
354
355# ISA Plug-and-Play network interfaces
356ep*	at isapnp?			# 3Com 3c509 Ethernet
357ne*	at isapnp?			# NE2000-compatible Ethernet
358
359# PCMCIA network interfaces
360#ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
361#mbe*	at pcmcia? function ?		# MB8696x based Ethernet
362#ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
363#sm*	at pcmcia? function ?		# Megahertz Ethernet
364
365# ISA network interfaces
366ate0	at isa? port 0x2a0 irq ?		# AT1700
367ec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
368eg0	at isa? port 0x280 irq 9		# 3C505 ethernet cards
369el0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
370ep0	at isa? port ? irq ?			# 3C509 ethernet cards
371ef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3C507
372ai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
373fmv0	at isa? port 0x2a0 irq ?		# FMV-180 series
374ix0	at isa? port 0x300 irq 10		# EtherExpress/16
375iy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
376lc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
377#depca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
378#le*	at depca?
379nele0	at isa? port 0x320 irq 9 drq 7		# NE2100
380le*	at nele?
381bicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
382le*	at bicc?
383ne0	at isa? port 0x280 irq 9		# NE[12]000 ethernet cards
384ne1	at isa? port 0x300 irq 10
385sm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
386we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
387we1	at isa? port 0x300 iomem 0xcc000 irq 10
388
389# MII bus support
390#mii*	at tl?
391
392# MII PHY network interfaces
393#tlphy*	at mii? dev ?			# ThunderLAN PHYs
394#nsphy*	at mii? dev ?			# NS and compatible PHYs
395
396
397# USB Controller and Devices
398
399# PCI USB controllers
400#uhci*	at pci?				# Universal Host Controller (Intel)
401#ohci*	at pci?				# Open Host Controller
402
403# USB bus support
404#usb*	at uhci?
405#usb*	at ohci?
406
407# USB Hubs
408#uhub*	at usb?
409#uhub*	at uhub? port ?
410
411# USB Mice
412#ums*	at uhub? port ?
413
414# USB Keyboards
415#ukbd*	at uhub? port ?
416
417# USB Generic HID devices
418#uhid*	at uhub? port ?
419
420# USB Printer
421#ulpt*	at uhub? port ?
422
423# USB Mass Storage
424#umass*	at uhub? port ? configuration ? interface ?
425#atapibus* at umass? channel ?
426#scsibus* at umass? channel ?
427
428# USB Ethernet adapters
429#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
430#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
431#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
432
433# USB Generic driver
434#ugen*	at uhub? port ?
435
436# Audio Devices
437
438# PCI audio devices
439#eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
440
441# ISA Plug-and-Play audio devices
442#guspnp*	at isapnp?			# Gravis Ultra Sound PnP audio
443#sb*	at isapnp?			# SoundBlaster-compatible audio
444#ym*	at isapnp?			# Yamaha OPL3-SA3 audio
445
446# ISA audio devices
447#aria0	at isa? port 0x290 irq 10 		# Aria
448#gus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
449#pas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
450#pss0	at isa? port 0x220 irq 7 drq 6  	# Personal Sound System
451#sp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
452#sb0	at isa? port 0x220 irq 5 drq 1 drq2 5	# SoundBlaster
453#wss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
454
455# Audio support
456#audio*	at aria?
457#audio*	at eap?
458#audio*	at gus?
459#audio*	at guspnp?
460#audio*	at pas?
461#audio*	at sb?
462#audio*	at sp?
463#audio*	at wss?
464#audio*	at ym?
465
466# The spkr driver provides a simple tone interface to the built in speaker.
467#spkr0	at pcppi?		# PC speaker
468
469
470# Mice
471
472# ISA busmice
473#olms0	at isa? port 0x23c irq 5	# Logitech bus mouse
474#olms1	at isa? port 0x238 irq 5
475#omms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
476#omms1	at isa? port 0x238 irq 5
477#opms0	at pc? irq 12		# PS/2 auxiliary port mouse
478
479
480# Joysticks
481
482# ISA Plug-and-Play joysticks
483#joy*	at isapnp?			# Game ports (usually on audio cards)
484
485# ISA joysticks. Probe is a little strange; add only if you have one.
486#joy0	at isa? port 0x201
487
488
489# Miscellaneous Devices
490
491# Planetconnect Satellite receiver driver.
492#satlink0 at isa? port 0x300 drq 1
493
494
495# Pull in optional local configuration
496include	"arch/i386/conf/GENERIC.local"
497
498
499# Pseudo-Devices
500
501# disk/mass storage pseudo-devices
502pseudo-device	ccd		4	# concatenated/striped disk devices
503pseudo-device	md		1	# memory disk device (ramdisk)
504pseudo-device	vnd		4	# disk-like interface to files
505
506# network pseudo-devices
507pseudo-device	bpfilter	8	# Berkeley packet filter
508pseudo-device	ipfilter		# IP filter (firewall) and NAT
509pseudo-device	loop			# network loopback
510pseudo-device	ppp		2	# Point-to-Point Protocol
511pseudo-device	sl		2	# Serial Line IP
512pseudo-device	strip		2	# Starmode Radio IP (Metricom)
513pseudo-device	tun		2	# network tunneling over tty
514
515# miscellaneous pseudo-devices
516pseudo-device	pty		16	# pseudo-terminals
517pseudo-device	tb		1	# tablet line discipline
518pseudo-device	rnd			# /dev/random and in-kernel generator
519#options 	RND_COM			# use "com" randomness as well (BROKEN)
520