svn commit: r269992 - in head/sys: amd64/conf i386/conf

Steve Kargl sgk at troutmask.apl.washington.edu
Thu Aug 14 18:38:38 UTC 2014


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


More information about the svn-src-head mailing list