From owner-freebsd-current@FreeBSD.ORG Sat May 31 16:42:37 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 95C2137B401 for ; Sat, 31 May 2003 16:42:37 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 961D243F85 for ; Sat, 31 May 2003 16:42:35 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h4VNgXkA089169; Sat, 31 May 2003 17:42:33 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 31 May 2003 17:42:11 -0600 (MDT) Message-Id: <20030531.174211.37592934.imp@bsdimp.com> To: daver@gomerbud.com From: "M. Warner Losh" In-Reply-To: <20030531210600.GA670@tombstone.localnet.gomerbud.com> References: <20030531210600.GA670@tombstone.localnet.gomerbud.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: viapropm doesnt like sys/dev/pci.c rev 1.214 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: Sat, 31 May 2003 23:42:37 -0000 In message: <20030531210600.GA670@tombstone.localnet.gomerbud.com> "David P. Reese Jr." writes: : Is it my chipset's fault for not reading back the correct register value? : The board is a SOYO K7VTAPRO-2AA6. What other info would be helpful in : this situation? It appears that there's some non-zero latency between when we command the bits to change and they really change. A number of people have reported this, but I'm not what the right way to fix it is. Warner