From nobody@FreeBSD.org  Tue May 29 09:41:45 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A776B16A49C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 May 2007 09:41:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 911C313C458
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 May 2007 09:41:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4T9fj07055904
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 May 2007 09:41:45 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l4T9fjod055903;
	Tue, 29 May 2007 09:41:45 GMT
	(envelope-from nobody)
Message-Id: <200705290941.l4T9fjod055903@www.freebsd.org>
Date: Tue, 29 May 2007 09:41:45 GMT
From: "O. Hartmann"<ohartman@zedat.fu-berlin.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: if_iwi isn't present in today's CURRENT/AMD64
X-Send-Pr-Version: www-3.0

>Number:         113117
>Category:       conf
>Synopsis:       [iwi] if_iwi isn't present in today's CURRENT/AMD64
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 29 09:50:05 GMT 2007
>Closed-Date:    Thu Jan 21 17:41:49 CET 2010
>Last-Modified:  Thu Jan 21 17:41:49 CET 2010
>Originator:     O. Hartmann
>Release:        FreeBSD 7.0-CURRENT/AMD64
>Organization:
FU Berlin
>Environment:
>Description:
Under FreeBSD 7.0-CURRENT/AMD64 as of 29th May 2007 it isn't possible
to load module 'if_iwi' and also its companions related to firmware
(iwi_bss, ...). The modules simply aren't present in /boot/kernel.
Looking at sources, everything seems to be present and could be build
manually. Everything seems to be in place, but get not built/installed
during buildworld/installworld.

Can not check this on i386 due to lack of suitable system.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Mon Jan 14 00:52:10 UTC 2008 
State-Changed-Why:  
Is this still a problem? 


Responsible-Changed-From-To: freebsd-bugs->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Jan 14 00:52:10 UTC 2008 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=113117 

From: Bruce Cran <bruce@cran.org.uk>
To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de
Cc:  
Subject: Re: conf/113117: [iwi] if_iwi isn't present in today's CURRENT/AMD64
Date: Sun, 30 Mar 2008 21:30:31 +0100

 No iwi related modules get installed on a 7.0/amd64 system during 
 installkernel, though it's possible to manually install them from the 
 appropriate directory under /sys/modules.  They do get installed by 
 default on a 7.0/i386 system.
 
 --
 Bruce
State-Changed-From-To: feedback->open 
State-Changed-By: matteo 
State-Changed-When: Dom 11 Mag 2008 16:52:31 UTC 
State-Changed-Why:  
Feedback was received. The request looks satisfiable to me. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113117 
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Thu Jan 14 17:49:31 CET 2010 
State-Changed-Why:  
I have connected the iwi and iwifw modules to the build, 
thanks for the report! 


Responsible-Changed-From-To: linimon->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Thu Jan 14 17:49:31 CET 2010 
Responsible-Changed-Why:  
MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113117 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/113117: commit references a PR
Date: Thu, 14 Jan 2010 16:49:32 +0000 (UTC)

 Author: brueffer
 Date: Thu Jan 14 16:49:22 2010
 New Revision: 202290
 URL: http://svn.freebsd.org/changeset/base/202290
 
 Log:
   Build iwi(4) and iwifw(4) modules on amd64 as well.
   
   PR:		113117
   Submitted by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>
   MFC after:	1 week
 
 Modified:
   head/sys/modules/Makefile
 
 Modified: head/sys/modules/Makefile
 ==============================================================================
 --- head/sys/modules/Makefile	Thu Jan 14 15:27:18 2010	(r202289)
 +++ head/sys/modules/Makefile	Thu Jan 14 16:49:22 2010	(r202290)
 @@ -513,6 +513,8 @@ _ipmi=		ipmi
  _ips=		ips
  _ipw=		ipw
  _ipwfw=		ipwfw
 +_iwi=		iwi
 +_iwifw=		iwifw
  _iwn=		iwn
  _iwnfw=		iwnfw
  _ixgb=		ixgb
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Thu Jan 21 17:41:26 CET 2010 
State-Changed-Why:  
MFCs done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113117 
>Unformatted:
