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