From owner-freebsd-stable@FreeBSD.ORG Mon Feb 9 19:53:03 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2032106566B for ; Mon, 9 Feb 2009 19:53:03 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from forwards1.yandex.ru (forwards1.yandex.ru [77.88.60.125]) by mx1.freebsd.org (Postfix) with ESMTP id 883778FC0A for ; Mon, 9 Feb 2009 19:53:03 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from webmail60.yandex.ru (webmail60.yandex.ru [77.88.61.5]) by forwards1.yandex.ru (Yandex) with ESMTP id A61FCBA21C6; Mon, 9 Feb 2009 22:53:01 +0300 (MSK) Received: from localhost (localhost [127.0.0.1]) by webmail60.yandex.ru (Yandex) with ESMTP id 8CF532842E6; Mon, 9 Feb 2009 22:53:01 +0300 (MSK) X-Yandex-Spam: 1 X-Yandex-Front: webmail60 X-Yandex-TimeMark: 1234209181 Received: from [91.122.49.58] ([91.122.49.58]) by mail.yandex.ru with HTTP; Mon, 09 Feb 2009 22:53:00 +0300 From: "S.N.Grigoriev" To: "Robert Noland" In-Reply-To: <1234159237.23838.3.camel@ferret.2hip.net> References: <329181233306971@webmail57.yandex.ru> <985A59F2-20CC-4779-A000-018E52B5BFA9@jump-ing.de> <101781233319948@webmail36.yandex.ru> <4983A3AE.90804@FreeBSD.org> <498F901A.7000900@FreeBSD.org> <1234159237.23838.3.camel@ferret.2hip.net> MIME-Version: 1.0 Message-Id: <406921234209180@webmail60.yandex.ru> Date: Mon, 09 Feb 2009 22:53:00 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Cc: freebsd-stable@freebsd.org, Markus Hitter , "Bruce M. Simpson" Subject: Re: Unhappy Xorg upgrade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 19:53:04 -0000 09.02.09, 09:00, "Robert Noland" : > On Mon, 2009-02-09 at 02:08 +0000, Bruce M. Simpson wrote: > > Bruce M. Simpson wrote: > > > S.N.Grigoriev wrote: > > >> I thank you for your response. I've applied the patch to pci.c from > > >> kern/130957. Unfortunately there are no positive results. USB is still > > >> unreachable with X. > > > > > > Just following up to confirm that you are seeing exactly the same > > > symptoms with USB and Xorg 7.4 as I see on my amd64 desktop running > > > 7-STABLE from 00:00 UTC on this Wednesday. > > > > I still see the USB symptoms with xorg-server port as of today -- forced > > rebuild with libpciaccess also. So amd64 is still regressed -- USB is > > totally unusable there after X is started. My theory was that somehow > > Xorg was stomping on the USB controller registers on this machine. The > > USB controller on this box is ALi, card=0x81561043. > Is your usb sharing interrupts with the video card? Yes, it is. This is from dmesg output: ohci2: mem 0xfe02c000-0xfe02cfff irq 18 at device 19.2 on pci0 vgapci0: port 0xde00-0xdeff mem 0xd0000000-0xdfffffff, 0xfdee0000-0xfdeeffff irq 18 at device 0.0 on pci1 > Does the issue occur if you aren't using a usb mouse? I'm not using a USB mouse. My mouse is PS/2. -- Regards, S.Grigoriev.