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