From owner-freebsd-current@FreeBSD.ORG Thu Apr 17 10:29:29 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B83D37B404 for ; Thu, 17 Apr 2003 10:29:29 -0700 (PDT) Received: from ddba033.netstream.ch (ddba033.netstream.ch [62.65.128.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E2B543FE5 for ; Thu, 17 Apr 2003 10:29:23 -0700 (PDT) (envelope-from oliver@cosec.org) Received: from [62.65.148.234] (helo=vaio-gate.cosec.org) by ddba033.netstream.ch with esmtp (Exim 4.10) id 196DBy-0002sW-00; Thu, 17 Apr 2003 19:28:58 +0200 From: Oliver Enzmann To: freebsd-current@freebsd.org In-Reply-To: <20030417152135.17551.qmail@web14807.mail.yahoo.com> References: <20030417152135.17551.qmail@web14807.mail.yahoo.com> Content-Type: text/plain Organization: Message-Id: <1050600489.622.10.camel@localhost.cosec.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 17 Apr 2003 17:28:09 +0000 Content-Transfer-Encoding: 7bit Subject: Re: VAIO problems still X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Apr 2003 17:29:29 -0000 On Thu, 2003-04-17 at 15:21, Chuck McCrobie wrote: > YMMV> > > UGH! UGH! UGH! Please see: > > http://w3.mivlmd.cablespeed.com/~mccrobie > > Let me know if this fixes your problem - or not. [...] > Because the interrupt is shared, the ich3 sound driver > gets its interrupt routine called when anything that > gets IRQ9 is used - including USB mouse. The sound > driver than finds work to do and does it - the result > is you get sound. Sound on my Vaio worked just fine but I've never managed to get USB working. I therefore decided to try your patch... > FreeBSD does not seem to setup the interrupt mechanism > to enable delivery of the IRQ9 for sound, because > sound already has an assigned interrupt. > > I've been waiting for someone to fix this. I posted > this patch several months ago, but the response was > "this does nothing for IO APIC" - I don't know what > that is or how it affects this issue, but if it fixes > the problem, it would greatly be appreciated. > > It did! My Vaio R600 finally has a working USB. Excellent. Oliver