Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2014 11:38:31 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Gavin Atkinson <gavin@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r269992 - in head/sys: amd64/conf i386/conf
Message-ID:  <20140814183831.GA98162@troutmask.apl.washington.edu>
In-Reply-To: <201408141829.s7EITtZe033846@svn.freebsd.org>
References:  <201408141829.s7EITtZe033846@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 14, 2014 at 06:29:55PM +0000, Gavin Atkinson wrote:
> Author: gavin
> Date: Thu Aug 14 18:29:55 2014
> New Revision: 269992
> URL: http://svnweb.freebsd.org/changeset/base/269992
> 
> Log:
>   Update i386/NOTES and amd64/NOTES files to contain the complete list of
>   firmwares for iwn(4) and sort them.
>   
>   MFC after:	1 week
> 

'man iwn' seems to be missing iwn105fw and iwn135fw.
I don't build or use modules, so I'm not sure if
these can be loaded as modules, but you need something
like

Index: iwn.4
===================================================================
--- iwn.4	(revision 269758)
+++ iwn.4	(working copy)
@@ -45,6 +45,8 @@
 You also need to select a firmware for your device.
 Choose one from:
 .Bd -ragged -offset indent
+.Cd "device iwn105fw"
+.Cd "device iwn135fw"
 .Cd "device iwn1000fw"
 .Cd "device iwn2000fw"
 .Cd "device iwn2030fw"
@@ -69,6 +71,8 @@
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
 if_iwn_load="YES"
+iwn105fw_load="YES"
+iwn135fw_load="YES"
 iwn1000fw_load="YES"
 iwn2000fw_load="YES"
 iwn2030fw_load="YES"

-- 
Steve



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