diff options
author | mjacob <mjacob@FreeBSD.org> | 2006-07-09 16:41:22 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2006-07-09 16:41:22 +0000 |
commit | 685013634879c9cf1799d85237fd981587e51745 (patch) | |
tree | df375b24bb95f6b1dee42a7d005d4d406c904eb1 /sys/i386/conf | |
parent | 672bdf0dbc2d9aab122050a0b33e75356053bbcd (diff) | |
download | FreeBSD-src-685013634879c9cf1799d85237fd981587e51745.zip FreeBSD-src-685013634879c9cf1799d85237fd981587e51745.tar.gz |
Make the firmware assist driver resident in
preparation for isp using it.
Reviewed by: sam, max
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 736c54e..910a5d3 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -259,6 +259,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! |