From owner-svn-src-head@FreeBSD.ORG Sun Oct 25 10:30:55 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46BF81065698; Sun, 25 Oct 2009 10:30:55 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id 571B88FC20; Sun, 25 Oct 2009 10:30:54 +0000 (UTC) Received: by ewy18 with SMTP id 18so9721798ewy.43 for ; Sun, 25 Oct 2009 03:30:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=0UzxJbkpLmKSDud3aWi5sVmAfOv3FJ4O31TsN5V7JTA=; b=nfnrBHn9qbXm+Ayhc2eaGs6aBzw6jkHreS74a3p4ZgHdtbUKPecUENmoiiqzlz5mFL zJTBfDASfUvqjeJHZAOzSQcfVB9JfHeQcHcSptuAmuZ2+0lHgEa55eevzq5ycVBifqJv ZPpTvdnSnzNBhHcK8JnPdTyxH2xrsxRQBgTR0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=upgaciqi0BZOlLyfXEBlZaSP+Usfk8jCpeEL+k4/R3P1/iIv0Wv6THEvojLahRUYAh xU6sJDrwBnproRgE40OcUkWo0uLHPti+AlbePEUbswP3XH7/892HXt0yWxMZ2j/7fYxb VixHgnFnx+x5DPkJQsI/G1DX2JYRxQ5J59XrA= Received: by 10.210.15.14 with SMTP id 14mr2988331ebo.49.1256466653490; Sun, 25 Oct 2009 03:30:53 -0700 (PDT) Received: from mac-mini.lan (bl7-91-11.dsl.telepac.pt [85.240.91.11]) by mx.google.com with ESMTPS id 7sm10096701eyg.25.2009.10.25.03.30.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 25 Oct 2009 03:30:52 -0700 (PDT) Sender: Rui Paulo Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Rui Paulo In-Reply-To: <200910251023.n9PANBGD054203@svn.freebsd.org> Date: Sun, 25 Oct 2009 10:30:49 +0000 Content-Transfer-Encoding: 7bit Message-Id: References: <200910251023.n9PANBGD054203@svn.freebsd.org> To: Rui Paulo X-Mailer: Apple Mail (2.1076) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r198468 - head/sys/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 10:30:55 -0000 On 25 Oct 2009, at 10:23, Rui Paulo wrote: > Author: rpaulo > Date: Sun Oct 25 10:23:11 2009 > New Revision: 198468 > URL: http://svn.freebsd.org/changeset/base/198468 > > Log: > Update firmware images according to the latest iwn updated. > "device iwnfw" includes all firmware images, but you can pick just > one > by using the model number, e.g.: "device iwn4965fw". Pointed out by: nwhitehorn@ -- Rui Paulo