From owner-freebsd-current@freebsd.org Thu Aug 6 09:32:19 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7BBA9B3CF0 for ; Thu, 6 Aug 2015 09:32:19 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4333A15BF for ; Thu, 6 Aug 2015 09:32:18 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.15.2/8.15.2) with ESMTPS id t769WBMB047886 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 6 Aug 2015 12:32:11 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.15.2/8.15.2/Submit) id t769WBnX047885; Thu, 6 Aug 2015 12:32:11 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 6 Aug 2015 12:32:11 +0300 From: Gleb Smirnoff To: Thomas Mueller Cc: freebsd-current@freebsd.org Subject: Re: CFT: ndis(4) testers needed! Message-ID: <20150806093211.GJ889@glebius.int.ru> References: <20150731121226.GJ889@FreeBSD.org> <776723.76234.bm@smtp117.sbc.mail.ne1.yahoo.com> <20150804100746.GA889@FreeBSD.org> <20150804141722.GC889@glebius.int.ru> <747360.21776.bm@smtp112.sbc.mail.ne1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <747360.21776.bm@smtp112.sbc.mail.ne1.yahoo.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2015 09:32:19 -0000 On Thu, Aug 06, 2015 at 07:49:56AM +0000, Thomas Mueller wrote: T> > I ended with doing the aforementioned 2 changes as one. T> T> > The diff is living here: T> T> > https://reviews.freebsd.org/D2655 T> T> > It spans the net80211 layer and converts (almost) all 802.11 drivers T> > to new KPI. Now it also converts if_ndis, and this is the change I T> > am asking you to test. T> T> > Unlike all other drivers, converting if_ndis wasn't trivial. There are T> > likely bugs introduced, so it may happen that we will need several T> > rounds of testing. T> T> What do I need to download? There is a lot of stuff on the page you cite, and I see a link to the right, Download Raw Diff. Is that what I'm supposed to download? Correct, the link "Download Raw Diff". T> What do you want me to test it on? T> T> I have Hiro H50191 USB WLAN adapter, including .inf and .sys files. T> T> I also have, on MSI MPOWER motherboard, Atheros AR9271 quasi-USB WLAN, and Realtek 8111E Ethernet, with MS-Windows drivers but no .INF and .SYS files on DVD that came with the motherboard. T> T> Is there a way to convert MS-Windows drivers that come with no .inf and .sys files to ndis-compatible format? Or just test on the Hiro H50191? Testing on Hiro would be fine. T> Also, after applying the patch to the source tree, what if anything do I have to do to not be messed up for subsequent svn updates to source tree? If you want to revert your svn tree to pristine state, you need to say in the root of the tree: svn revert --depth=infinity . -- Totus tuus, Glebius.