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