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