GENERIC revision 19122
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: GENERIC98,v 1.6 1996/10/09 21:45:41 asami Exp $
15
16# GENERIC98 -- Generic PC98 machine with WD/SBIC55 disks
17
18machine		"pc98"
19cpu		"I386_CPU"
20cpu		"I486_CPU"
21cpu		"I586_CPU"
22cpu		"I686_CPU"
23ident		"GENERIC98"
24maxusers	10
25
26options		"PC98"			#PC98
27options		MATH_EMULATE		#Support for x87 emulation
28options		INET			#InterNETworking
29options		FFS			#Berkeley Fast Filesystem
30options		NFS			#Network Filesystem
31options		MSDOSFS			#MSDOS Filesystem
32options		"CD9660"		#ISO 9660 Filesystem
33options		PROCFS			#Process filesystem
34options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
35options		SCSI_DELAY=15		#Be pessimistic about Joe SCSI device
36options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
37options		EPSON_BOUNCEDMA		#use bounce buufer for 15-16M
38#options		EPSON_MEMWIN		#EPSON memory window support
39options		UCONSOLE		#Allow users to grab the console
40options		"LINE30"
41options		FAILSAFE		#Be conservative
42options		USERCONFIG		#boot -c editor
43options		VISUAL_USERCONFIG	#visual boot -c editor
44
45options		SYSVSHM			
46options		SYSVSEM
47options		SYSVMSG
48
49options		AUTO_CLOCK
50options		COM_MULTIPORT
51
52#
53#	non-Intel CPU support
54#
55#options	"IBM_486SLC"		# IBM486SLC/SLC2 support
56#options	"CYRIX_486DLC"		# Cyrix 486DLC/SLC/DLC2/SLC2 support
57#options	"CYRIX_5X86"		# Cyrix 5x86 support
58#options	SUSP_HLT		# CPU enters suspend mode when HALT
59#options	"DISABLE_5X86_LSSER"	# Load-Store reordering enable
60#
61#	sbic55.c.new
62#
63#options	SCSI_SYNC		# synchronous transfer mode
64#options	FORCE_BUSMASTER
65#options	"HA55BS_ID=0"
66#
67#	IBM-PC HDD support
68#options	COMPAT_ATDISK
69#
70#	FreeBSD(98)-current is a *TEST VERSION*.  
71#	It is highly recomended to compile with following options, and to
72#	record the panic messages and the result of trace command brefore 
73#	reporting a problem.
74options		DDB
75options		DIAGNOSTIC
76
77config		kernel	root on wd0
78
79controller	isa0
80controller	pci0
81
82controller	fdc0	at isa? port "IO_FD1" bio irq 11 drq 2 vector fdintr
83disk		fd0	at fdc0 drive 0
84disk		fd1	at fdc0 drive 1
85disk		fd2	at fdc0 drive 2
86disk		fd3	at fdc0 drive 3
87tape		ft0	at fdc0 drive 4
88
89controller	wdc0	at isa? port "IO_WD1" bio irq 9 vector wdintr
90disk		wd0	at wdc0 drive 0
91#disk		wd1	at wdc0 drive 1
92#disk		wd2	at wdc0 drive 2
93#disk		wd3	at wdc0 drive 3
94
95options		ATAPI	# Enable ATAPI support for IDE bus
96options		ATAPI_STATIC	#Don't do it as an LKM
97device		wcd0	#IDE CD-ROM
98
99# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient
100# for any number of installed devices.
101controller	ncr0
102controller	ahc0
103
104controller	sbic0	at isa? port "IO_SCSI" bio irq 5 drq 3 vector sbicintr
105# sbic55.c.new
106#controller	sbic0	at isa? port "IO_SCSI" bio irq 5 drq 3 flags 0xff vector sbicintr
107controller	aic0	at isa? port 0x1840 bio irq 5 flags 0x10000 vector aicintr
108
109controller	scbus0
110
111device		sd0
112
113device		od0	#See LINT for possible `od' options.
114
115device		st0
116
117device		cd0	#Only need one of these, the code dynamically grows
118
119controller	matcd0	at isa? port? bio
120
121# syscons is the default console driver, resembling an SCO console
122device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
123#options		XSERVER			# include code for XFree86
124
125# Mandatory, don't remove
126device		npx0	at isa? port "IO_NPX" irq 8 vector npxintr
127
128#
129# Laptop support (see LINT for more options)
130#
131device		apm0    at isa?	disable	# Advanced Power Management
132options		APM_BROKEN_STATCLOCK	# Workaround some buggy APM BIOS
133# PCCARD (PCMCIA) support
134#controller	crd0
135#device		pcic0	at crd?
136#device		pcic1	at crd?
137
138device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
139device		sio1	at isa? port 0xd2  tty irq 5 flags 0x101 vector siointr
140device		sio2	at isa? port 0x8d2 tty flags 0x101 vector siointr
141
142device		lpt0	at isa? port "IO_LPT"  tty
143device		mse0	at isa? port "IO_MSE" tty irq 13 vector mseintr
144
145# Order is important here due to intrusive probes, do *not* alphabetize
146# this list of network interfaces until the probes have been fixed.
147# Right now it appears that the ie0 must be probed before ep0. See
148# revision 1.20 of this file.
149device de0
150device fxp0
151device vx0
152
153#
154# DP8390 NIC
155#
156# ed0: generic driver
157# ed1: LANEED LD-BDN
158# ed2: EGY-98
159# ed3: LGY-98
160# ed4: ICM-IF-2766/EN-2298-T
161# ed5: SIC-98
162# ed6: PC-9801-108
163# ed7: LA-98
164# ed8: C-NET(98)
165# ed9: C-NET(98)E/L
166#
167device ed0 at isa? port 0x00d0 net irq 6 vector edintr
168device ed1 at isa? port 0x00d8 net irq 6 flags 0x200000 vector edintr
169device ed2 at isa? port 0x00d8 net irq 6 flags 0x300000 vector edintr
170device ed3 at isa? port 0x00d8 net irq 6 flags 0x400000 vector edintr
171device ed4 at isa? port 0x56d0 net irq 5 flags 0x500000 vector edintr
172device ed5 at isa? port 0x00d0 net irq 6 iomem 0xd0000 iosiz 16384 flags 0x600000 vector edintr
173device ed6 at isa? port 0x00d0 net irq 6 flags 0x800000 vector edintr
174device ed7 at isa? port 0x00d0 net irq 6 flags 0x900000 vector edintr
175device ed8 at isa? port 0x00d0 net irq 6 flags 0xa00000 vector edintr
176device ed9 at isa? port 0x00d0 net irq 6 flags 0xb00000 vector edintr
177
178device fe0 at isa? port 0x00d0 net irq 3 vector feintr
179device zp0 at isa? port 0x00d0 net irq 10 iomem 0xe0000 vector zpintr 
180device ep0 at isa? port 0x00d0 net irq 6 vector epintr
181
182#controller	snd0
183#device	sb0	at isa? port 0x20d2 irq 10 conflicts drq 3 vector sbintr
184#device	sbxvi0 	at isa? drq 3
185#device	sbmidi0	at isa? port 0x80d2
186#device	opl0	at isa? port 0x28d2
187#device pcm0    at isa? port 0xa460 irq 12 vector pcmintr
188#device	mss0	at isa? port 0xf40 irq12 drq 1 vectro adintr
189
190pseudo-device	loop
191pseudo-device	ether
192pseudo-device	log
193pseudo-device	sl	2
194# ijppp uses tun instead of ppp device
195#pseudo-device	ppp	1
196pseudo-device	tun	1
197pseudo-device	pty	16
198pseudo-device	gzip		# Exec gzipped a.out's
199
200# KTRACE enables the system-call tracing facility ktrace(2).
201# This adds 4 KB bloat to your kernel, and slightly increases
202# the costs of each syscall.
203options		KTRACE		#kernel tracing
204
205