diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-10-15 00:15:07 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-10-15 00:15:07 +0000 |
| commit | 71a77eda7d90ce149febbee60ea3347b389af953 (patch) | |
| tree | a2890b26a0deecb974452e4c2ee4978abcc1ffd3 /sys | |
| parent | ccd582b0fd48cf0ae964ec1118a2fa993c28d7b3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/common/loader.8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 6fb6b76af1fc..538c678d1cbd 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -429,6 +429,15 @@ 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 +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 +address). .It Va hw.pci.enable_io_modes Enable PCI resources which are left off by some BIOSes or are not enabled correctly by the device driver. |
