Fix file-/pathnames which have changed now.
[dragonfly.git] / sys / config / GENERIC
... / ...
CommitLineData
1#
2# GENERIC -- Generic kernel configuration file for DragonFly/i386
3#
4# Check the LINT configuration file in sys/config, for an
5# exhaustive list of options.
6#
7# $DragonFly: src/sys/config/GENERIC,v 1.41 2006/10/24 17:09:46 swildner Exp $
8
9machine i386
10cpu I386_CPU
11cpu I486_CPU
12cpu I586_CPU
13cpu I686_CPU
14ident GENERIC
15maxusers 0
16
17makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
18
19options MATH_EMULATE #Support for x87 emulation
20options INET #InterNETworking
21options INET6 #IPv6 communications protocols
22options FFS #Berkeley Fast Filesystem
23options FFS_ROOT #FFS usable as root device [keep this!]
24options SOFTUPDATES #Enable FFS soft updates support
25options UFS_DIRHASH #Improve performance on big directories
26options MFS #Memory Filesystem
27options MD_ROOT #MD is a potential root device
28options NFS #Network Filesystem
29options NFS_ROOT #NFS usable as root device, NFS required
30options MSDOSFS #MSDOS Filesystem
31options CD9660 #ISO 9660 Filesystem
32options PROCFS #Process filesystem
33options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
34options COMPAT_DF12 #Compatible with DragonFly 1.2 and earlier
35options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
36options DEVICE_POLLING # Support mixed interrupt-polling
37 # handling of network device drivers
38options UCONSOLE #Allow users to grab the console
39options USERCONFIG #boot -c editor
40options VISUAL_USERCONFIG #visual boot -c editor
41options KTRACE #ktrace(1) support
42options SYSVSHM #SYSV-style shared memory
43options SYSVMSG #SYSV-style message queues
44options SYSVSEM #SYSV-style semaphores
45options P1003_1B #Posix P1003_1B real-time extensions
46options _KPOSIX_PRIORITY_SCHEDULING
47options ICMP_BANDLIM #Rate limit bad replies
48options KBD_INSTALL_CDEV # install a CDEV entry in /dev
49options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
50 # output. Adds ~128k to driver.
51options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
52 # output. Adds ~215k to driver.
53
54# To make an SMP kernel both SMP and APIC_IO are usually
55# specified. SMP boxes with severely broken BIOSes which
56# boot fine for non-SMP builds *might* work in SMP mode
57# if you define SMP and leave APIC_IO turned off.
58#
59#options SMP # Symmetric MultiProcessor Kernel
60#options APIC_IO # Symmetric (APIC) I/O
61
62# Debugging for Development
63options DDB
64options DDB_TRACE
65options INVARIANTS
66
67
68
69device isa
70device eisa
71device pci
72
73# Floppy drives
74device fdc0 at isa? port IO_FD1 irq 6 drq 2
75device fd0 at fdc0 drive 0
76device fd1 at fdc0 drive 1
77#
78# If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
79# don't use the above line for fdc0 but the following one:
80#device fdc0
81
82# ATA and ATAPI devices
83device ata0 at isa? port IO_WD1 irq 14
84device ata1 at isa? port IO_WD2 irq 15
85device ata
86device atadisk # ATA disk drives
87device atapicd # ATAPI CDROM drives
88device atapifd # ATAPI floppy drives
89device atapist # ATAPI tape drives
90device atapicam # Emulate ATAPI devices as SCSI via CAM
91options ATA_STATIC_ID #Static device numbering
92
93# SCSI Controllers
94device ahb # EISA AHA1742 family
95device ahc # AHA2940 and onboard AIC7xxx devices
96device ahd # AHA39320/29320 and onboard AIC79xx devices
97device amd # AMD 53C974 (Tekram DC-390(T))
98device isp # Qlogic family
99device mpt # LSI-Logic MPT/Fusion
100device ncr # NCR/Symbios Logic
101device sym # NCR/Symbios Logic (newer chipsets)
102options SYM_SETUP_LP_PROBE_MAP=0x40
103 # Allow ncr to attach legacy NCR devices when
104 # both sym and ncr are configured
105
106device adv0 at isa?
107device adw
108device bt0 at isa?
109device aha0 at isa?
110device aic0 at isa?
111
112device ncv # NCR 53C500
113device nsp # Workbit Ninja SCSI-3
114device stg # TMC 18C30/18C50
115
116# SCSI peripherals
117device scbus # SCSI bus (required)
118device da # Direct Access (disks)
119device sa # Sequential Access (tape etc)
120device cd # CD
121device pass # Passthrough device (direct SCSI access)
122
123# RAID controllers interfaced to the SCSI subsystem
124device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
125device dpt # DPT Smartcache - See LINT for options!
126device iir # Intel Integrated RAID
127device mly # Mylex AcceleRAID/eXtremeRAID
128device ciss # Compaq SmartRAID 5* series
129
130# RAID controllers
131device aac # Adaptec FSA RAID, Dell PERC2/PERC3
132#device aacp # SCSI passthrough for aac (requires CAM)
133device ida # Compaq Smart RAID
134device ips # IBM ServeRAID
135device amr # AMI MegaRAID
136device mlx # Mylex DAC960 family
137device twe # 3ware Escalade 7000/8000's
138device twa # 3ware Escalade 9000's
139device pst # Promise Supertrack
140
141# atkbdc0 controls both the keyboard and the PS/2 mouse
142device atkbdc0 at isa? port IO_KBD
143device atkbd0 at atkbdc? irq 1 flags 0x1
144device psm0 at atkbdc? irq 12
145
146device vga0 at isa?
147
148# splash screen/screen saver
149pseudo-device splash
150
151# syscons is the default console driver, resembling an SCO console
152device sc0 at isa? flags 0x100
153options SC_PIXEL_MODE # add support for the raster text mode
154
155device agp # support several AGP chipsets
156
157# Floating point support - do not disable.
158device npx0 at nexus? port IO_NPX irq 13
159
160# Power management support (see LINT for more options)
161device apm0 at nexus? disable flags 0x20 # Advanced Power Management
162
163# PCCARD (PCMCIA) support
164device pccard
165device cardbus
166device cbb
167
168# Serial (COM) ports
169device sio0 at isa? port IO_COM1 flags 0x10 irq 4
170device sio1 at isa? port IO_COM2 irq 3
171device sio2 at isa? disable port IO_COM3 irq 5
172device sio3 at isa? disable port IO_COM4 irq 9
173
174# Parallel port
175device ppc0 at isa? irq 7
176device ppbus # Parallel port bus (required)
177device lpt # Printer
178device plip # TCP/IP over parallel
179device ppi # Parallel port interface device
180#device vpo # Requires scbus and da
181
182
183# PCI Ethernet NICs.
184device de # DEC/Intel DC21x4x (``Tulip'')
185device em # Intel PRO/1000 adapter Gigabit Ethernet Card (``Wiseman'')
186device txp # 3Com 3cR990 (``Typhoon'')
187device vx # 3Com 3c590, 3c595 (``Vortex'')
188
189# PCI Ethernet NICs that use the common MII bus controller code.
190# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
191device miibus # MII bus support
192device bfe # Broadcom BCM440x 10/100 Ethernet
193device dc # DEC/Intel 21143 and various workalikes
194device fxp # Intel EtherExpress PRO/100B (82557, 82558)
195device pcn # AMD Am79C97x PCI 10/100 NICs
196device rl # RealTek 8129/8139
197device re # RealTek 8139C+/8169
198device sf # Adaptec AIC-6915 (``Starfire'')
199device sis # Silicon Integrated Systems SiS 900/SiS 7016
200device sk # SysKonnect GEnesis, LinkSys EG1023, D-Link
201device ste # Sundance ST201 (D-Link DFE-550TX)
202device tl # Texas Instruments ThunderLAN
203device tx # SMC EtherPower II (83c170 ``EPIC'')
204device vge # VIA 612x GigE
205device vr # VIA Rhine, Rhine II
206device wb # Winbond W89C840F
207device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
208device bge # Broadcom BCM570x (``Tigon III'')
209
210# ISA Ethernet NICs.
211# 'device ed' requires 'device miibus'
212device ed0 at isa? disable port 0x280 irq 10 iomem 0xd8000
213device ex
214device ep
215device fe0 at isa? disable port 0x300
216# Xircom Ethernet
217device xe
218
219# Wireless NIC cards
220device wlan # 802.11 support
221device wlan_ccmp # 802.11 CCMP support
222device wlan_tkip # 802.11 TKIP support
223device wlan_wep # 802.11 WEP support
224#device wlan_ratectl_onoe # 802.11 Onoe TX rate control algorithm
225
226# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
227# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
228# mode (the factory default). If you set the switches on your ISA
229# card for a manually chosen I/O address and IRQ, you must specify
230# those parameters here.
231device an
232#device awi # PRISM I IEEE 802.11b wireless NIC
233device ral # Ralink Technology 802.11 wireless NIC
234#device rtw # RealTek 802.11 wireless NIC
235 # Requires wlan_ratectl_onoe
236# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
237# exists only as a PCMCIA device, so there is no ISA attachment needed
238# and resources will always be dynamically assigned by the pccard code.
239device wi
240
241# The probe order of these is presently determined by i386/isa/isa_compat.c.
242device ie0 at isa? disable port 0x300 irq 10 iomem 0xd0000
243#device le0 at isa? disable port 0x300 irq 5 iomem 0xd0000
244device lnc0 at isa? disable port 0x280 irq 10 drq 0
245device cs0 at isa? disable port 0x300
246device sn0 at isa? disable port 0x300 irq 10
247
248# Pseudo devices - the number indicates how many units to allocate.
249pseudo-device loop # Network loopback
250pseudo-device ether # Ethernet support
251pseudo-device sl 1 # Kernel SLIP
252pseudo-device ppp 1 # Kernel PPP
253pseudo-device tun # Packet tunnel.
254pseudo-device pty # Pseudo-ttys (telnet etc)
255pseudo-device md # Memory "disks"
256pseudo-device gif # IPv6 and IPv4 tunneling
257pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)
258
259# The `bpf' pseudo-device enables the Berkeley Packet Filter.
260# Be aware of the administrative consequences of enabling this!
261pseudo-device bpf #Berkeley packet filter
262
263pseudo-device crypto # core crypto support, used by wlan
264
265# USB support
266device uhci # UHCI PCI->USB interface
267device ohci # OHCI PCI->USB interface
268device usb # USB Bus (required)
269device ugen # Generic
270device uhid # "Human Interface Devices"
271device ukbd # Keyboard
272device ulpt # Printer
273device umass # Disks/Mass storage - Requires scbus and da
274device ums # Mouse
275device uscanner # Scanners
276device urio # Diamond Rio MP3 Player
277# USB Ethernet, requires mii
278device aue # ADMtek USB ethernet
279device axe # ASIX Electronics USB Ethernet
280device cue # CATC USB ethernet
281device kue # Kawasaki LSI USB ethernet
282device rue # RealTek 8150 based USB ethernet
283
284# FireWire support
285device firewire # FireWire bus code
286device sbp # SCSI over FireWire (Requires scbus and da)
287device fwe # Ethernet over FireWire (non-standard!)