]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/i386/conf/GENERIC
Remove I386_CPU from GENERIC. Support for the 386 seriously pessimizes
[FreeBSD/FreeBSD.git] / sys / i386 / conf / GENERIC
1 #
2 # GENERIC -- Generic kernel configuration file for FreeBSD/i386
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 NOTES configuration file. If you are
16 # in doubt as to the purpose or necessity of a line, check first in NOTES.
17 #
18 # $FreeBSD$
19
20 machine         i386
21 cpu             I486_CPU
22 cpu             I586_CPU
23 cpu             I686_CPU
24 ident           GENERIC
25 maxusers        32
26
27 #To statically compile in device wiring instead of /boot/device.hints
28 #hints          "GENERIC.hints"         #Default places to look for devices.
29
30 #makeoptions    DEBUG=-g                #Build kernel with gdb(1) debug symbols
31 makeoptions     KERNEL=kernel.GENERIC
32
33 options         MATH_EMULATE            #Support for x87 emulation
34 options         INET                    #InterNETworking
35 options         INET6                   #IPv6 communications protocols
36 options         FFS                     #Berkeley Fast Filesystem
37 options         FFS_ROOT                #FFS usable as root device [keep this!]
38 options         SOFTUPDATES             #Enable FFS soft updates support
39 options         MFS                     #Memory Filesystem
40 options         MD_ROOT                 #MD is a potential root device
41 options         NFS                     #Network Filesystem
42 options         NFS_ROOT                #NFS usable as root device, NFS required
43 options         MSDOSFS                 #MSDOS Filesystem
44 options         CD9660                  #ISO 9660 Filesystem
45 options         CD9660_ROOT             #CD-ROM usable as root, CD9660 required
46 #options        DEVFS                   #Device Filesystem
47 options         PROCFS                  #Process filesystem
48 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
49 options         SCSI_DELAY=15000        #Delay (in ms) before probing SCSI
50 options         UCONSOLE                #Allow users to grab the console
51 options         USERCONFIG              #boot -c editor
52 options         VISUAL_USERCONFIG       #visual boot -c editor
53 options         KTRACE                  #ktrace(1) support
54 options         SYSVSHM                 #SYSV-style shared memory
55 options         SYSVMSG                 #SYSV-style message queues
56 options         SYSVSEM                 #SYSV-style semaphores
57 options         P1003_1B                #Posix P1003_1B real-time extensions
58 options         _KPOSIX_PRIORITY_SCHEDULING
59 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
60
61 # To make an SMP kernel, the next two are needed
62 #options        SMP                     # Symmetric MultiProcessor Kernel
63 #options        APIC_IO                 # Symmetric (APIC) I/O
64
65 device          isa
66 device          eisa
67 device          pci
68 options         COMPAT_OLDISA           # compatability shims for le
69
70 # Floppy drives
71 device          fdc
72
73 # ATA and ATAPI devices
74 device          ata
75 device          atadisk                 # ATA disk drives
76 device          atapicd                 # ATAPI CDROM drives
77 device          atapifd                 # ATAPI floppy drives
78 device          atapist                 # ATAPI tape drives
79 options         ATA_STATIC_ID           #Static device numbering
80 #options        ATA_ENABLE_ATAPI_DMA    #Enable DMA on ATAPI devices
81
82 # SCSI Controllers
83 device          ahb             # EISA AHA1742 family
84 device          ahc             # AHA2940 and onboard AIC7xxx devices
85 device          amd             # AMD 53C974 (Teckram DC-390(T))
86 device          isp             # Qlogic family
87 #device         ncr             # NCR/Symbios Logic
88 device          sym             # NCR/Symbios Logic (newer chipsets + those of `ncr')
89
90 device          adv             # Advansys scsi adapters
91 device          adw             # Advansys wide scsi adapters
92 device          aha     1       # Adaptec 154x scsi adapters
93 device          aic             # Adaptec 15[012]x scsi adapters, AIC-6[23]60.
94 device          bt              # Buslogic/Mylex MultiMaster scsi adapters
95
96 device          ncv             # NCR 53C500
97 device          nsp             # Workbit Ninja SCSI-3
98 device          stg             # TMC 18C30/18C50
99
100 # RAID controllers interfaced to the SCSI subsystem
101 device          asr             # DPT SmartRAID V, VI and Adaptec SCSI RAID
102 device          dpt             # DPT Smartcache III, IV - See NOTES for options!
103 device          mly             # Mylex AcceleRAID/eXtremeRAID
104
105 # SCSI peripherals
106 device          scbus           # SCSI bus (required)
107 device          da              # Direct Access (disks)
108 device          sa              # Sequential Access (tape etc)
109 device          cd              # CD
110 device          pass            # Passthrough device (direct SCSI access)
111
112 # RAID controllers
113 device          aac             # Adaptec FSA RAID
114 device          amr             # AMI MegaRAID
115 device          ida             # Compaq Smart RAID
116 device          mlx             # Mylex DAC960 family
117 device          twe             # 3ware ATA RAID
118
119 # atkbdc0 controls both the keyboard and the PS/2 mouse
120 device          atkbdc  1       # At keyboard controller
121 device          atkbd           # at keyboard
122 device          psm             # psm mouse
123
124 device          vga             # VGA screen
125
126 # splash screen/screen saver
127 device          splash
128
129 # syscons is the default console driver, resembling an SCO console
130 device          sc      1
131
132 # Enable this for the pcvt (VT220 compatible) console driver
133 #device         vt
134 #options        XSERVER                 # support for X server on a vt console
135 #options        FAT_CURSOR              # start with block cursor
136 # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
137 #options        PCVT_SCANSET=2          # IBM keyboards are non-std
138
139 # Floating point support - do not disable.
140 device          npx
141
142 # Power management support (see NOTES for more options)
143 device          apm
144 # Add suspend/resume support for the i8254.
145 device          pmtimer
146
147 # Audio support
148 device          pcm
149
150 # PCCARD (PCMCIA) support
151 device          card            # pccard bus
152 device          pcic            # PCMCIA bridge
153
154 # Serial (COM) ports
155 device          sio             # 8250, 16[45]50 based serial ports
156
157 # Parallel port
158 device          ppc
159 device          ppbus           # Parallel port bus (required)
160 device          lpt             # Printer
161 device          plip            # TCP/IP over parallel
162 device          ppi             # Parallel port interface device
163 #device         vpo             # Requires scbus and da
164
165
166 # PCI Ethernet NICs.
167 device          de              # DEC/Intel DC21x4x (``Tulip'')
168 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
169 device          vx              # 3Com 3c590, 3c595 (``Vortex'')
170 device          wx              # Intel Gigabit Ethernet Card (``Wiseman'')
171
172 # PCI Ethernet NICs that use the common MII bus controller code.
173 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
174 device          miibus          # MII bus support
175 device          dc              # DEC/Intel 21143 and various workalikes
176 device          pcn             # AMD Am79C79x PCI 10/100 NICs
177 device          rl              # RealTek 8129/8139
178 device          sf              # Adaptec AIC-6915 (``Starfire'')
179 device          sis             # Silicon Integrated Systems SiS 900/SiS 7016
180 device          ste             # Sundance ST201 (D-Link DFE-550TX)
181 device          tl              # Texas Instruments ThunderLAN
182 device          tx              # SMC EtherPower II (83c170 ``EPIC'')
183 device          vr              # VIA Rhine, Rhine II
184 device          wb              # Winbond W89C840F
185 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
186
187 # ISA Ethernet NICs.  pccard nics included.
188 device          cs              # Crystal Semiconductor CS89x0 NIC
189 device          ed              # NE[12]000, SMC Ultra, 3c503, DS8390 cards
190 device          ex              # Intel EtherExpress Pro/10 and Pro/10+
191 device          ep              # Etherlink III based cards
192 device          fe              # Fujitsu MB8696x based cards
193 device          sn              # SMC's 9000 series of ethernet chips
194 device          xe              # Xircom pccard ethernet
195
196 # The probe order of these is presently determined by i386/isa/isa_compat.c.
197 device          ie
198 device          le
199 device          lnc
200
201 # Wireless NIC cards
202 device          an              # Aironet 4500/4800 802.11 wireless NICs. 
203 device          awi             # BayStack 660 and others
204 device          wi              # WaveLAN/IEEE 802.11 wireless NICs. 
205 #device         wl              # Older non 802.11 Wavelan wireless NIC.
206
207 # Pseudo devices - the number indicates how many units to allocated.
208 device          random          # Entropy device
209 options         NOBLOCKRANDOM   # avoid any blocking on device random
210 device          loop            # Network loopback
211 device          ether           # Ethernet support
212 device          sl              # Kernel SLIP
213 device          ppp     1       # Kernel PPP
214 device          tun             # Packet tunnel.
215 device          pty             # Pseudo-ttys (telnet etc)
216 device          md              # Memory "disks"
217 device          gif     4       # IPv6 and IPv4 tunneling
218 device          faith   1       # IPv6-to-IPv4 relaying (translation)
219
220 # The `bpf' device enables the Berkeley Packet Filter.
221 # Be aware of the administrative consequences of enabling this!
222 device          bpf             # Berkeley packet filter
223
224 # USB support
225 device          uhci            # UHCI PCI->USB interface
226 device          ohci            # OHCI PCI->USB interface
227 device          usb             # USB Bus (required)
228 #device         udbp            # USB Double Bulk Pipe devices
229 device          ugen            # Generic
230 device          uhid            # "Human Interface Devices"
231 device          ukbd            # Keyboard
232 device          ulpt            # Printer
233 device          umass           # Disks/Mass storage - Requires scbus and da
234 device          ums             # Mouse
235 device          urio            # Diamond Rio 500 MP3 player
236 device          uscanner        # Scanners
237 # USB Ethernet, requires mii
238 device          aue             # ADMtek USB ethernet
239 device          cue             # CATC USB ethernet
240 device          kue             # Kawasaki LSI USB ethernet