summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-10-15 06:44:13 +0000
committerru <ru@FreeBSD.org>2004-10-15 06:44:13 +0000
commit29e5c34577e662c041c2ea6e0854a5d4dd30298e (patch)
tree2afd7c1dab0a27e902b9686590918b8e0039d3cb /sys/boot
parenta97da09aa28fe5d3d1f072de34345d1df0334a66 (diff)
downloadFreeBSD-src-29e5c34577e662c041c2ea6e0854a5d4dd30298e.zip
FreeBSD-src-29e5c34577e662c041c2ea6e0854a5d4dd30298e.tar.gz
Polish the last change.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/loader.810
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 538c678..85803e3 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 1, 2004
+.Dd October 15, 2004
.Dt LOADER 8
.Os
.Sh NAME
@@ -429,14 +429,14 @@ are also accepted and indicate kilobytes, megabytes and gigabytes
respectively.
An invalid suffix will result in the variable being ignored by the
kernel.
-.It Va hw.pci.host_start_mem, hw.acpi.host_start_mem
+.It Va hw.pci.host_start_mem , hw.acpi.host_start_mem
When not otherwise constrained, this limits the memory start
address.
The default is 0x80000000 and should be set to at least size of the
memory and not conflict with other resources.
-Typically, only systems without pci bridges need to set this variable
-since pci bridges typically constrain the memory starting address
-(and the variable is only used when bridges don't constrain this
+Typically, only systems without PCI bridges need to set this variable
+since PCI bridges typically constrain the memory starting address
+(and the variable is only used when bridges do not constrain this
address).
.It Va hw.pci.enable_io_modes
Enable PCI resources which are left off by some BIOSes or are not
OpenPOWER on IntegriCloud