GENERIC revision 50594
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7#    http://www.freebsd.org/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.ORG/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ./LINT configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in LINT.
17#
18# $FreeBSD: head/sys/pc98/conf/GENERIC 50594 1999-08-29 21:28:47Z kato $
19
20# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
21
22machine		pc98
23cpu		I386_CPU
24cpu		I486_CPU
25cpu		I586_CPU
26cpu		I686_CPU
27ident		GENERIC98
28maxusers	32
29
30#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
31
32options 	PC98			#PC98
33options 	MATH_EMULATE		#Support for x87 emulation
34options 	INET			#InterNETworking
35options 	FFS			#Berkeley Fast Filesystem
36options 	FFS_ROOT		#FFS usable as root device [keep this!]
37options 	MFS			#Memory Filesystem
38options 	MFS_ROOT		#MFS usable as root device, "MFS" req'ed
39options 	NFS			#Network Filesystem
40options 	NFS_ROOT		#NFS usable as root device, "NFS" req'ed
41options 	MSDOSFS			#MSDOS Filesystem
42options 	CD9660			#ISO 9660 Filesystem
43options 	CD9660_ROOT		#CD-ROM usable as root. "CD9660" req'ed
44options 	PROCFS			#Process filesystem
45options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
46options 	SCSI_DELAY=15000	#Be pessimistic about Joe SCSI device
47options 	EPSON_BOUNCEDMA		#use bounce buufer for 15-16M
48#options 	EPSON_MEMWIN		#EPSON memory window support
49options 	UCONSOLE		#Allow users to grab the console
50#options 	LINE30
51options 	USERCONFIG		#boot -c editor
52options 	VISUAL_USERCONFIG	#visual boot -c editor
53options 	KTRACE			#ktrace(1) syscall trace support
54options         SYSVSHM			#SYSV-style shared memory
55options         SYSVMSG			#SYSV-style message queues
56options         SYSVSEM			#SYSV-style semaphores
57
58options 	COM_MULTIPORT
59
60# To make an SMP kernel, the next two are needed
61#options 	SMP			# Symmetric MultiProcessor Kernel
62#options 	APIC_IO			# Symmetric (APIC) I/O
63# Optionally these may need tweaked, (defaults shown):
64#options 	NCPU=2			# number of CPUs
65#options 	NBUS=4			# number of busses
66#options 	NAPIC=1			# number of IO APICs
67#options 	NINTR=24		# number of INTs
68
69controller	isa0
70controller	pnp0			# PnP support for ISA
71controller	pci0
72
73# Floppy drives
74controller	fdc0	at isa? port IO_FD1 irq 11 drq 2
75disk		fd0	at fdc0 drive 0
76disk		fd1	at fdc0 drive 1
77disk		fd2	at fdc0 drive 2
78disk		fd3	at fdc0 drive 3
79
80# IDE controller and disks
81controller	wdc0	at isa? port IO_WD1 irq 9
82disk		wd0	at wdc0 drive 0
83#disk		wd1	at wdc0 drive 1
84#disk		wd2	at wdc0 drive 2
85#disk		wd3	at wdc0 drive 3
86
87# ATAPI devices on wdc?
88device		wcd0		#IDE CD-ROM
89#device 	wfd0		#IDE Floppy (e.g. LS-120)
90#device		wst0		#IDE Tape (e.g. Travan)
91
92# SCSI Controllers
93# A single entry for any of these controllers (ncr, ahb, ahc) is
94# sufficient for any number of installed devices.
95controller	ncr0		# NCR/Symbios Logic
96controller	ahc0		# AHA2940 and onboard AIC7xxx devices
97controller	isp0		# Qlogic family
98controller	adv0
99
100#
101# WD33C93 SCSI card (55/92 like board)
102#
103
104options	BS_TARG_SAFEMODE
105
106# PC-9801-92
107controller bs0 at isa? port IO_SCSI irq 5 drq 3 flags 0
108# SC-98
109# controller bs0 at isa? port IO_SCSI irq 5 drq 3 flags 0x10000
110# HA-55BS2 and later
111#controller bs0 at isa? port IO_SCSI irq 5 drq 3 flags 0x20000
112# ELECOM type
113#controller bs0 at isa? port IO_SCSI irq 5 drq 3 flags 0x30000
114# SMIT
115#controller bs0 at isa? port IO_SCSI irq 5 drq 3 iomem 0xdd000 iosiz 0x1000 flags 0x40000
116# Logitec LHA-20x
117#controller bs0 at isa? port IO_SCSI irq 5 drq 3 flags 0x50000
118
119# SCSI peripherals
120# Only one of each of these is needed, they are dynamically allocated.
121controller	scbus0		# SCSI bus (required)
122device		da0		# Direct Access (disks)
123device		sa0		# Sequential Access (tape etc)
124device		cd0		# CD
125device		pass0		# Passthrough device (direct SCSI access)
126
127# Proprietary or custom CD-ROM Interfaces
128controller	matcd0	at isa? port?
129
130# keyboard driver
131device		pckbd0	at isa? port IO_KBD irq 1
132#options	KBD_INSTALL_CDEV
133
134device		gdc0	at isa?
135
136# splash screen/screen saver
137pseudo-device	splash
138
139device		sc0	at isa?
140
141# Floating point support - do not disable.
142device		npx0	at nexus? port IO_NPX irq 8
143
144# Power management support (see LINT for more options)
145device		apm0    at nexus? disable flags 0x31 # Advanced Power Management
146
147# PCCARD (PCMCIA) support
148#controller	card0
149#device		pcic0	at card?
150#device		pcic1	at card?
151
152# Serial (COM) ports
153#
154# COM1
155device		sio0	at isa? port IO_COM1 irq 4
156# COM2 (2nd CCU)
157device		sio1	at isa? port 0x238 irq 5 flags 0x12000000
158# PC-9861K, PC-9801-101, MDC-926Rs
159#device		sio1	at isa? port IO_COM2 irq 5 flags 0x01000000
160#device		sio2	at isa? port IO_COM3 irq 6 flags 0x02000000
161# PC-9801-120 (PnP off)
162#device		sio1	at isa? port 0x8b0 irq 5 flags 0x11000000
163# MC-16550II, MC-RS98
164#device		sio1	at isa? port 0xd2 irq 5 flags 0x14000101
165#device		sio2	at isa? port 0x8d2 flags 0x14000101
166# RSB-2000, RSB-3000, B98-02
167#device		sio1	at isa? port 0xb0 flags 0x15000101
168#device		sio2	at isa? port 0xb1 flags 0x15000101
169# RSB-384
170#device		sio1	at isa? port 0xb0 flags 0x16000000
171#device		sio2	at isa? port 0xb1 flags 0x16000000
172# RSA-98III
173#device		sio1	at isa? port 0x50e0 irq 5 flags 0x18000101
174#device		sio2	at isa? port 0x51e0 flags 0x18000101
175# ESP98
176#options	COM_ESP
177#device		sio1	at isa? port 0x18b0 irq 5 flags 0x19000000
178
179device		mse0	at isa? port IO_MSE irq 13
180
181# NEW Parallel port
182device		ppc0	at isa? port? irq 14
183controller	ppbus0
184device		lpt0	at ppbus?
185device		plip0	at ppbus?
186device		ppi0	at ppbus?
187#controller	vpo0	at ppbus?
188# OLD Parallel port
189# Please stay olpt driver after ppc driver
190device		olpt0	at isa? port IO_LPT
191
192# MII bus support, required for some 10/100 NICs
193controller	miibus0
194
195# PCI Ethernet NICs.
196device		al0		# ADMtek AL981 (``Comet'')
197device		ax0		# ASIX AX88140A
198device		de0		# DEC/Intel DC21x4x (``Tulip'')
199device		fxp0		# Intel EtherExpress PRO/100B (82557, 82558)
200device		mx0		# Macronix 98713/98715/98725 (``PMAC'')
201device		pn0		# Lite-On 82c168/82c169 (``PNIC'')
202device		rl0		# RealTek 8129/8139
203device		sf0		# Adaptec AIC-6915 (``Starfire'')
204device		ste0		# Sundance ST201 (D-Link DFE-550TX)
205device		tl0		# Texas Instruments ThunderLAN
206device		tx0		# SMC 9432TX (83c170 ``EPIC'')
207device		vr0		# VIA Rhine, Rhine II
208device		vx0		# 3Com 3c590, 3c595 (``Vortex'')
209device		wb0		# Winbond W89C840F
210device		xl0		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
211
212#
213# DP8390 NIC
214#
215# ed0: generic driver
216# ed1: LANEED LD-BDN
217# ed2: EGY-98
218# ed3: LGY-98
219# ed4: ICM-IF-2766/EN-2298-T
220# ed5: SIC-98
221# ed6: PC-9801-108
222# ed7: LA-98
223# ed8: C-NET(98)
224# ed9: C-NET(98)E/L
225# fe0: RE1000/1000Plus/AccessPC N98C+/LAC-98
226# fe1: C-NET(98)P2/C-NET(9N)E
227#
228# FE_8BIT_SUPPORT is needed to support LAC-98
229#
230device ed0 at isa? port 0x00d0 irq 6
231device ed5 at isa? port 0x00d0 irq 6 iomem 0xd0000 iosiz 16384 flags 0x600000
232device ed1 at isa? port 0x00d8 irq 6 flags 0x200000
233device ed3 at isa? port 0x00d0 irq 6 flags 0x400000
234device ed4 at isa? port 0x56d0 irq 5 flags 0x500000
235device ed2 at isa? port 0x00d8 irq 6 flags 0x300000
236device ed7 at isa? port 0x00d0 irq 6 flags 0x900000
237device ed6 at isa? port 0x0770 irq 6 flags 0x800000
238device ed9 at isa? port 0x03d0 irq 6 flags 0xb00000
239device ed8 at isa? port 0xa3d0 irq 6 iomem 0xd0000 iosiz 16384 flags 0xa00000
240device ep0 at isa? port 0x40d0 irq 3
241device fe0 at isa? port 0x00d0 irq 3
242device fe1 at isa? port 0x73d0 irq 5
243device lnc0 at isa? port 0x03d0 irq 6
244#device zp0 at isa? port 0x00d0 irq 10 iomem 0xe0000
245
246options FE_8BIT_SUPPORT		# LAC-98 support
247
248#controller	snd0
249#device	sb0	at isa? port 0x20d2 irq 10 conflicts drq 3
250#device	sbxvi0 	at isa? drq 3
251#device	sbmidi0	at isa? port 0x80d2
252#device	opl0	at isa? port 0x28d2
253#device pcm0    at isa? port 0xa460 irq 12
254#device	mss0	at isa? port 0xf40 irq 12 drq 1
255
256# Pseudo devices - the number indicates how many units to allocated.
257pseudo-device	loop		# Network loopback
258pseudo-device	ether		# Ethernet support
259pseudo-device	sl	1	# Kernel SLIP
260pseudo-device	ppp	1	# Kernel PPP
261pseudo-device	tun		# Packet tunnel, for ppp(1)
262pseudo-device	pty		# Pseudo-ttys (telnet etc)
263pseudo-device	gzip		# Exec gzipped a.out's
264
265# The `bpf' pseudo-device enables the Berkeley Packet Filter.
266# Be aware of the administrative consequences of enabling this!
267pseudo-device	bpf		#Berkeley packet filter
268
269pseudo-device compat_atdisk
270