GENERIC revision 47350
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
4# For more information read the handbook part System Administration -> 
5# Configuring the FreeBSD Kernel -> The Configuration File. 
6# The handbook is available in /usr/share/doc/handbook or online as
7# latest version from the FreeBSD World Wide Web server 
8# <URL:http://www.FreeBSD.ORG/>
9#
10# An exhaustive list of options and more detailed explanations of the 
11# device lines is present in the ./LINT configuration file. If you are 
12# in doubt as to the purpose or necessity of a line, check first in LINT.
13#
14#	$Id: GENERIC,v 1.171 1999/05/20 20:02:34 n_hibma Exp $
15
16machine		i386
17cpu		I386_CPU
18cpu		I486_CPU
19cpu		I586_CPU
20cpu		I686_CPU
21ident		GENERIC
22maxusers	32
23
24#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
25
26options		MATH_EMULATE		#Support for x87 emulation
27options		INET			#InterNETworking
28options		FFS			#Berkeley Fast Filesystem
29options		FFS_ROOT		#FFS usable as root device [keep this!]
30options		MFS			#Memory Filesystem
31options		MFS_ROOT		#MFS usable as root device, "MFS" req'ed
32options		NFS			#Network Filesystem
33options		NFS_ROOT		#NFS usable as root device, "NFS" req'ed
34options		MSDOSFS			#MSDOS Filesystem
35options		CD9660			#ISO 9660 Filesystem
36options		CD9660_ROOT		#CD-ROM usable as root. "CD9660" req'ed
37options		PROCFS			#Process filesystem
38options		COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
39options		SCSI_DELAY=15000	#Be pessimistic about Joe SCSI device
40options		UCONSOLE		#Allow users to grab the console
41options		FAILSAFE		#Be conservative
42options		USERCONFIG		#boot -c editor
43options		VISUAL_USERCONFIG	#visual boot -c editor
44
45# To make an SMP kernel, the next two are needed
46#options	SMP			# Symmetric MultiProcessor Kernel
47#options	APIC_IO			# Symmetric (APIC) I/O
48# Optionally these may need tweaked, (defaults shown):
49#options	NCPU=2			# number of CPUs
50#options	NBUS=4			# number of busses
51#options	NAPIC=1			# number of IO APICs
52#options	NINTR=24		# number of INTs
53
54controller	isa0
55controller	pnp0			# PnP support for ISA
56controller	eisa0
57controller	pci0
58
59controller	fdc0	at isa? port IO_FD1 irq 6 drq 2
60disk		fd0	at fdc0 drive 0
61disk		fd1	at fdc0 drive 1
62
63controller	wdc0	at isa? port IO_WD1 irq 14
64disk		wd0	at wdc0 drive 0
65disk		wd1	at wdc0 drive 1
66
67controller	wdc1	at isa? port IO_WD2 irq 15
68disk		wd2	at wdc1 drive 0
69disk		wd3	at wdc1 drive 1
70
71# ATAPI devices on wdc?
72device		wcd0		#IDE CD-ROM
73device		wfd0		#IDE Floppy (e.g. LS-120)
74device		wst0		#IDE Tape (e.g. Travan)
75
76# A single entry for any of these controllers (ncr, ahb, ahc) is
77# sufficient for any number of installed devices.
78controller	ncr0
79controller	ahb0
80controller	ahc0
81controller	isp0
82
83# This controller offers a number of configuration options, too many to
84# document here  - see the LINT file in this directory and look up the
85# dpt0 entry there for much fuller documentation on this.
86controller      dpt0
87
88controller	adv0	at isa? port ? irq ?
89controller	adw0
90controller	bt0	at isa? port ? irq ?
91controller	aha0	at isa? port ? irq ?
92
93controller	scbus0
94
95device		da0	#Only need one of these, the code dynamically grows
96device		sa0
97device		pass0
98device		cd0
99
100device		wt0	at isa? port 0x300 irq 5 drq 1
101device		mcd0	at isa? port 0x300 irq 10
102
103controller	matcd0	at isa? port 0x230
104
105device		scd0	at isa? port 0x230
106
107# atkbdc0 controls both the keyboard and the PS/2 mouse
108controller	atkbdc0	at isa? port IO_KBD
109device		atkbd0	at atkbdc? irq 1
110device		psm0	at atkbdc? irq 12
111
112device		vga0	at isa? port ? conflicts
113
114# splash screen/screen saver
115pseudo-device	splash
116
117# syscons is the default console driver, resembling an SCO console
118device		sc0	at isa?
119
120# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
121#device		vt0	at isa?
122#options		XSERVER			# support for X server
123#options		FAT_CURSOR		# start with block cursor
124# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
125#options		PCVT_SCANSET=2		# IBM keyboards are non-std
126
127device		npx0	at nexus? port IO_NPX irq 13
128
129#
130# Laptop support (see LINT for more options)
131#
132device		apm0    at nexus? disable flags 0x31 # Advanced Power Management
133
134# PCCARD (PCMCIA) support
135#controller	card0
136#device		pcic0	at card?
137#device		pcic1	at card?
138
139device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
140device		sio1	at isa? port IO_COM2 irq 3
141device		sio2	at isa? disable port IO_COM3 irq 5
142device		sio3	at isa? disable port IO_COM4 irq 9
143
144# Parallel port
145device		ppc0	at isa? port? flags 0x40 irq 7
146controller	ppbus0
147device		lpt0	at ppbus?
148device		plip0	at ppbus?
149device		ppi0	at ppbus?
150#controller	vpo0	at ppbus?
151
152#
153# The following Ethernet NICs are all PCI devices.
154#
155device al0		# ADMtek AL981 (``Comet'')
156device ax0		# ASIX AX88140A
157device de0		# DEC/Intel DC21x4x (``Tulip'')
158device fxp0		# Intel EtherExpress PRO/100B (82557, 82558)
159device mx0		# Macronix 98713/98715/98725 (``PMAC'')
160device pn0		# Lite-On 82c168/82c169 (``PNIC'')
161device rl0		# RealTek 8129/8139
162device tl0		# Texas Instruments ThunderLAN
163device tx0		# SMC 9432TX (83c170 ``EPIC'')
164device vr0		# VIA Rhine, Rhine II
165device vx0		# 3Com 3c590, 3c595 (``Vortex'')
166device wb0		# Winbond W89C840F
167device xl0		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
168
169# Order is important here due to intrusive probes, do *not* alphabetize
170# this list of network interfaces until the probes have been fixed.
171# Right now it appears that the ie0 must be probed before ep0. See
172# revision 1.20 of this file.
173device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
174device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
175device ep0 at isa? port 0x300 irq 10
176device ex0 at isa? port? irq?
177device fe0 at isa? port 0x300 irq ?
178device le0 at isa? port 0x300 irq 5 iomem 0xd0000
179device lnc0 at isa? port 0x280 irq 10 drq 0
180#device xe0 at isa? port? irq ?
181#device ze0 at isa? port 0x300 irq 10 iomem 0xd8000
182#device zp0 at isa? port 0x300 irq 10 iomem 0xd8000
183device cs0 at isa? port 0x300 irq ?
184
185pseudo-device	loop
186pseudo-device	ether
187pseudo-device	sl	1
188pseudo-device	ppp	1
189pseudo-device	tun	1
190pseudo-device	pty	16
191pseudo-device	gzip		# Exec gzipped a.out's
192
193# KTRACE enables the system-call tracing facility ktrace(2).
194# This adds 4 KB bloat to your kernel, and slightly increases
195# the costs of each syscall.
196options		KTRACE		#kernel tracing
197
198# This provides support for System V shared memory and message queues.
199#
200options         SYSVSHM
201options         SYSVMSG
202options         SYSVSEM
203
204#  The `bpfilter' pseudo-device enables the Berkeley Packet Filter.  Be
205#  aware of the legal and administrative consequences of enabling this
206#  option.  The number of devices determines the maximum number of
207#  simultaneous BPF clients programs runnable.
208#pseudo-device	bpfilter 4	#Berkeley packet filter
209
210# USB support
211#controller	uhci0
212#controller	ohci0
213#controller	usb0
214#
215#device		ugen0
216#device		uhid0
217#device		ukbd0
218#device		ulpt0
219#controller	umass0
220#device		ums0
221