GENERIC revision 162658
1284345Ssjg#
2284345Ssjg# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
3284345Ssjg#
4284345Ssjg# For more information on this file, please read the handbook section on
5284345Ssjg# Kernel Configuration Files:
6284345Ssjg#
7284345Ssjg#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8284345Ssjg#
9284345Ssjg# The handbook is also available locally in /usr/share/doc/handbook
10284345Ssjg# if you've installed the doc distribution, otherwise always see the
11284345Ssjg# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12284345Ssjg# latest information.
13284345Ssjg#
14291558Sbdrewery# An exhaustive list of options and more detailed explanations of the
15284345Ssjg# device lines is also present in the ../../conf/NOTES and NOTES files.
16284345Ssjg# If you are in doubt as to the purpose or necessity of a line, check first
17284345Ssjg# in NOTES.
18284345Ssjg#
19284345Ssjg# $FreeBSD: head/sys/pc98/conf/GENERIC 162658 2006-09-26 12:36:34Z ru $
20284345Ssjg
21284345Ssjgcpu		I486_CPU
22284345Ssjgcpu		I586_CPU
23284345Ssjgcpu		I686_CPU
24284345Ssjgident		GENERIC
25284345Ssjg
26284345Ssjg# To statically compile in device wiring instead of /boot/device.hints
27#hints		"GENERIC.hints"		# Default places to look for devices.
28
29makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
30
31#options 	SCHED_ULE		# ULE scheduler
32options 	SCHED_4BSD		# 4BSD scheduler
33options 	PREEMPTION		# Enable kernel thread preemption
34options 	INET			# InterNETworking
35options 	INET6			# IPv6 communications protocols
36options 	FFS			# Berkeley Fast Filesystem
37options 	SOFTUPDATES		# Enable FFS soft updates support
38options 	UFS_ACL			# Support for access control lists
39options 	UFS_DIRHASH		# Improve performance on big directories
40options 	MD_ROOT			# MD is a potential root device
41options 	NFSCLIENT		# Network Filesystem Client
42options 	NFSSERVER		# Network Filesystem Server
43options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
44options 	MSDOSFS			# MSDOS Filesystem
45options 	CD9660			# ISO 9660 Filesystem
46options 	PROCFS			# Process filesystem (requires PSEUDOFS)
47options 	PSEUDOFS		# Pseudo-filesystem framework
48options 	GEOM_GPT		# GUID Partition Tables.
49options 	COMPAT_43TTY		# BSD 4.3 TTY compat [KEEP THIS!]
50options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
51options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
52options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
53options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
54options 	EPSON_BOUNCEDMA		# use bounce buffer for 15-16M
55#options 	EPSON_MEMWIN		# EPSON memory window support
56#options 	LINE30
57options 	KTRACE			# ktrace(1) support
58options 	SYSVSHM			# SYSV-style shared memory
59options 	SYSVMSG			# SYSV-style message queues
60options 	SYSVSEM			# SYSV-style semaphores
61options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
62options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
63
64# Debugging for use in -current
65options 	KDB			# Enable kernel debugger support.
66options 	DDB			# Support DDB.
67options 	GDB			# Support remote GDB.
68options 	INVARIANTS		# Enable calls of extra sanity checking
69options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
70options 	WITNESS			# Enable checks to detect deadlocks and cycles
71options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
72
73# To make an SMP kernel, the next two lines are needed
74#options 	SMP			# Symmetric MultiProcessor Kernel
75#device		apic			# I/O APIC
76
77# Bus support.
78device		pci
79
80# Floppy drives
81device		fdc
82
83# ATA and ATAPI devices
84device		ata
85device		atadisk		# ATA disk drives
86device		atapicd		# ATAPI CDROM drives
87device		atapifd		# ATAPI floppy drives
88device		atapist		# ATAPI tape drives
89options 	ATA_STATIC_ID	# Static device numbering
90
91# SCSI Controllers
92device		adv		# Advansys SCSI adapters
93device		ahc		# AHA2940 and onboard AIC7xxx devices
94device		amd		# AMD 53C974 (Tekram DC-390(T))
95device		isp		# Qlogic family
96#device		ncr		# NCR/Symbios Logic
97device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
98
99device		aic		# PC-9801-100
100device		ct		# host adapter using WD33C93[ABC] chip (C bus)
101
102device		ncv		# NCR 53C500
103device		nsp		# Workbit Ninja SCSI-3
104device		stg		# TMC 18C30/18C50
105
106# SCSI peripherals
107device		scbus		# SCSI bus (required for SCSI)
108device		ch		# SCSI media changers
109device		da		# Direct Access (disks)
110device		sa		# Sequential Access (tape etc)
111device		cd		# CD
112device		pass		# Passthrough device (direct SCSI access)
113device		ses		# SCSI Environmental Services (and SAF-TE)
114
115# keyboard driver
116device		pckbd		# PC98 keyboard
117
118device		gdc		# GDC screen
119
120device		splash		# Splash screen and screen saver support
121
122# syscons is the default console driver, resembling an SCO console
123device		sc
124
125#device		agp		# support several AGP chipsets
126
127# Power management support (see NOTES for more options)
128#device		apm
129#device		pmc
130#device		canbus
131#device		canbepm
132# Add suspend/resume support for the i8254.
133#device		pmtimer
134
135# Audio support
136#device		sound		# Generic sound driver
137#device		snd_mss		# Microsoft Sound System
138#device		"snd_sb16"	# Sound Blaster 16
139#device		snd_sbc		# Sound Blaster
140
141# PCCARD (PCMCIA) support
142# PCMCIA and cardbus bridge support
143device		cbb		# cardbus (yenta) bridge
144device		pccard		# PC Card (16-bit) bus
145device		cardbus		# CardBus (32-bit) bus
146
147# Serial (COM) ports
148options 	COM_MULTIPORT
149#options 	COM_ESP		# ESP98
150device		sio		# 8250, 16[45]50, 8251 based serial ports
151
152device		mse
153#device		joy
154
155# NEW Parallel port
156device		ppc
157device		ppbus		# Parallel port bus (required)
158device		lpt		# Printer
159device		plip		# TCP/IP over parallel
160device		ppi		# Parallel port interface device
161#device		vpo		# Requires scbus and da
162# OLD Parallel port
163# Please stay olpt driver after ppc driver
164#device		olpt
165
166# PCI Ethernet NICs.
167device		de		# DEC/Intel DC21x4x (``Tulip'')
168device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
169device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
170device		txp		# 3Com 3cR990 (``Typhoon'')
171device		vx		# 3Com 3c590, 3c595 (``Vortex'')
172
173# PCI Ethernet NICs that use the common MII bus controller code.
174# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
175device		miibus		# MII bus support
176device		bfe		# Broadcom BCM440x 10/100 Ethernet
177device		bge		# Broadcom BCM570xx Gigabit Ethernet
178device		dc		# DEC/Intel 21143 and various workalikes
179device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
180device		lge		# Level 1 LXT1001 gigabit Ethernet
181device		nge		# NatSemi DP83820 gigabit Ethernet
182device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
183device		re		# RealTek 8139C+/8169/8169S/8110S
184device		rl		# RealTek 8129/8139
185device		sf		# Adaptec AIC-6915 (``Starfire'')
186device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
187device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
188device		ste		# Sundance ST201 (D-Link DFE-550TX)
189device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
190device		tl		# Texas Instruments ThunderLAN
191device		tx		# SMC EtherPower II (83c170 ``EPIC'')
192device		vge		# VIA VT612x gigabit Ethernet
193device		vr		# VIA Rhine, Rhine II
194device		wb		# Winbond W89C840F
195device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
196
197# ISA Ethernet NICs.  pccard NICs included.
198# 'device ed' requires 'device miibus'
199device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
200device		ep		# Etherlink III based cards
201device		fe		# Fujitsu MB8696x based cards
202device		sn		# SMC's 9000 series of Ethernet chips
203device		snc
204device		xe		# Xircom pccard Ethernet
205
206# Wireless NIC cards
207device		wlan		# 802.11 support
208device		wlan_wep	# 802.11 WEP support
209device		wlan_ccmp	# 802.11 CCMP support
210device		wlan_tkip	# 802.11 TKIP support
211device		an		# Aironet 4500/4800 802.11 wireless NICs.
212device		ath		# Atheros pci/cardbus NIC's
213device		ath_hal		# Atheros HAL (Hardware Access Layer)
214device		ath_rate_sample	# SampleRate tx rate control for ath
215device		awi		# BayStack 660 and others
216device		ral		# Ralink Technology RT2500 wireless NICs.
217device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
218#device		wl		# Older non 802.11 Wavelan wireless NIC.
219
220# Pseudo devices.
221device		loop		# Network loopback
222device		random		# Entropy device
223device		ether		# Ethernet support
224device		sl		# Kernel SLIP
225device		ppp		# Kernel PPP
226device		tun		# Packet tunnel.
227device		pty		# Pseudo-ttys (telnet etc)
228device		md		# Memory "disks"
229device		gif		# IPv6 and IPv4 tunneling
230device		faith		# IPv6-to-IPv4 relaying (translation)
231device		firmware	# firmware assist module
232
233# The `bpf' device enables the Berkeley Packet Filter.
234# Be aware of the administrative consequences of enabling this!
235# Note that 'bpf' is required for DHCP.
236device		bpf		# Berkeley packet filter
237
238# USB support
239#device		uhci		# UHCI PCI->USB interface
240#device		ohci		# OHCI PCI->USB interface
241#device		ehci		# EHCI PCI->USB interface (USB 2.0)
242#device		usb		# USB Bus (required)
243#device		udbp		# USB Double Bulk Pipe devices
244#device		ugen		# Generic
245#device		uhid		# "Human Interface Devices"
246#device		ukbd		# Keyboard
247#device		ulpt		# Printer
248#device		umass		# Disks/Mass storage - Requires scbus and da
249#device		ums		# Mouse
250#device		ural		# Ralink Technology RT2500USB wireless NICs
251#device		urio		# Diamond Rio 500 MP3 player
252#device		uscanner	# Scanners
253# USB Ethernet, requires miibus
254#device		aue		# ADMtek USB Ethernet
255#device		axe		# ASIX Electronics USB Ethernet
256#device		cdce		# Generic USB over Ethernet
257#device		cue		# CATC USB Ethernet
258#device		kue		# Kawasaki LSI USB Ethernet
259#device		rue		# RealTek RTL8150 USB Ethernet
260
261# FireWire support
262#device		firewire	# FireWire bus code
263#device		sbp		# SCSI over FireWire (Requires scbus and da)
264#device		fwe		# Ethernet over FireWire (non-standard!)
265