From 086ba9f74fe3451f7add4d02affba1c279769080 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sun, 9 Jul 2006 16:40:31 +0000 Subject: [PATCH] Make the firmware assist driver resident in preparation for isp using it. --- sys/amd64/conf/GENERIC | 1 + sys/ia64/conf/GENERIC | 1 + sys/sparc64/conf/GENERIC | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index b47c810b7db3..bcda22ca2663 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -251,6 +251,7 @@ device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) +device firmware # firmware assist module # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index b2f7183519f1..f3e64d010e83 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -145,6 +145,7 @@ device puc # Multi I/O cards and multi-channel UARTs device random # Entropy device device tun # Packet tunnel. device uart # Serial port (UART) +device firmware # firmware assist module # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 77ac662dfedd..cf57f74d5dfb 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -98,7 +98,7 @@ options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. device isp # Qlogic family device ispfw # Firmware module for Qlogic host adapters -#device mpt # LSI-Logic MPT-Fusion (not yet) +#device mpt # LSI-Logic MPT-Fusion #device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') device esp # NCR53c9x (FEPS/FAS366) @@ -203,6 +203,7 @@ device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) +device firmware # firmware assist module # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this!