>Number: 147126 >Category: conf >Synopsis: [firewire] [patch] missing firewire part in >defaults/loader.conf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 27 11:20:05 UTC 2010 >Closed-Date: >Last-Modified: >Originator: pluknet >Release: head r207204 >Organization: >Environment: applies to all releases >Description: The following (i.e. all of) firewire modules are missing in /etc/defaults/loader.conf: fwe, fwip, fwohci, sbp, and probably several others.
>How-To-Repeat: >Fix: Apply the patch. P.S. Unsure if fwohci_load should be listed as it autoloads with firewire.ko Patch attached with submission follows: Index: sys/boot/forth/loader.conf =================================================================== --- sys/boot/forth/loader.conf (revision 207204) +++ sys/boot/forth/loader.conf (working copy) @@ -398,6 +398,16 @@ snd_uaudio_load="NO" # USB audio ############################################################## +### FireWire modules ####################################### +############################################################## + +firewire_load="NO" # IEEE1394 High-performance Serial Bus +fwe_load="NO" # Ethernet emulation driver for FireWire +fwip_load="NO" # IP over FireWire driver +fwohci_load="NO" # OHCI FireWire chipset device driver +sbp_load="NO" # SBP-2 Mass Storage Devices driver + +############################################################## ### Other modules ########################################## ############################################################## >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"