From owner-freebsd-bugs@FreeBSD.ORG Thu May 27 11:20:05 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B20C21065675 for ; Thu, 27 May 2010 11:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 765748FC1E for ; Thu, 27 May 2010 11:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4RBK52P055647 for ; Thu, 27 May 2010 11:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4RBK5Ee055646; Thu, 27 May 2010 11:20:05 GMT (envelope-from gnats) Resent-Date: Thu, 27 May 2010 11:20:05 GMT Resent-Message-Id: <201005271120.o4RBK5Ee055646@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, pluknet Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D03C1065677 for ; Thu, 27 May 2010 11:17:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 1BB918FC13 for ; Thu, 27 May 2010 11:17:43 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4RBHglc081440 for ; Thu, 27 May 2010 11:17:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o4RBHgvh081439; Thu, 27 May 2010 11:17:42 GMT (envelope-from nobody) Message-Id: <201005271117.o4RBHgvh081439@www.freebsd.org> Date: Thu, 27 May 2010 11:17:42 GMT From: pluknet To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: conf/147126: [firewire] [patch] missing firewire part in defaults/loader.conf X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2010 11:20:05 -0000 >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: