svn commit: r253789 - in head: share/man/man4 sys/conf sys/dev/usb/wlan sys/modules/usb sys/modules/usb/rsu

Glen Barber gjb at FreeBSD.org
Tue Jul 30 10:12:51 UTC 2013


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
> 
> Log:
>   Import OpenBSD's rsu(4) WLAN driver.
>   Support chipsets are the Realtek RTL8188SU, RTL8191SU, and RTL8192SU.
>   
>   Many thanks to Idwer Vollering for porting/writing the man page and for
>   testing.
>   
>   Reviewed by:	adrian, hselasky
>   Obtained from:	OpenBSD
>   Tested by:	kevlo, Idwer Vollering <vidwer at gmail.com>
> 
> 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
> 

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
from pointer target type
*** Error code 1

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20130730/28e486ad/attachment.sig>


More information about the svn-src-all mailing list