]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sys/ia64/conf/GENERIC
MFC rev 199727, 200888, 201031, 202904, 203054, 203106, 203572, 203884,
[FreeBSD/stable/8.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         CD9660          # ISO 9660 Filesystem
30 options         COMPAT_43TTY    # BSD 4.3 TTY compat (sgtty)
31 options         COMPAT_FREEBSD7 # Compatible with FreeBSD7
32 options         FFS             # Berkeley Fast Filesystem
33 options         FLOWTABLE       # per-cpu routing cache
34 options         GDB             # Support remote GDB
35 options         GEOM_LABEL      # Provides labelization
36 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
37 options         INET            # InterNETworking
38 options         INET6           # IPv6 communications protocols
39 options         INVARIANTS      # Enable calls of extra sanity checking
40 options         INVARIANT_SUPPORT # required by INVARIANTS
41 options         KTRACE          # ktrace(1) syscall trace support
42 options         MAC             # TrustedBSD MAC Framework
43 options         MD_ROOT         # MD usable as root device
44 options         MSDOSFS         # MSDOS Filesystem
45 options         NFSCLIENT       # Network Filesystem Client
46 options         NFSLOCKD        # Network Lock Manager
47 options         NFSSERVER       # Network Filesystem Server
48 options         NFS_ROOT        # NFS usable as root device
49 options         P1003_1B_SEMAPHORES     # POSIX-style semaphores
50 options         PREEMPTION      # Enable kernel thread preemption
51 options         PRINTF_BUFR_SIZE=128  # Printf buffering to limit interspersion
52 options         PROCFS          # Process filesystem (/proc)
53 options         PSEUDOFS        # Pseudo-filesystem framework
54 options         SCHED_ULE       # ULE scheduler
55 options         SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
56 options         SCTP            # Stream Control Transmission Protocol
57 options         SMP             # Symmetric Multi-Processor support
58 options         SOFTUPDATES     # Enable FFS soft updates support
59 options         STACK           # stack(9) support
60 options         SYSVMSG         # SYSV-style message queues
61 options         SYSVSEM         # SYSV-style semaphores
62 options         SYSVSHM         # SYSV-style shared memory
63 options         UFS_ACL         # Support for access control lists
64 options         UFS_DIRHASH     # Hash-based directory lookup scheme
65 options         UFS_GJOURNAL    # Enable gjournal-based UFS journaling
66 options         _KPOSIX_PRIORITY_SCHEDULING     # Posix P1003_1B RT extensions
67
68 # Various "busses"
69 device          firewire        # FireWire bus code
70 device          miibus          # MII bus support (Ethernet)
71 device          pci             # PCI bus support
72 device          scbus           # SCSI bus (required for SCSI)
73 device          usb             # USB Bus (required for USB)
74
75 # ATA and ATAPI devices
76 device          ata             # ATA controller
77 device          atadisk         # ATA disk drives
78 device          atapicd         # ATAPI CDROM drives
79 device          atapifd         # ATAPI floppy drives
80 device          atapist         # ATAPI tape drives
81 device          ataraid         # ATA RAID drives
82
83 # SCSI Controllers
84 device          ahc             # AHA2940 and AIC7xxx devices
85 device          ahd             # AHA39320/29320 and AIC79xx devices
86 device          hptiop          # Highpoint RocketRaid 3xxx series
87 device          isp             # Qlogic family
88 device          mpt             # LSI-Logic MPT-Fusion
89 device          sym             # NCR/Symbios Logic
90
91 # RAID controllers interfaced to the SCSI subsystem
92 device          amr             # AMI MegaRAID
93 device          ciss            # Compaq Smart RAID 5*
94 device          dpt             # DPT Smartcache III, IV
95 device          iir             # Intel Integrated RAID
96 device          ips             # IBM (Adaptec) ServeRAID
97 device          mly             # Mylex AcceleRAID/eXtremeRAID
98 device          twa             # 3ware 9000 series PATA/SATA RAID
99
100 # SCSI peripherals
101 device          cd              # CD-ROM, DVD-ROM etc.
102 device          ch              # Media changer
103 device          da              # Direct Access (ie disk)
104 device          pass            # Passthrough (direct SCSI access)
105 device          sa              # Sequential Access (ie tape)
106 device          ses             # Environmental Services (and SAF-TE)
107
108 # RAID controllers
109 device          aac             # Adaptec FSA RAID
110 device          aacp            # SCSI passthrough for aac (requires CAM)
111 device          ida             # Compaq Smart RAID
112 device          mlx             # Mylex DAC960 family
113
114 # USB host controllers and peripherals
115 device          ehci            # EHCI host controller
116 device          ohci            # OHCI PCI->USB interface
117 device          uhci            # UHCI PCI->USB interface
118 device          uhid            # Human Interface Devices
119 device          ukbd            # Keyboard
120 device          ulpt            # Printer
121 device          umass           # Disks/Mass storage (need scbus & da)
122 device          ums             # Mouse
123
124 # PCI Ethernet NICs.
125 device          de              # DEC/Intel DC21x4x (``Tulip'')
126 device          em              # Intel PRO/1000 Gigabit Ethernet Family
127 device          igb             # Intel PRO/1000 PCIE Server Gigabit Family
128 device          ixgbe           # Intel PRO/10GbE PCIE Ethernet Family
129 device          txp             # 3Com 3cR990 (``Typhoon'')
130
131 # PCI Ethernet NICs that use the common MII bus controller code.
132 device          ae              # Attansic/Atheros L2 FastEthernet
133 device          age             # Attansic/Atheros L1 Gigabit Ethernet
134 device          alc             # Atheros AR8131/AR8132 Ethernet
135 device          ale             # Atheros AR8121/AR8113/AR8114 Ethernet
136 device          bce             # Broadcom BCM5706/BCM5708 Gigabit Ethernet
137 device          bfe             # Broadcom BCM440x 10/100 Ethernet
138 device          bge             # Broadcom BCM570xx Gigabit Ethernet
139 device          et              # Agere ET1310 10/100/Gigabit Ethernet
140 device          jme             # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
141 device          msk             # Marvell/SysKonnect Yukon II Gigabit Ethernet
142 device          nge             # NatSemi DP83820 gigabit Ethernet
143 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
144 device          re              # RealTek 8139C+/8169/8169S/8110S
145 device          sf              # Adaptec AIC-6915 (``Starfire'')
146 device          sk              # SysKonnect SK-984x & SK-982x gigabit Ethernet
147 device          ste             # Sundance ST201 (D-Link DFE-550TX)
148 device          stge            # Sundance/Tamarack TC9021 gigabit Ethernet
149 device          tx              # SMC EtherPower II (83c170 ``EPIC'')
150 device          vge             # VIA VT612x gigabit Ethernet
151 device          xl              # 3Com 3c90x ("Boomerang", "Cyclone")
152
153 # USB Ethernet
154 device          aue             # ADMtek USB Ethernet
155 device          axe             # ASIX Electronics USB Ethernet
156 device          cdce            # Generic USB over Ethernet
157 device          cue             # CATC USB Ethernet
158 device          kue             # Kawasaki LSI USB Ethernet
159 device          rue             # RealTek RTL8150 USB Ethernet
160 device          udav            # Davicom DM9601E USB
161
162 # USB Serial
163 device          uark            # Technologies ARK3116 based serial adapters
164 device          ubsa            # Belkin F5U103 and compatible serial adapters
165 device          uftdi           # For FTDI usb serial adapters
166 device          uipaq           # Some WinCE based devices
167 device          uplcom          # Prolific PL-2303 serial adapters
168 device          uslcom          # SI Labs CP2101/CP2102 serial adapters
169 device          uvisor          # Visor and Palm devices
170 device          uvscom          # USB serial support for DDI pocket's PHS
171
172 # FireWire support
173 device          fwip            # IP over FireWire (RFC 2734,3146)
174 device          sbp             # SCSI over FireWire (need scbus & da)
175
176 # Various (pseudo) devices
177 device          ether           # Ethernet support
178 device          faith           # IPv6-to-IPv4 relaying (translation)
179 device          gif             # IPv6 and IPv4 tunneling
180 device          loop            # Network loopback
181 device          md              # Memory "disks"
182 device          pty             # BSD-style compatibility pseudo ttys
183 device          puc             # Multi I/O cards and multi-channel UARTs
184 device          random          # Entropy device
185 device          tun             # Packet tunnel.
186 device          uart            # Serial port (UART)
187 device          vlan            # 802.1Q VLAN support
188 device          firmware        # firmware assist module
189
190 # The `bpf' device enables the Berkeley Packet Filter.
191 # Be aware of the administrative consequences of enabling this!
192 # Note that 'bpf' is required for DHCP.
193 device          bpf             # Berkeley packet filter