From owner-svn-src-head@FreeBSD.ORG Tue Jul 30 10:12:51 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1B8D56CA; Tue, 30 Jul 2013 10:12:51 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mail0.glenbarber.us (mail0.glenbarber.us [IPv6:2607:fc50:1:2300:1001:1001:1001:face]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E28DD2423; Tue, 30 Jul 2013 10:12:50 +0000 (UTC) Received: from glenbarber.us (nucleus.glenbarber.us [IPv6:2001:470:8:1205:2:2:ff:29]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by mail0.glenbarber.us (Postfix) with ESMTPSA id 71974BA40; Tue, 30 Jul 2013 10:12:49 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 mail0.glenbarber.us 71974BA40 Authentication-Results: mail0.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Tue, 30 Jul 2013 06:12:47 -0400 From: Glen Barber To: Rui Paulo Subject: Re: svn commit: r253789 - in head: share/man/man4 sys/conf sys/dev/usb/wlan sys/modules/usb sys/modules/usb/rsu Message-ID: <20130730101247.GB2571@glenbarber.us> References: <201307300207.r6U27vYR024547@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="i0/AhcQY5QxfSsSZ" Content-Disposition: inline In-Reply-To: <201307300207.r6U27vYR024547@svn.freebsd.org> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 30 Jul 2013 10:12:51 -0000 --i0/AhcQY5QxfSsSZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 30, 2013 at 02:07:57AM +0000, Rui Paulo wrote: > Author: rpaulo > Date: Tue Jul 30 02:07:57 2013 > New Revision: 253789 > URL: http://svnweb.freebsd.org/changeset/base/253789 >=20 > Log: > Import OpenBSD's rsu(4) WLAN driver. > Support chipsets are the Realtek RTL8188SU, RTL8191SU, and RTL8192SU. > =20 > Many thanks to Idwer Vollering for porting/writing the man page and for > testing. > =20 > Reviewed by: adrian, hselasky > Obtained from: OpenBSD > Tested by: kevlo, Idwer Vollering >=20 > Added: > head/share/man/man4/rsu.4 (contents, props changed) > head/share/man/man4/rsufw.4 (contents, props changed) > head/sys/dev/usb/wlan/if_rsu.c (contents, props changed) > head/sys/dev/usb/wlan/if_rsureg.h (contents, props changed) > head/sys/modules/usb/rsu/ > head/sys/modules/usb/rsu/Makefile (contents, props changed) > Modified: > head/share/man/man4/Makefile > head/sys/conf/NOTES > head/sys/conf/WITHOUT_SOURCELESS_UCODE > head/sys/conf/files > head/sys/modules/usb/Makefile >=20 This breaks LINT. cc1: warnings being treated as errors /src/sys/dev/usb/wlan/if_rsu.c: In function 'rsu_load_firmware': /src/sys/dev/usb/wlan/if_rsu.c:2139: warning: cast discards qualifiers =66rom pointer target type *** Error code 1 Glen --i0/AhcQY5QxfSsSZ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iQEcBAEBCAAGBQJR95GfAAoJEFJPDDeguUajr0YH/iDXTVep7kEbsGQxKGcKPSJ7 qAGZNmouPdF/zjDGBbG3oN8xDgelMgb5iXDGE6ubjbKndY7SbwJH+wLHGoqS3GGH KFU8h0HQlummaruazN+v8V9czVvWwTyCwxV+y6lbsgMcw1VTqlVCEHRkZE0zVuHG DJl/YHfWzMXCd/2TVFj/0whIZOqW55ecvFkkcQdXzLJgFJ+5YqJnRyBx4TMdd7is 9yc1eEdfPS14pxEwM4lUQr8YLs9NzLpZtJ9zhUS1xcV21aeLsejCnAvPV/4883yy J24iyQyyu3GyXEvnMaSbx0POnTltcqKFjtsZWmlqkeeyyRdEzP9t5JdYrPPpQQM= =5gD9 -----END PGP SIGNATURE----- --i0/AhcQY5QxfSsSZ--