From owner-cvs-src-old@FreeBSD.ORG Tue Sep 22 16:28:20 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B4A6106568B for ; Tue, 22 Sep 2009 16:28:20 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68B988FC1B for ; Tue, 22 Sep 2009 16:28:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8MGSKaJ065993 for ; Tue, 22 Sep 2009 16:28:20 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8MGSKbu065992 for cvs-src-old@freebsd.org; Tue, 22 Sep 2009 16:28:20 GMT (envelope-from rdivacky@repoman.freebsd.org) Message-Id: <200909221628.n8MGSKbu065992@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rdivacky@repoman.freebsd.org using -f From: Roman Divacky Date: Tue, 22 Sep 2009 16:28:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/twa tw_cl_io.c tw_cl_share.h src/sys/dev/twe twe.c twevar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2009 16:28:20 -0000 rdivacky 2009-09-22 16:28:07 UTC FreeBSD src repository Modified files: sys/dev/twa tw_cl_io.c tw_cl_share.h sys/dev/twe twe.c twevar.h Log: SVN rev 197409 on 2009-09-22 16:28:07Z by rdivacky Change the command argument to ioctl routines to u_long to avoid truncating the command to 32bit on 64bit archs where int is 32bit (ie. amd64). Approved by: scottl Approved by: ed (mentor, implicit) Revision Changes Path 1.5 +1 -1 src/sys/dev/twa/tw_cl_io.c 1.5 +1 -1 src/sys/dev/twa/tw_cl_share.h 1.29 +1 -1 src/sys/dev/twe/twe.c 1.14 +1 -1 src/sys/dev/twe/twevar.h