GENERIC revision 42730
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.61 1998/12/30 07:46:23 kato Exp $
15
16# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
17
18machine		"pc98"
19cpu		"I386_CPU"
20cpu		"I486_CPU"
21cpu		"I586_CPU"
22cpu		"I686_CPU"
23ident		"GENERIC98"
24maxusers	32
25
26options		"PC98"			#PC98
27options		MATH_EMULATE		#Support for x87 emulation
28options		INET			#InterNETworking
29options		FFS			#Berkeley Fast Filesystem
30options		FFS_ROOT		#FFS usable as root device [keep this!]
31options		MFS			#Memory Filesystem
32options		MFS_ROOT		#MFS usable as root device, "MFS" req'ed
33options		NFS			#Network Filesystem
34options		NFS_ROOT		#NFS usable as root device, "NFS" req'ed
35options		MSDOSFS			#MSDOS Filesystem
36options		"CD9660"		#ISO 9660 Filesystem
37options		"CD9660_ROOT"		#CD-ROM usable as root. "CD9660" req'ed
38options		PROCFS			#Process filesystem
39options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
40options		SCSI_DELAY=15000	#Be pessimistic about Joe SCSI device
41options		EPSON_BOUNCEDMA		#use bounce buufer for 15-16M
42#options		EPSON_MEMWIN		#EPSON memory window support
43options		UCONSOLE		#Allow users to grab the console
44options		"LINE30"
45options		FAILSAFE		#Be conservative
46options		USERCONFIG		#boot -c editor
47options		VISUAL_USERCONFIG	#visual boot -c editor
48
49options		SYSVSHM			
50options		SYSVSEM
51options		SYSVMSG
52
53options		COM_MULTIPORT
54
55#
56#	IBM-PC HDD support
57#options	COMPAT_ATDISK
58
59config		kernel	root on wd0
60
61# To make an SMP kernel, the next two are needed
62#options	SMP			# Symmetric MultiProcessor Kernel
63#options	APIC_IO			# Symmetric (APIC) I/O
64# Optionally these may need tweaked, (defaults shown):
65#options	NCPU=2			# number of CPUs
66#options	NBUS=4			# number of busses
67#options	NAPIC=1			# number of IO APICs
68#options	NINTR=24		# number of INTs
69
70controller	isa0
71controller	pci0
72
73controller	fdc0	at isa? port "IO_FD1" bio irq 11 drq 2
74disk		fd0	at fdc0 drive 0
75disk		fd1	at fdc0 drive 1
76disk		fd2	at fdc0 drive 2
77disk		fd3	at fdc0 drive 3
78
79# options		"CMD640"	# work around CMD640 chip deficiency
80controller	wdc0	at isa? port "IO_WD1" bio irq 9
81disk		wd0	at wdc0 drive 0
82#disk		wd1	at wdc0 drive 1
83#disk		wd2	at wdc0 drive 2
84#disk		wd3	at wdc0 drive 3
85
86options		ATAPI	# Enable ATAPI support for IDE bus
87options		ATAPI_STATIC	#Don't do it as an LKM
88device		acd0	#IDE CD-ROM
89
90# A single entry for any of these controllers (ncr, ahb, ahc) is
91# for any number of installed devices.
92controller	ncr0
93controller	ahc0
94controller	isp0
95
96#
97# WD33C93 SCSI card (55/92 like board)
98#
99
100options	BS_TARG_SAFEMODE
101
102# PC-9801-92
103#controller bs0 at isa? port IO_SCSI bio irq 5 drq 3 flags 0
104# SC-98
105# controller bs0 at isa? port IO_SCSI bio irq 5 drq 3 flags 0x10000
106# HA-55BS2 and later
107#controller bs0 at isa? port IO_SCSI bio irq 5 drq 3 flags 0x20000
108# ELECOM type
109#controller bs0 at isa? port IO_SCSI bio irq 5 drq 3 flags 0x30000
110# SMIT
111#controller bs0 at isa? port IO_SCSI bio irq 5 drq 3 iomem 0xdd000 iosiz 0x1000 flags 0x40000
112# Logitec LHA-20x
113#controller bs0 at isa? port IO_SCSI bio irq 5 drq 3 flags 0x50000
114
115#controller	aic0	at isa? port 0x1840 bio irq 5 flags 0x10000
116
117controller	scbus0
118
119device		da0
120
121device		sa0
122
123device		pass0
124
125device		cd0	#Only need one of these, the code dynamically grows
126
127controller	matcd0	at isa? port? bio
128
129device		sc0	at isa? port IO_KBD tty irq 1
130
131device		npx0	at isa? port IO_NPX irq 8
132
133#
134# Laptop support (see LINT for more options)
135#
136device		apm0    at isa?	disable	flags 0x31 # Advanced Power Management
137
138# PCCARD (PCMCIA) support
139#controller	card0
140#device		pcic0	at card?
141#device		pcic1	at card?
142
143#
144# Serial Interface
145#
146# COM1
147device		sio0	at isa? port "IO_COM1" tty irq 4
148# COM2 (2nd CCU)
149device		sio1	at isa? port 0x238 tty irq 5 flags 0x12000000
150# PC-9861K, PC-9801-101, MDC-926Rs
151#device		sio1	at isa? port "IO_COM2" tty irq 5 flags 0x01000000
152#device		sio2	at isa? port "IO_COM3" tty irq 6 flags 0x02000000
153# PC-9801-120 (PnP off)
154#device		sio1	at isa? port 0x8b0 tty irq 5 flags 0x11000000
155# MC-16550II, MC-RS98
156#device		sio1	at isa? port 0xd2 tty irq 5 flags 0x14000101
157#device		sio2	at isa? port 0x8d2 tty flags 0x14000101
158# RSB-2000, RSB-3000, B98-02
159#device		sio1	at isa? port 0xb0 tty flags 0x15000101
160#device		sio2	at isa? port 0xb1 tty flags 0x15000101
161# RSB-384
162#device		sio1	at isa? port 0xb0 tty flags 0x16000000
163#device		sio2	at isa? port 0xb1 tty flags 0x16000000
164# RSA-98III
165#device		sio1	at isa? port 0x50e0 tty irq 5 flags 0x18000101
166#device		sio2	at isa? port 0x51e0 tty flags 0x18000101
167# ESP98
168#options	COM_ESP
169#device		sio1	at isa? port 0x18b0 tty irq 5 flags 0x19000000
170
171device		lpt0	at isa? port IO_LPT  tty
172device		mse0	at isa? port IO_MSE tty irq 13
173
174# Order is important here due to intrusive probes, do *not* alphabetize
175# this list of network interfaces until the probes have been fixed.
176# Right now it appears that the ie0 must be probed before ep0. See
177# revision 1.20 of this file.
178device de0
179device fxp0
180device mx0
181device pn0
182device rl0
183device tl0
184device tx0
185device vr0
186device vx0
187device wb0
188
189#
190# DP8390 NIC
191#
192# ed0: generic driver
193# ed1: LANEED LD-BDN
194# ed2: EGY-98
195# ed3: LGY-98
196# ed4: ICM-IF-2766/EN-2298-T
197# ed5: SIC-98
198# ed6: PC-9801-108
199# ed7: LA-98
200# ed8: C-NET(98)
201# ed9: C-NET(98)E/L
202# fe0: RE1000/1000Plus
203# fe1: C-NET(98)P2/C-NET(9N)E
204#
205device ed0 at isa? port 0x00d0 net irq 6
206device ed5 at isa? port 0x00d0 net irq 6 iomem 0xd0000 iosiz 16384 flags 0x600000
207device ed1 at isa? port 0x00d8 net irq 6 flags 0x200000
208device ed3 at isa? port 0x00d0 net irq 6 flags 0x400000
209device ed4 at isa? port 0x56d0 net irq 5 flags 0x500000
210device ed2 at isa? port 0x00d8 net irq 6 flags 0x300000
211device ed7 at isa? port 0x00d0 net irq 6 flags 0x900000
212device ed6 at isa? port 0x0770 net irq 6 flags 0x800000
213device ed9 at isa? port 0x03d0 net irq 6 flags 0xb00000
214device ed8 at isa? port 0xa3d0 net irq 6 iomem 0xd0000 iosiz 16384 flags 0xa00000
215
216device ep0 at isa? port 0x40d0 net irq 3
217device fe0 at isa? port 0x00d0 net irq 3
218device fe1 at isa? port 0x73d0 net irq 5
219device lnc0 at isa? port 0x03d0 net irq 6
220device zp0 at isa? port 0x00d0 net irq 10 iomem 0xe0000
221
222#controller	snd0
223#device	sb0	at isa? port 0x20d2 irq 10 conflicts drq 3
224#device	sbxvi0 	at isa? drq 3
225#device	sbmidi0	at isa? port 0x80d2
226#device	opl0	at isa? port 0x28d2
227#device pcm0    at isa? port 0xa460 irq 12
228#device	mss0	at isa? port 0xf40 irq 12 drq 1
229
230pseudo-device	loop
231pseudo-device	ether
232pseudo-device	sl	1
233pseudo-device	ppp	1
234pseudo-device	tun	1
235pseudo-device	pty	16
236pseudo-device	gzip		# Exec gzipped a.out's
237
238# KTRACE enables the system-call tracing facility ktrace(2).
239# This adds 4 KB bloat to your kernel, and slightly increases
240# the costs of each syscall.
241options		KTRACE		#kernel tracing
242
243#  The `bpfilter' pseudo-device enables the Berkeley Packet Filter.  Be
244#  aware of the legal and administrative consequences of enabling this
245#  option.  The number of devices determines the maximum number of
246#  simultaneous BPF clients programs runnable.
247#pseudo-device	bpfilter 4	#Berkeley packet filter
248