From owner-svn-src-all@FreeBSD.ORG Fri Dec 6 22:15:41 2013 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 4A12C56C; Fri, 6 Dec 2013 22:15:41 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id 009D6160A; Fri, 6 Dec 2013 22:15:40 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id 2FD3810058E; Fri, 6 Dec 2013 23:15:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id C5E8B8F17CD; Fri, 6 Dec 2013 23:16:10 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JFIXUvbI44Pi; Fri, 6 Dec 2013 23:16:10 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id DC7648F14C0; Fri, 6 Dec 2013 23:16:09 +0100 (CET) Message-ID: <52A24CC7.9030705@bitfrost.no> Date: Fri, 06 Dec 2013 23:16:39 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Ilya Bakulin , Kevin Lo , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r259032 - in head: share/man/man4 sys/dev/usb sys/dev/usb/wlan References: <201312061526.rB6FQdxZ011500@svn.freebsd.org> <52A234A3.1040106@bakulin.de> In-Reply-To: <52A234A3.1040106@bakulin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 06 Dec 2013 22:15:41 -0000 On 12/06/13 21:33, Ilya Bakulin wrote: > On 06.12.13, 16:26, Kevin Lo wrote: >> Author: kevlo >> Date: Fri Dec 6 15:26:39 2013 >> New Revision: 259032 >> URL: http://svnweb.freebsd.org/changeset/base/259032 >> >> Log: >> Add support for the MediaTek/Ralink RT5572 chipset. >> Committed over the TP-LINK TL-WDN3200 (RT5572) on amd64 with WPA. >> >> While here, add my copyright. >> >> Modified: >> head/share/man/man4/run.4 >> head/sys/dev/usb/usbdevs >> head/sys/dev/usb/wlan/if_run.c >> head/sys/dev/usb/wlan/if_runreg.h >> head/sys/dev/usb/wlan/if_runvar.h > > This seems to break the build due to undeclared structure: Hi, I think Kevin is off for the weekend. The kernel build sets a debug option that the module build doesn't. Should be fixed by r259046. --HPS