Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2010 11:17:42 GMT
From:      pluknet <pluknet@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/147126: [firewire] [patch] missing firewire part in defaults/loader.conf
Message-ID:  <201005271117.o4RBHgvh081439@www.freebsd.org>
Resent-Message-ID: <201005271120.o4RBK5Ee055646@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005271117.o4RBHgvh081439>