From owner-freebsd-current@FreeBSD.ORG Thu Dec 25 10:42:35 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B07841065670; Thu, 25 Dec 2008 10:42:35 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.swip.net [212.247.154.97]) by mx1.freebsd.org (Postfix) with ESMTP id DFEBD8FC1D; Thu, 25 Dec 2008 10:42:29 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=pgw_eo6bRDYA:10 a=JgwOP_QsqSoA:10 a=zf2rZzBpZMdV1UJWqLsA:9 a=i_QSYm5nkDXowbgSAlkA:7 a=Z70ydVtSH8hyU3cg1XqqSpN-1EQA:4 a=9aOQ2cSd83gA:10 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe04.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1170991410; Thu, 25 Dec 2008 11:42:28 +0100 From: Hans Petter Selasky To: Bruce Cran Date: Thu, 25 Dec 2008 11:44:47 +0100 User-Agent: KMail/1.9.7 References: <20081222214010.GA18389@elvis.mu.org> <200812242147.07173.hselasky@c2i.net> <20081224210435.7fbac729@gluon> In-Reply-To: <20081224210435.7fbac729@gluon> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812251144.48641.hselasky@c2i.net> Cc: Renato Botelho , freebsd-current@freebsd.org, current@freebsd.org, Alfred Perlstein Subject: Re: HEADSUP usb2 (usb4bsd) to become default in 2 weeks. 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 Dec 2008 10:42:35 -0000 On Wednesday 24 December 2008, Bruce Cran wrote: > On Wed, 24 Dec 2008 21:47:05 +0100 > > Hans Petter Selasky wrote: > > On Wednesday 24 December 2008, Bruce Cran wrote: > > > /usr/src/sys/modules/usb2/serial_chcom/../../../dev/usb2/serial/uchcom2 > > >.c > > > > The missing define is defined in: > > > > > > /usr/src/sys/modules/usb2/serial_chcom/../../../dev/usb2/include/usb2_ioc > >tl.h > > > > Maybe you can check that file. > > usb2_ioctl.h defines USB_SHORT_XFER_OK but uchcom2.c doesn't include > that file. Manually adding a #include line fixes the problem. Ok, you got the files from my SVN. Should be fixed now. --HPS