687
edits
Changes
→Load isp(4) driver in /etc/loader.conf
sudo make -j24 installkernel KERNCONF=GENERIC INSTKERNNAME=GENERIC
== Load isp(4) driver firmware in /etc/loader.conf ==
As root:
sudo su -
echo ispfw_load="YES" >> /boot/loader.conf
isp(4) is already compiled into the kernel, no need to load it.
== Reboot and test ==