From owner-freebsd-current@FreeBSD.ORG Thu Jun 25 11:53:52 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B93EC10656B2 for ; Thu, 25 Jun 2009 11:53:52 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 748878FC26 for ; Thu, 25 Jun 2009 11:53:51 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id F364C9CB0EE; Thu, 25 Jun 2009 13:52:43 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VsWpWAQGErnt; Thu, 25 Jun 2009 13:52:41 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id B0BEF9CB128; Thu, 25 Jun 2009 13:52:41 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n5PBqfBk080292; Thu, 25 Jun 2009 13:52:41 +0200 (CEST) (envelope-from rdivacky) Date: Thu, 25 Jun 2009 13:52:41 +0200 From: Roman Divacky To: ianjhart@ntlworld.com Message-ID: <20090625115241.GA58111@freebsd.org> References: <20090624161714.GA95624@freebsd.org> <20090625124907.16921sphoad1r19c@10.248.192.16> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090625124907.16921sphoad1r19c@10.248.192.16> User-Agent: Mutt/1.4.2.3i Cc: current@freebsd.org Subject: Re: [TESTING]: twe/twa ioctl change X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Jun 2009 11:53:53 -0000 On Thu, Jun 25, 2009 at 12:49:07PM +0100, ianjhart@ntlworld.com wrote: > Quoting Roman Divacky : > > >Content-Type: text/plain; charset=us-ascii > >Content-Disposition: inline > >Content-Transfer-Encoding: quoted-printable > > > >hi > > > >if you have twe or twa card with management software please test this > >patch: > > > > http://www.vlakno.cz/~rdivacky/tw-ioctl-fix.patch > > > >the testing will be especially useful on amd64 machine. > > > >thnx! > > > >roman > > > > > > Is this a general bug fix patch, or is it only for 3dm users? > > i.e. What symptom does it address? this is not meant to fix anything in particular. this fixes the bit width of a ioctl command argument that can cause problems on machines where int is not the same size as long (amd64 for example) I am quite fine if you test the patch and say "management software still works" roman