summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2009-05-10 00:00:25 +0000
committerkuriyama <kuriyama@FreeBSD.org>2009-05-10 00:00:25 +0000
commit9913dad78324dd8bc8da927e4b1d87003ecfe7d9 (patch)
tree200771cd75bef85df04e89efbd2c006e84a82b8b /sys/ia64
parenteab6ae7b1f135a724251917287e1da0b659b63d3 (diff)
downloadFreeBSD-src-9913dad78324dd8bc8da927e4b1d87003ecfe7d9.zip
FreeBSD-src-9913dad78324dd8bc8da927e4b1d87003ecfe7d9.tar.gz
- Use "device\t" and "options \t" for consistency.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/conf/DEFAULTS2
-rw-r--r--sys/ia64/conf/NOTES14
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/ia64/conf/DEFAULTS b/sys/ia64/conf/DEFAULTS
index 1a96cd6..625ff90 100644
--- a/sys/ia64/conf/DEFAULTS
+++ b/sys/ia64/conf/DEFAULTS
@@ -6,7 +6,7 @@
machine ia64
# Bus support.
-device acpi # ACPI support
+device acpi # ACPI support
# Pseudo devices.
device mem # Memory and kernel memory devices
diff --git a/sys/ia64/conf/NOTES b/sys/ia64/conf/NOTES
index 138396a..873199a 100644
--- a/sys/ia64/conf/NOTES
+++ b/sys/ia64/conf/NOTES
@@ -15,7 +15,7 @@ cpu ITANIUM2
# option: COMPAT_IA32
# This option enables the support for execution of i386 (32-bit) programs on
# ia64. It is based on the ia32 emulation in the processor.
-options COMPAT_IA32
+options COMPAT_IA32
# option: LOG2_ID_PAGE_SIZE
# Specify the log2 size of the identity (direct) mappings in regions 6 and 7
@@ -25,20 +25,20 @@ options LOG2_ID_PAGE_SIZE=27 # 128M
# option: LOG2_PAGE_SIZE
# Specify the log2 size of the page to be used for virtual memory management.
# The page size being equal to 1<<LOG2_PAGE_SIZE.
-options LOG2_PAGE_SIZE=15 # 32K
+options LOG2_PAGE_SIZE=15 # 32K
# option: SKI
# Build support for running under the ski simulator.
-options SKI
+options SKI
# option: UWX_TRACE_ENABLE
# Build the unwinder with tracing support. This option is used to debug the
# unwinder itself and the glue around it.
-options UWX_TRACE_ENABLE
+options UWX_TRACE_ENABLE
# MI options
-options ACPI_DEBUG
-options KSTACK_PAGES=3
+options ACPI_DEBUG
+options KSTACK_PAGES=3
device acpi
@@ -102,7 +102,7 @@ options VGA_WIDTH90 # support 90 column modes
options VGA_DEBUG
# AGP debugging.
-options AGP_DEBUG
+options AGP_DEBUG
# The following devices are not supported.
nodevice fdc
OpenPOWER on IntegriCloud