aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-10-15 06:59:07 +0000
committerWarner Losh <imp@FreeBSD.org>2004-10-15 06:59:07 +0000
commit99e085d9a80a4c762595cc09ae7b4ab73e1beede (patch)
tree0bd38181decaa1ca1393e0a58ebfeb97a7a1f083 /sys/boot/common
parent7a49c8b37d4a59e2bbcbc5c259fc4d3eec69e987 (diff)
Notes
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/help.common12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common
index f31580a09d9d1..02bc3769ea04c 100644
--- a/sys/boot/common/help.common
+++ b/sys/boot/common/help.common
@@ -311,6 +311,18 @@
this option provides a hint as to the actual size of
system memory (which will be tested before use).
+ set hw.{acpi,pci}.host_start_mem=<value>
+
+ Sets the lowest address that the pci code will assign
+ when it doesn't have other information about the address
+ to assign (like from a pci bridge). This is only useful
+ in older systems without a pci bridge. Also, it only
+ impacts devices that the BIOS doesn't assign to, typically
+ CardBus bridges. The default <value> is 0x80000000, but
+ some systems need values like 0xf0000000, 0xfc000000 or
+ 0xfe000000 may be suitable for older systems (the older
+ the system, the higher the number typically should be).
+
set hw.pci.enable_io_modes=<value>
Enable PCI resources which are left off by some BIOSes