summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/PAE
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-07-09 16:38:58 +0000
committermjacob <mjacob@FreeBSD.org>2006-07-09 16:38:58 +0000
commit4574ebad6af797931dbb4a8597c0895b4b4c2b53 (patch)
treef01fec7cdc139ba8b6728be5a73a53cc1ae3c8ec /sys/i386/conf/PAE
parentee102344bd0e28fa486c51480e89c32a2ddf1647 (diff)
downloadFreeBSD-src-4574ebad6af797931dbb4a8597c0895b4b4c2b53.zip
FreeBSD-src-4574ebad6af797931dbb4a8597c0895b4b4c2b53.tar.gz
If PAE is built w/o modules, make sure that isp(4)
has its firmware resident as well.
Diffstat (limited to 'sys/i386/conf/PAE')
-rw-r--r--sys/i386/conf/PAE3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE
index 71eafd9..d134e99 100644
--- a/sys/i386/conf/PAE
+++ b/sys/i386/conf/PAE
@@ -18,6 +18,9 @@ device acpi
# the correct options headers.
makeoptions NO_MODULES=yes
+# force isp firmware to fully loaded
+device ispfw
+
# What follows is a list of drivers that are normally in GENERIC, but either
# don't work or are untested with PAE. Be very careful before enabling any
# of these drivers. Drivers which use DMA and don't handle 64 bit physical
OpenPOWER on IntegriCloud