GENERIC revision 1.103
1#	$NetBSD: GENERIC,v 1.103 1997/10/13 00:46:27 explorer Exp $
2#
3#	GENERIC -- everything that's currently supported
4#
5
6include "arch/i386/conf/std.i386"
7
8options 	I386_CPU	# CPU classes; at least one is REQUIRED
9options 	I486_CPU
10options 	I586_CPU
11options 	I686_CPU
12options 	MATH_EMULATE	# floating point emulation
13#options 	VM86		# virtual 8086 emulation
14options 	USER_LDT	# user-settable LDT; used by WINE
15
16# The following options override the memory sizes passed in from the boot
17# block.  Use them *only* if the boot block is unable to determine the correct
18# values.  Note that the BIOS may *correctly* report less that 640k of base
19# memory if the extended BIOS data area is located at the top of base memory
20# (as is the case on most recent systems).
21#options 	REALBASEMEM=...	# size of base memory
22#options 	REALEXTMEM=...	# size of extended memory
23
24#options 	DUMMY_NOPS	# speed hack; recommended
25options 	XSERVER,UCONSOLE
26options 	INSECURE	# insecure; allow /dev/mem writing for X
27
28maxusers	32		# estimated number of users
29options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
30#options 	NTP		# NTP phase/frequency locked loop
31
32options 	DDB		# in-kernel debugger
33#options 	KGDB		# remote debugger
34#options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
35#makeoptions	DEBUG="-g"	# compile full symbol table
36options 	DIAGNOSTIC	# internal consistency checks
37options 	KTRACE		# system call tracing via ktrace(1)
38options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
39
40options 	SYSVMSG		# System V-like message queues
41options 	SYSVSEM		# System V-like semaphores
42options 	SYSVSHM		# System V-like memory sharing
43#options 	SHMMAXPGS=1024	# 1024 pages is the default
44
45options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
46options 	COMPAT_09	# NetBSD 0.9,
47options 	COMPAT_10	# NetBSD 1.0,
48options 	COMPAT_11	# NetBSD 1.1,
49options 	COMPAT_12	# NetBSD 1.2,
50options 	COMPAT_43	# and 4.3BSD
51options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
52
53options 	COMPAT_SVR4	# binary compatibility with SVR4
54options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
55options 	COMPAT_LINUX	# binary compatibility with Linux
56options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
57
58options 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
59
60options 	LKM		# loadable kernel modules
61
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 	PORTAL		# portal filesystem (still experimental)
73file-system 	PROCFS		# /proc
74file-system 	UMAPFS		# NULLFS + uid and gid remapping
75file-system 	UNION		# union file system
76
77options 	QUOTA		# UFS quotas
78options 	NFSSERVER	# Network File System server
79options 	FIFO		# FIFOs; RECOMMENDED
80#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
81				# immutable) behave as system flags.
82
83#options 	GATEWAY		# packet forwarding
84options 	INET		# IP + ICMP + TCP + UDP
85#options 	MROUTING	# IP multicast routing
86options 	NS		# XNS
87#options 	NSIP		# XNS tunneling over IP
88options 	ISO,TPIP	# OSI
89options 	EON		# OSI tunneling over IP
90options 	CCITT,LLC,HDLC	# X.25
91#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
92
93config		netbsd	root on ? type ?
94#options 	"CONSDEVNAME=\"com\"",CONADDR=0x3f8,CONSPEED=9600
95
96options 	EISAVERBOSE	# verbose EISA device messages
97options 	PCIVERBOSE	# verbose PCI device messages
98options 	SCSIVERBOSE	# verbose SCSI error messages
99
100mainbus0 at root
101
102pci0	at mainbus0 bus ?
103eisa0	at mainbus0
104
105ppb*	at pci? dev ? function ?	# PCI-PCI bridges
106pci*	at ppb? bus ?
107pchb*	at pci? dev ? function ?	# PCI-Host bridges
108pci*	at pchb?
109pcib*	at pci? dev ? function ?	# PCI-ISA bridges
110
111isa*	at pcib?			# ISA on PCI-ISA bridge
112isa*	at mainbus0			# all other ISA
113isapnp0	at isa?				# ISA Plug-and-Play
114
115#apm0	at mainbus0			# Advanced power management
116
117npx0	at isa? port 0xf0 irq 13	# math coprocessor
118
119pc0	at isa? port 0x60 irq 1		# generic PC console device
120#vt0	at isa? port 0x60 irq 1
121
122#options 	COM_HAYESP		# adds Hayes ESP serial board support
123com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
124com1	at isa? port 0x2f8 irq 3
125com2	at isa? port 0x3e8 irq 5
126#com3	at isa? port 0x2e8 irq 9
127#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
128#com*	at ast? slave ?
129#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
130#com*	at boca? slave ?
131#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
132#com*	at rtfps? slave ?
133#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
134#cy*	at pci? dev ? function ?	# Cyclades serial cards
135
136lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
137lpt1	at isa? port 0x278
138lpt2	at isa? port 0x3bc
139
140lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
141lms1	at isa? port 0x238 irq 5
142mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
143mms1	at isa? port 0x238 irq 5
144#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
145
146aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
147aha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
148scsibus* at aha?
149ahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
150scsibus* at ahb?
151ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
152ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
153ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
154scsibus* at ahc?
155aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
156scsibus* at aic?
157bha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
158bha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
159bha*	at eisa? slot ?
160bha*	at pci? dev ? function ?
161scsibus* at bha?
162ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
163scsibus* at ncr?
164sea0	at isa? iomem 0xc8000 irq 5
165scsibus* at sea?
166uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
167uha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
168uha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
169scsibus* at uha?
170wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
171wds1	at isa? port 0x358 irq 11 drq 5
172scsibus* at wds?
173isp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
174scsibus* at isp?
175
176sd*	at scsibus? target ? lun ?	# SCSI disk drives
177st*	at scsibus? target ? lun ?	# SCSI tape drives
178cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
179ch*	at scsibus? target ? lun ?	# SCSI autochangers
180ss*	at scsibus? target ? lun ?	# SCSI scanners
181uk*	at scsibus? target ? lun ?	# SCSI unknown
182
183fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
184#fdc1	at isa? port 0x370 irq ? drq ?
185fd*	at fdc? drive ?
186
187#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
188
189wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
190wdc1	at isa? port 0x170 irq 15
191wd*	at wdc? drive ?
192atapibus* at wdc?
193cd* at atapibus? drive ?
194
195# note: the wt driver conflicts unpleasantly with ed devices at the
196# same I/O address. The probe reprograms their eeproms. Don't
197# uncomment it unless you are actually using it.
198#wt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
199
200ed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
201ed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
202ed2	at isa? port 0x300 iomem 0xcc000 irq 10
203#eg0	at isa? ...				# 3C505 ethernet cards
204el0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
205ep0	at isa? port ? irq ?			# 3C509 ethernet cards
206ep*	at isapnp?
207ie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
208ie1	at isa? port 0x300 irq 10		# EtherExpress
209#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
210lc0	at isa? port ? iomem ? irq ?		# DEC EtherWORKS III (LEMAC)
211ep*	at eisa? slot ?				# 3C579 ethernet cards
212fea*	at eisa? slot ?				# DEC DEFEA FDDI cards
213le*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
214de*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
215ep*	at pci? dev ? function ?		# 3C59x/3C90x ethernet cards
216fpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
217fxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
218fe0	at isa? port 0x2a0 irq ?		# AT1700
219
220pss0	at isa? port 0x220 irq 7 drq 6  	# Personal Sound System
221sp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
222audio*	at sp0
223
224sb0	at isa? port 0x220 irq 7 drq 1 drq2 5	# SoundBlaster
225sb*	at isapnp?
226audio*	at sb?
227wss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
228audio*	at wss0
229pas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
230audio*	at pas0
231gus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
232audio*	at gus0
233guspnp*	at isapnp?				# Gravis Ultra Sound PnP
234audio*	at guspnp?
235#spkr0	at pckbd? port 0x61
236
237# Joystick driver. Probe is a little strange; add only if you have one.
238#joy0	at isa? port 0x201
239joy*	at isapnp?
240
241# Planetconnect Satellite receiver driver.
242#satlink0 at isa? port 0x300 drq 1
243
244include	"arch/i386/conf/GENERIC.local"
245
246pseudo-device	loop	1		# network loopback
247pseudo-device	bpfilter 8		# packet filter
248pseudo-device	sl	2		# CSLIP
249pseudo-device	ppp	2		# PPP
250pseudo-device	tun	2		# network tunneling over tty
251#pseudo-device	ipfilter		# IP filter
252
253pseudo-device	pty	64		# pseudo-terminals
254pseudo-device	tb	1		# tablet line discipline
255pseudo-device	vnd	4		# paging to files
256pseudo-device	ccd	4		# concatenated disk devices
257#pseudo-device	rnd			# /dev/random and in-kernel generator
258