From owner-svn-src-all@FreeBSD.ORG Thu Aug 14 19:22:34 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CEBE0B3C; Thu, 14 Aug 2014 19:22:34 +0000 (UTC) Received: from mail-gw12.york.ac.uk (mail-gw12.york.ac.uk [144.32.129.162]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93F25240E; Thu, 14 Aug 2014 19:22:34 +0000 (UTC) Received: from ury.york.ac.uk ([144.32.64.162]:41582) by mail-gw12.york.ac.uk with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1XI0bR-00057s-UO; Thu, 14 Aug 2014 20:22:25 +0100 Date: Thu, 14 Aug 2014 20:22:25 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Steve Kargl Subject: Re: svn commit: r269992 - in head/sys: amd64/conf i386/conf In-Reply-To: <20140814183831.GA98162@troutmask.apl.washington.edu> Message-ID: References: <201408141829.s7EITtZe033846@svn.freebsd.org> <20140814183831.GA98162@troutmask.apl.washington.edu> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2014 19:22:34 -0000 On Thu, 14 Aug 2014, Steve Kargl wrote: > 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 > > > > Log: > > Update i386/NOTES and amd64/NOTES files to contain the complete list of > > firmwares for iwn(4) and sort them. > > > '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 [...] Thanks, I've just fixed this (unfortunately I committed the changes before seeing your email, otherwise I would have credited you). Gavin