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