]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/ia64/conf/GENERIC
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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             ITANIUM
24 ident           GENERIC
25
26 makeoptions     DEBUG=-g        # Build kernel with debug information.
27
28 options         CD9660          # ISO 9660 Filesystem
29 options         COMPAT_43TTY    # BSD 4.3 TTY compat [KEEP THIS!]
30 options         COMPAT_FREEBSD5 # Compatible with FreeBSD5
31 options         COMPAT_FREEBSD6 # Compatible with FreeBSD6
32 options         DDB             # Support DDB
33 options         FFS             # Berkeley Fast Filesystem
34 options         GDB             # Support remote GDB
35 options         INET            # InterNETworking
36 options         INET6           # IPv6 communications protocols
37 options         SCTP            # Stream Control Transmission Protocol
38 options         KDB             # Enable kernel debugger support
39 options         KTRACE          # ktrace(1) syscall trace support
40 options         MD_ROOT         # MD usable as root device
41 options         MSDOSFS         # MSDOS Filesystem
42 options         NFSCLIENT       # Network Filesystem Client
43 options         NFSSERVER       # Network Filesystem Server
44 options         NFSLOCKD        # Network Lock Manager
45 options         NFS_ROOT        # NFS usable as root device
46 options         PROCFS          # Process filesystem (/proc)
47 options         PSEUDOFS        # Pseudo-filesystem framework
48 options         GEOM_LABEL      # Provides labelization
49 options         SCHED_4BSD      # 4BSD scheduler
50 options         SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
51 options         SMP             # Symmetric Multi-Processor support
52 options         SOFTUPDATES     # Enable FFS soft updates support
53 options         UFS_GJOURNAL    # Enable gjournal-based UFS journaling
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         _KPOSIX_PRIORITY_SCHEDULING     # Posix P1003_1B RT extensions
61 options         AUDIT                   # Security event auditing
62
63 # Various "busses"
64 device          firewire        # FireWire bus code
65 device          miibus          # MII bus support (Ethernet)
66 device          pci             # PCI bus support
67 device          scbus           # SCSI bus (required for SCSI)
68 device          usb             # USB Bus (required for USB)
69
70 # ATA and ATAPI devices
71 device          ata             # ATA controller
72 device          atadisk         # ATA disk drives
73 device          atapicd         # ATAPI CDROM drives
74 device          atapifd         # ATAPI floppy drives
75 device          ataraid         # ATA RAID drives
76
77 # SCSI Controllers
78 device          ahc             # AHA2940 and AIC7xxx devices
79 device          ahd             # AHA39320/29320 and AIC79xx devices
80 device          isp             # Qlogic family
81 device          mpt             # LSI-Logic MPT-Fusion
82 device          sym             # NCR/Symbios Logic
83
84 # RAID controllers interfaced to the SCSI subsystem
85 device          ciss            # Compaq Smart RAID 5*
86 device          dpt             # DPT Smartcache III, IV
87 device          iir             # Intel Integrated RAID
88 device          mly             # Mylex AcceleRAID/eXtremeRAID
89
90 # SCSI peripherals
91 device          cd              # CD-ROM, DVD-ROM etc.
92 device          ch              # Media changer
93 device          da              # Direct Access (ie disk)
94 device          pass            # Passthrough (direct SCSI access)
95 device          sa              # Sequential Access (ie tape)
96 device          ses             # Environmental Services (and SAF-TE)
97
98 # RAID controllers
99 device          aac             # Adaptec FSA RAID
100 device          aacp            # SCSI passthrough for aac (requires CAM)
101 device          amr             # AMI MegaRAID
102 device          ida             # Compaq Smart RAID
103 device          mlx             # Mylex DAC960 family
104
105 # USB host controllers and peripherals
106 device          ehci            # EHCI host controller
107 device          ohci            # OHCI PCI->USB interface
108 device          ugen            # Generic device
109 device          uhci            # UHCI PCI->USB interface
110 device          uhid            # Human Interface Devices
111 device          ukbd            # Keyboard
112 device          ulpt            # Printer
113 device          umass           # Disks/Mass storage (need scbus & da)
114 device          ums             # Mouse
115
116 # PCI Ethernet NICs.
117 device          de              # DEC/Intel DC21x4x (``Tulip'')
118 device          em              # Intel PRO/1000 adapter Gigabit Ethernet Card
119 device          le              # AMD Am7900 LANCE and Am79C9xx PCnet
120 device          txp             # 3Com 3cR990 (``Typhoon'')
121 device          vx              # 3Com 3c590, 3c595 (``Vortex'')
122
123 # PCI Ethernet NICs that use the common MII bus controller code.
124 device          bge             # Broadcom BCM570xx Gigabit Ethernet
125 device          dc              # DEC/Intel 21143 and various workalikes
126 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
127 device          pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')
128 device          re              # RealTek 8139C+/8169/8169S/8110S
129 device          rl              # RealTek 8129/8139
130 device          sf              # Adaptec AIC-6915 (``Starfire'')
131 device          sis             # Silicon Integrated Systems SiS 900/SiS 7016
132 device          xl              # 3Com 3c90x ("Boomerang", "Cyclone")
133
134 # USB Ethernet
135 device          aue             # ADMtek USB Ethernet
136 device          cdce            # Generic USB over Ethernet
137 device          cue             # CATC USB Ethernet
138 device          kue             # Kawasaki LSI USB Ethernet
139
140 # FireWire support
141 device          sbp             # SCSI over FireWire (need scbus & da)
142
143 # Various (pseudo) devices
144 device          ether           # Ethernet support
145 device          faith           # IPv6-to-IPv4 relaying (translation)
146 device          gif             # IPv6 and IPv4 tunneling
147 device          loop            # Network loopback
148 device          md              # Memory "disks"
149 device          pty             # Pseudo-ttys (telnet etc)
150 device          puc             # Multi I/O cards and multi-channel UARTs
151 device          random          # Entropy device
152 device          tun             # Packet tunnel.
153 device          uart            # Serial port (UART)
154 device          firmware        # firmware assist module
155
156 # The `bpf' device enables the Berkeley Packet Filter.
157 # Be aware of the administrative consequences of enabling this!
158 # Note that 'bpf' is required for DHCP.
159 device          bpf             # Berkeley packet filter