From owner-svn-src-all@FreeBSD.ORG Thu Feb 26 14:36:29 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B6131065673; Thu, 26 Feb 2009 14:36:29 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 444AF8FC0C; Thu, 26 Feb 2009 14:36:29 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id D9AD72A641F; Thu, 26 Feb 2009 09:36:28 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 26 Feb 2009 09:36:28 -0500 X-Sasl-enc: 1Dz0uffaqzHQ8dqez7/SozrxLEiTcE77AfWfGkTApeZ8 1235658988 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id BAA762508A; Thu, 26 Feb 2009 09:36:27 -0500 (EST) Message-ID: <49A6A8F6.6070808@incunabulum.net> Date: Thu, 26 Feb 2009 14:36:38 +0000 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Robert Noland References: <200902021954.n12JsGT2005768@svn.freebsd.org> <49A57F7B.3040704@freebsd.org> <200902251251.01789.jhb@freebsd.org> <1235584641.1273.69.camel@widget.2hip.net> <49A5E3D7.1080903@freebsd.org> <1235614070.1308.2.camel@widget.2hip.net> In-Reply-To: <1235614070.1308.2.camel@widget.2hip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Nathan Whitehorn , John Baldwin Subject: Re: svn commit: r188018 - in head: sys/dev/pci usr.sbin/pciconf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 26 Feb 2009 14:36:29 -0000 Robert Noland wrote: > ... >> This is tested on PowerPC and amd64 running -CURRENT, and is in addition >> to the patch currently applied by ports. It *should* gracefully use the >> old pathway if the new ioctl isn't available. And now I have working X >> on PPC! >> > > Nifty, I hadn't thought of using the ioctl define as the trigger. > > Thanks, committed! > With any luck, this may fix the libpciaccess snafu which Robert and I traced back and appears to be critically hosing my USB controllers on 7-STABLE amd64 -- however -- the PCIOCGETBAR ioctl would need to be MFC'd. I am very happy to test a backport, as I'm getting fed up of having a PS/2 mouse lead dangling over the front of my desk....... thanks, BMS