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