From owner-freebsd-current@FreeBSD.ORG Wed Jun 4 23:43:46 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 E4C8337B401 for ; Wed, 4 Jun 2003 23:43:46 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 5706443F3F for ; Wed, 4 Jun 2003 23:43:46 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 26667 invoked by uid 1000); 5 Jun 2003 06:43:48 -0000 Date: Wed, 4 Jun 2003 23:43:48 -0700 (PDT) From: Nate Lawson To: acpi-jp@jp.FreeBSD.org In-Reply-To: <20030604202722.GA765@laptop.6bone.nl> Message-ID: <20030604234242.Q26654@root.org> References: <20030603153205.GA692@laptop.6bone.nl> <20030604.083711.102614137.imp@bsdimp.com> <20030604202722.GA765@laptop.6bone.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: [acpi-jp 2318] Re: s4bios 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, 05 Jun 2003 06:43:47 -0000 On Wed, 4 Jun 2003, Mark Santcroos wrote: > As reported, it now "works" for me. The only issue I found until now is with > sound: > > Jun 4 20:02:12 laptop kernel: pcm0: Unhandled interrupt, gs_intr = 6 > Jun 4 20:02:12 laptop kernel: pcm0: cannot reset channel 0 > Jun 4 20:02:12 laptop kernel: pcm0: CODEC semaphore timeout > Jun 4 20:02:12 laptop last message repeated 6 times > > I have a: > > pcm0: port 0xdc80-0xdcbf,0 xd800-0xd8ff irq 11 at device 31.5 on pci0 > pcm0: Check with orion@ or cg@. It's likely your *_suspend/*_resume functions are not saving all the context needed for your chipset. -Nate