From 1b530437b6b5d05d5b11a2aee7fb4c77ec088072 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sun, 9 Jul 2006 16:38:58 +0000 Subject: [PATCH] If PAE is built w/o modules, make sure that isp(4) has its firmware resident as well. --- sys/i386/conf/PAE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index 71eafd98df4c..d134e990b360 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