]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/ia64/conf/GENERIC
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / ia64 / conf / GENERIC
1 #
2 # GENERIC -- Generic kernel configuration file for FreeBSD/ia64
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
17 # first in NOTES.
18 #
19 # For hardware specific information check HARDWARE.TXT
20 #
21 # $FreeBSD$
22
23 cpu             ITANIUM2
24 ident           GENERIC
25
26 makeoptions     DEBUG=-g        # Build kernel with debug information.
27
28 options         AUDIT           # Security event auditing
29 options         CAPABILITY_MODE # Capsicum capability mode
30 options         CAPABILITIES    # Capsicum capabilities
31 options         CD9660          # ISO 9660 Filesystem
32 options         COMPAT_FREEBSD7 # Compatible with FreeBSD7
33 options         FFS             # Berkeley Fast Filesystem
34 options         GEOM_LABEL      # Provides labelization
35 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
36 options         INET            # InterNETworking
37 options         INET6           # IPv6 communications protocols
38 options         KTRACE          # ktrace(1) syscall trace support
39 options         MAC             # TrustedBSD MAC Framework
40 options         MD_ROOT         # MD usable as root device
41 options         MSDOSFS         # MSDOS Filesystem
42 options         NFSCL           # New Network Filesystem Client
43 options         NFSLOCKD        # Network Lock Manager
44 options         NFSD            # New Network Filesystem Server
45 options         NFS_ROOT        # NFS usable as root device
46 options         P1003_1B_SEMAPHORES     # POSIX-style semaphores
47 options         PREEMPTION      # Enable kernel thread preemption
48 options         PRINTF_BUFR_SIZE=128  # Printf buffering to limit interspersion
49 options         PROCDESC        # Support for process descriptors
50 options         PROCFS          # Process filesystem (/proc)
51 options         PSEUDOFS        # Pseudo-filesystem framework
52 options         SCHED_ULE       # ULE scheduler
53 options         SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
54 options         SCTP            # Stream Control Transmission Protocol
55 options         SMP             # Symmetric Multi-Processor support
56 options         SOFTUPDATES     # Enable FFS soft updates support
57 options         STACK           # stack(9) support
58 options         SYSVMSG         # SYSV-style message queues
59 options         SYSVSEM         # SYSV-style semaphores
60 options         SYSVSHM         # SYSV-style shared memory
61 options         UFS_ACL         # Support for access control lists
62 options         UFS_DIRHASH     # Hash-based directory lookup scheme
63 options         UFS_GJOURNAL    # Enable gjournal-based UFS journaling
64 options         QUOTA           # Enable disk quotas for UFS
65 options         _KPOSIX_PRIORITY_SCHEDULING     # Posix P1003_1B RT extensions
66
67 # Debugging support.  Always need this:
68 options         KDB             # Enable kernel debugger support.
69 options         KDB_TRACE       # Print a stack trace for a panic.
70 # For full debugger support use (turn off in stable branch):
71 options         DDB             # Support DDB
72 options         GDB             # Support remote GDB
73 options         DEADLKRES       # Enable the deadlock resolver
74 options         INVARIANTS      # Enable calls of extra sanity checking
75 options         INVARIANT_SUPPORT # required by INVARIANTS
76 options         WITNESS         # Enable checks to detect deadlocks and cycles
77 options         WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
78 options         MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
79
80 # Various "busses"
81 device          miibus          # MII bus support (Ethernet)
82 device          pci             # PCI bus support
83 device          scbus           # SCSI bus (required for ATA/SCSI)
84 device          usb             # USB Bus (required for USB)
85
86 # ATA controllers
87 device          ahci            # AHCI-compatible SATA controllers
88 device          ata             # Legacy ATA/SATA controllers
89 device          mvs             # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
90 device          siis            # SiliconImage SiI3124/SiI3132/SiI3531 SATA
91
92 # SCSI Controllers
93 device          ahc             # AHA2940 and AIC7xxx devices
94 device          ahd             # AHA39320/29320 and AIC79xx devices
95 device          hptiop          # Highpoint RocketRaid 3xxx series
96 device          isp             # Qlogic family
97 device          mpt             # LSI-Logic MPT-Fusion
98 device          sym             # NCR/Symbios Logic
99
100 # RAID controllers interfaced to the SCSI subsystem
101 device          amr             # AMI MegaRAID
102 device          ciss            # Compaq Smart RAID 5*
103 device          dpt             # DPT Smartcache III, IV
104 device          iir             # Intel Integrated RAID
105 device          ips             # IBM (Adaptec) ServeRAID
106 device          mly             # Mylex AcceleRAID/eXtremeRAID
107 device          twa             # 3ware 9000 series PATA/SATA RAID
108
109 # ATA/SCSI peripherals
110 device          cd              # CD-ROM, DVD-ROM etc.
111 device          ch              # Media changer
112 device          da              # Direct Access (ie disk)
113 device          pass            # Passthrough (direct ATA/SCSI access)
114 device          sa              # Sequential Access (ie tape)
115 device          ses             # Enclosure Services (SES and SAF-TE)
116 #device         ctl             # CAM Target Layer
117
118 # RAID controllers
119 device          aac             # Adaptec FSA RAID
120 device          aacp            # SCSI passthrough for aac (requires CAM)
121 device          aacraid         # Adaptec by PMC RAID
122 device          ida             # Compaq Smart RAID
123 device          mlx             # Mylex DAC960 family
124
125 # USB host controllers and peripherals
126 options         USB_DEBUG       # enable debug msgs
127 device          ehci            # EHCI host controller
128 device          ohci            # OHCI PCI->USB interface
129 device          uhci            # UHCI PCI->USB interface
130 device          uhid            # Human Interface Devices
131 device          ukbd            # Keyboard
132 device          ulpt            # Printer
133 device          umass           # Disks/Mass storage (need scbus & da)
134 device          ums             # Mouse
135
136 # PCI Ethernet NICs.
137 device          de              # DEC/Intel DC21x4x (``Tulip'')
138 device          em              # Intel PRO/1000 Gigabit Ethernet Family
139 device          igb             # Intel PRO/1000 PCIE Server Gigabit Family
140 device          ixgbe           # Intel PRO/10GbE PCIE Ethernet Family
141 device          txp             # 3Com 3cR990 (``Typhoon'')
142
143 # PCI Ethernet NICs that use the common MII bus controller code.
144 device          ae              # Attansic/Atheros L2 FastEthernet
145 device          age             # Attansic/Atheros L1 Gigabit Ethernet
146 device          alc             # Atheros AR8131/AR8132 Ethernet
147 device          ale             # Atheros AR8121/AR8113/AR8114 Ethernet
148 device          bce             # Broadcom BCM5706/BCM5708 Gigabit Ethernet
149 device          bfe             # Broadcom BCM440x 10/100 Ethernet
150 device          bge             # Broadcom BCM570xx Gigabit Ethernet
151 device          et              # Agere ET1310 10/100/Gigabit Ethernet
152 device          jme             # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
153 device          msk             # Marvell/SysKonnect Yukon II Gigabit Ethernet
154 device          nge             # NatSemi DP83820 gigabit Ethernet
155 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
156 device          re              # RealTek 8139C+/8169/8169S/8110S
157 device          sf              # Adaptec AIC-6915 (``Starfire'')
158 device          sk              # SysKonnect SK-984x & SK-982x gigabit Ethernet
159 device          ste             # Sundance ST201 (D-Link DFE-550TX)
160 device          stge            # Sundance/Tamarack TC9021 gigabit Ethernet
161 device          tx              # SMC EtherPower II (83c170 ``EPIC'')
162 device          vge             # VIA VT612x gigabit Ethernet
163 device          xl              # 3Com 3c90x ("Boomerang", "Cyclone")
164
165 # USB Ethernet
166 device          aue             # ADMtek USB Ethernet
167 device          axe             # ASIX Electronics USB Ethernet
168 device          cdce            # Generic USB over Ethernet
169 device          cue             # CATC USB Ethernet
170 device          kue             # Kawasaki LSI USB Ethernet
171 device          rue             # RealTek RTL8150 USB Ethernet
172 device          udav            # Davicom DM9601E USB
173
174 # USB Serial
175 device          uark            # Technologies ARK3116 based serial adapters
176 device          ubsa            # Belkin F5U103 and compatible serial adapters
177 device          uftdi           # For FTDI usb serial adapters
178 device          uipaq           # Some WinCE based devices
179 device          uplcom          # Prolific PL-2303 serial adapters
180 device          uslcom          # SI Labs CP2101/CP2102 serial adapters
181 device          uvisor          # Visor and Palm devices
182 device          uvscom          # USB serial support for DDI pocket's PHS
183
184 # Wireless NIC cards.
185 # The wlan(4) module assumes this, so just define it so it
186 # at least correctly loads.
187 options         IEEE80211_SUPPORT_MESH
188
189 # The ath(4) and ath_hal(4) code requires this.  The module currently
190 # builds everything including AR5416 (and later 11n NIC) support.
191 options         AH_SUPPORT_AR5416
192
193 # Various (pseudo) devices
194 device          ether           # Ethernet support
195 device          faith           # IPv6-to-IPv4 relaying (translation)
196 device          gif             # IPv6 and IPv4 tunneling
197 device          loop            # Network loopback
198 device          md              # Memory "disks"
199 device          puc             # Multi I/O cards and multi-channel UARTs
200 device          random          # Entropy device
201 device          tun             # Packet tunnel.
202 device          uart            # Serial port (UART)
203 device          vlan            # 802.1Q VLAN support
204 device          firmware        # firmware assist module
205
206 # The `bpf' device enables the Berkeley Packet Filter.
207 # Be aware of the administrative consequences of enabling this!
208 # Note that 'bpf' is required for DHCP.
209 device          bpf             # Berkeley packet filter