Deleted Added
full compact
GENERIC (180359) GENERIC (181905)
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#

--- 4 unchanged lines hidden (view full) ---

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#

--- 4 unchanged lines hidden (view full) ---

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 180359 2008-07-07 22:55:11Z delphij $
21# $FreeBSD: head/sys/ia64/conf/GENERIC 181905 2008-08-20 08:31:58Z ed $
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

--- 116 unchanged lines hidden (view full) ---

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"
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

--- 116 unchanged lines hidden (view full) ---

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 # Pseudo-ttys (telnet etc)
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
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