]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/amd64/conf/GENERIC
This commit was generated by cvs2svn to compensate for changes in r94880,
[FreeBSD/FreeBSD.git] / sys / amd64 / 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        0
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
32 options         INET                    #InterNETworking
33 options         INET6                   #IPv6 communications protocols
34 options         FFS                     #Berkeley Fast Filesystem
35 options         SOFTUPDATES             #Enable FFS soft updates support
36 options         UFS_DIRHASH             #Improve performance on big directories
37 options         MD_ROOT                 #MD is a potential root device
38 options         NFSCLIENT               #Network Filesystem Client
39 options         NFSSERVER               #Network Filesystem Server
40 options         NFS_ROOT                #NFS usable as root device, requires NFSCLIENT
41 options         MSDOSFS                 #MSDOS Filesystem
42 options         CD9660                  #ISO 9660 Filesystem
43 options         PROCFS                  #Process filesystem (requires PSEUDOFS)
44 options         PSEUDOFS                #Pseudo-filesystem framework
45 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
46 options         SCSI_DELAY=15000        #Delay (in ms) before probing SCSI
47 options         KTRACE                  #ktrace(1) support
48 options         SYSVSHM                 #SYSV-style shared memory
49 options         SYSVMSG                 #SYSV-style message queues
50 options         SYSVSEM                 #SYSV-style semaphores
51 options         P1003_1B                #Posix P1003_1B real-time extensions
52 options         _KPOSIX_PRIORITY_SCHEDULING
53 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
54
55 # Debugging for use in -current
56 options         DDB                     #Enable the kernel debugger
57 options         INVARIANTS              #Enable calls of extra sanity checking
58 options         INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
59 options         WITNESS                 #Enable mutex checks to detects deadlocks and cycles
60 options         WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
61
62 # To make an SMP kernel, the next two are needed
63 #options        SMP                     # Symmetric MultiProcessor Kernel
64 #options        APIC_IO                 # Symmetric (APIC) I/O
65
66 device          isa
67 device          eisa
68 device          pci
69 #options        PCI_ENABLE_IO_MODES     # Enable pci resources left off by a "lazy BIOS"
70
71 # Floppy drives
72 device          fdc
73
74 # ATA and ATAPI devices
75 device          ata
76 device          atadisk                 # ATA disk drives
77 device          atapicd                 # ATAPI CDROM drives
78 device          atapifd                 # ATAPI floppy drives
79 device          atapist                 # ATAPI tape drives
80 options         ATA_STATIC_ID           #Static device numbering
81
82 # SCSI Controllers
83 device          ahb             # EISA AHA1742 family
84 device          ahc             # AHA2940 and onboard AIC7xxx devices
85 device          amd             # AMD 53C974 (Tekram 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             # 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          ciss            # Compaq Smart RAID 5*
103 device          dpt             # DPT Smartcache III, IV - See NOTES for options!
104 device          iir             # Intel Integrated RAID
105 device          mly             # Mylex AcceleRAID/eXtremeRAID
106
107 # SCSI peripherals
108 device          scbus           # SCSI bus (required)
109 device          ch              # SCSI media changers
110 device          da              # Direct Access (disks)
111 device          sa              # Sequential Access (tape etc)
112 device          cd              # CD
113 device          pass            # Passthrough device (direct SCSI access)
114 device          ses             # SCSI Environmental Services (and SAF-TE)
115
116 # RAID controllers
117 device          aac             # Adaptec FSA RAID
118 device          amr             # AMI MegaRAID
119 device          ida             # Compaq Smart RAID
120 device          mlx             # Mylex DAC960 family
121 device          twe             # 3ware ATA RAID
122
123 # atkbdc0 controls both the keyboard and the PS/2 mouse
124 device          atkbdc  1       # At keyboard controller
125 device          atkbd           # at keyboard
126 device          psm             # psm mouse
127
128 device          vga             # VGA screen
129
130 # splash screen/screen saver
131 device          splash
132
133 # syscons is the default console driver, resembling an SCO console
134 device          sc      1
135
136 # Enable this for the pcvt (VT220 compatible) console driver
137 #device         vt
138 #options        XSERVER                 # support for X server on a vt console
139 #options        FAT_CURSOR              # start with block cursor
140
141 # Floating point support - do not disable.
142 device          npx
143
144 # Power management support (see NOTES for more options)
145 device          apm
146 # Add suspend/resume support for the i8254.
147 device          pmtimer
148
149 # PCCARD (PCMCIA) support
150 device          card            # pccard bus
151 device          pcic            # PCMCIA bridge
152
153 # Serial (COM) ports
154 device          sio             # 8250, 16[45]50 based serial ports
155
156 # Parallel port
157 device          ppc
158 device          ppbus           # Parallel port bus (required)
159 device          lpt             # Printer
160 device          plip            # TCP/IP over parallel
161 device          ppi             # Parallel port interface device
162 #device         vpo             # Requires scbus and da
163
164
165 # PCI Ethernet NICs.
166 device          de              # DEC/Intel DC21x4x (``Tulip'')
167 device          txp             # 3Com 3cR990 (``Typhoon'')
168 device          vx              # 3Com 3c590, 3c595 (``Vortex'')
169
170 # PCI Ethernet NICs that use the common MII bus controller code.
171 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
172 device          miibus          # MII bus support
173 device          dc              # DEC/Intel 21143 and various workalikes
174 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
175 device          pcn             # AMD Am79C97x PCI 10/100 NICs
176 device          rl              # RealTek 8129/8139
177 device          sf              # Adaptec AIC-6915 (``Starfire'')
178 device          sis             # Silicon Integrated Systems SiS 900/SiS 7016
179 device          ste             # Sundance ST201 (D-Link DFE-550TX)
180 device          tl              # Texas Instruments ThunderLAN
181 device          tx              # SMC EtherPower II (83c170 ``EPIC'')
182 device          vr              # VIA Rhine, Rhine II
183 device          wb              # Winbond W89C840F
184 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
185
186 # ISA Ethernet NICs.  pccard nics included.
187 device          cs              # Crystal Semiconductor CS89x0 NIC
188 # 'device ed' requires 'device miibus'
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          lnc             # NE2100, NE32-VL Lance Ethernet cards
194 device          sn              # SMC's 9000 series of ethernet chips
195 device          xe              # Xircom pccard ethernet
196
197 # ISA devices that use the old ISA shims
198 #device         le
199
200 # Wireless NIC cards
201 device          an              # Aironet 4500/4800 802.11 wireless NICs. 
202 device          awi             # BayStack 660 and others
203 device          wi              # WaveLAN/IEEE 802.11 wireless NICs. 
204 #device         wl              # Older non 802.11 Wavelan wireless NIC.
205
206 # Pseudo devices - the number indicates how many units to allocate.
207 device          random          # Entropy device
208 device          loop            # Network loopback
209 device          ether           # Ethernet support
210 device          sl              # Kernel SLIP
211 device          ppp     1       # Kernel PPP
212 device          tun             # Packet tunnel.
213 device          pty             # Pseudo-ttys (telnet etc)
214 device          md              # Memory "disks"
215 device          gif             # IPv6 and IPv4 tunneling
216 device          faith           # IPv6-to-IPv4 relaying (translation)
217
218 # The `bpf' device enables the Berkeley Packet Filter.
219 # Be aware of the administrative consequences of enabling this!
220 device          bpf             # Berkeley packet filter
221
222 # USB support
223 device          uhci            # UHCI PCI->USB interface
224 device          ohci            # OHCI PCI->USB interface
225 device          usb             # USB Bus (required)
226 #device         udbp            # USB Double Bulk Pipe devices
227 device          ugen            # Generic
228 device          uhid            # "Human Interface Devices"
229 device          ukbd            # Keyboard
230 device          ulpt            # Printer
231 device          umass           # Disks/Mass storage - Requires scbus and da
232 device          ums             # Mouse
233 device          urio            # Diamond Rio 500 MP3 player
234 device          uscanner        # Scanners
235 # USB Ethernet, requires mii
236 device          aue             # ADMtek USB ethernet
237 device          cue             # CATC USB ethernet
238 device          kue             # Kawasaki LSI USB ethernet