Deleted Added
sdiff udiff text old ( 134383 ) new ( 134542 )
full compact
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/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 ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/pc98/conf/GENERIC 134383 2004-08-27 15:16:24Z andre $
20
21machine pc98
22#cpu I386_CPU # Do not enable with other cpu types
23cpu I486_CPU
24cpu I586_CPU
25cpu I686_CPU
26ident GENERIC
27
28# To statically compile in device wiring instead of /boot/device.hints
29#hints "GENERIC.hints" # Default places to look for devices.
30
31makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
32
33options PC98 # PC98
34options SCHED_ULE # ULE scheduler
35options INET # InterNETworking
36options INET6 # IPv6 communications protocols
37options FFS # Berkeley Fast Filesystem
38options SOFTUPDATES # Enable FFS soft updates support
39options UFS_ACL # Support for access control lists
40options UFS_DIRHASH # Improve performance on big directories
41options MD_ROOT # MD is a potential root device
42options NFSCLIENT # Network Filesystem Client
43options NFSSERVER # Network Filesystem Server
44options NFS_ROOT # NFS usable as /, requires NFSCLIENT
45options MSDOSFS # MSDOS Filesystem
46options CD9660 # ISO 9660 Filesystem
47options PROCFS # Process filesystem (requires PSEUDOFS)
48options PSEUDOFS # Pseudo-filesystem framework
49options GEOM_GPT # GUID Partition Tables.
50options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
51options COMPAT_FREEBSD4 # Compatible with FreeBSD4
52options SCSI_DELAY=15000 # Delay (in ms) before probing SCSI
53options EPSON_BOUNCEDMA # use bounce buffer for 15-16M
54#options EPSON_MEMWIN # EPSON memory window support
55#options LINE30
56options KTRACE # ktrace(1) support
57options SYSVSHM # SYSV-style shared memory
58options SYSVMSG # SYSV-style message queues
59options SYSVSEM # SYSV-style semaphores
60options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
61options KBD_INSTALL_CDEV # install a CDEV entry in /dev
62
63# Debugging for use in -current
64options KDB # Enable kernel debugger support.
65options DDB # Support DDB.
66options GDB # Support remote GDB.
67options INVARIANTS # Enable calls of extra sanity checking
68options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
69options WITNESS # Enable checks to detect deadlocks and cycles
70options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
71
72# To make an SMP kernel, the next two are needed
73#options SMP # Symmetric MultiProcessor Kernel
74#device apic # I/O APIC
75
76device isa
77device pci
78#options COMPAT_OLDISA # Old ISA driver shims
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# IDE controller and disks
92#device wdc 1 # Needs COMPAT_OLDISA
93
94# ATAPI devices on wdc
95#device wcd 1 # IDE CD-ROM
96
97# SCSI Controllers
98device adv # Advansys SCSI adapters
99device ahc # AHA2940 and onboard AIC7xxx devices
100device amd # AMD 53C974 (Tekram DC-390(T))
101device isp # Qlogic family
102#device ncr # NCR/Symbios Logic
103device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
104
105device aic # PC-9801-100
106device ct # host adapter using WD33C93[ABC] chip (C bus)
107
108device ncv # NCR 53C500
109device nsp # Workbit Ninja SCSI-3
110device stg # TMC 18C30/18C50
111
112# SCSI peripherals
113device scbus # SCSI bus (required for SCSI)
114device ch # SCSI media changers
115device da # Direct Access (disks)
116device sa # Sequential Access (tape etc)
117device cd # CD
118device pass # Passthrough device (direct SCSI access)
119device ses # SCSI Environmental Services (and SAF-TE)
120
121# keyboard driver
122device pckbd # PC98 keyboard
123
124device gdc # GDC screen
125
126device splash # Splash screen and screen saver support
127
128# syscons is the default console driver, resembling an SCO console
129device sc
130
131#device agp # support several AGP chipsets
132
133# Floating point support - do not disable.
134device npx
135
136# Power management support (see NOTES for more options)
137#device apm
138#device pmc
139#device canbus
140#device canbepm
141# Add suspend/resume support for the i8254.
142#device pmtimer
143
144# Audio support
145#device sound # Generic sound driver
146#device snd_mss # Microsoft Sound System
147#device "snd_sb16" # Sound Blaster 16
148#device snd_sbc # Sound Blaster
149
150# PCMCIA support
151device card # pccard bus
152device pcic # PCMCIA bridge
153
154# Serial (COM) ports
155options COM_MULTIPORT
156#options COM_ESP # ESP98
157device sio # 8250, 16[45]50, 8251 based serial ports
158
159device mse
160#device joy
161
162# NEW Parallel port
163device ppc
164device ppbus # Parallel port bus (required)
165device lpt # Printer
166device plip # TCP/IP over parallel
167device ppi # Parallel port interface device
168#device vpo # Requires scbus and da
169# OLD Parallel port
170# Please stay olpt driver after ppc driver
171#device olpt
172
173# PCI Ethernet NICs.
174device de # DEC/Intel DC21x4x (``Tulip'')
175device em # Intel PRO/1000 adapter Gigabit Ethernet Card
176device txp # 3Com 3cR990 (``Typhoon'')
177device vx # 3Com 3c590, 3c595 (``Vortex'')
178
179# PCI Ethernet NICs that use the common MII bus controller code.
180# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
181device miibus # MII bus support
182device bfe # Broadcom BCM440x 10/100 Ethernet
183device bge # Broadcom BCM570xx Gigabit Ethernet
184device dc # DEC/Intel 21143 and various workalikes
185device fxp # Intel EtherExpress PRO/100B (82557, 82558)
186device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
187device re # RealTek 8139C+/8169/8169S/8110S
188device rl # RealTek 8129/8139
189device sf # Adaptec AIC-6915 (``Starfire'')
190device sis # Silicon Integrated Systems SiS 900/SiS 7016
191device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
192device ste # Sundance ST201 (D-Link DFE-550TX)
193device ti # Alteon Networks Tigon I/II gigabit Ethernet
194device tl # Texas Instruments ThunderLAN
195device tx # SMC EtherPower II (83c170 ``EPIC'')
196device vr # VIA Rhine, Rhine II
197device wb # Winbond W89C840F
198device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
199
200# ISA Ethernet NICs. pccard NICs included.
201# 'device ed' requires 'device miibus'
202device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
203device ep # Etherlink III based cards
204device fe # Fujitsu MB8696x based cards
205device lnc # C-NET(98)S
206device sn # SMC's 9000 series of Ethernet chips
207device snc
208device xe # Xircom pccard Ethernet
209
210# Wireless NIC cards
211device wlan # 802.11 support
212device an # Aironet 4500/4800 802.11 wireless NICs.
213device awi # BayStack 660 and others
214device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
215#device wl # Older non 802.11 Wavelan wireless NIC.
216
217# Pseudo devices.
218device loop # Network loopback
219device mem # Memory and kernel memory devices
220device io # I/O device
221device random # Entropy device
222device ether # Ethernet support
223device sl # Kernel SLIP
224device ppp # Kernel PPP
225device tun # Packet tunnel.
226device pty # Pseudo-ttys (telnet etc)
227device md # Memory "disks"
228device gif # IPv6 and IPv4 tunneling
229device faith # IPv6-to-IPv4 relaying (translation)
230
231# The `bpf' device enables the Berkeley Packet Filter.
232# Be aware of the administrative consequences of enabling this!
233device bpf # Berkeley packet filter
234
235# USB support
236#device uhci # UHCI PCI->USB interface
237#device ohci # OHCI PCI->USB interface
238#device usb # USB Bus (required)
239#device udbp # USB Double Bulk Pipe devices
240#device ugen # Generic
241#device uhid # "Human Interface Devices"
242#device ukbd # Keyboard
243#device ulpt # Printer
244#device umass # Disks/Mass storage - Requires scbus and da
245#device ums # Mouse
246#device urio # Diamond Rio 500 MP3 player
247#device uscanner # Scanners
248# USB Ethernet, requires mii
249#device aue # ADMtek USB Ethernet
250#device axe # ASIX Electronics USB Ethernet
251#device cue # CATC USB Ethernet
252#device kue # Kawasaki LSI USB Ethernet
253#device rue # RealTek RTL8150 USB Ethernet
254
255# FireWire support
256#device firewire # FireWire bus code
257#device sbp # SCSI over FireWire (Requires scbus and da)
258#device fwe # Ethernet over FireWire (non-standard!)