From owner-freebsd-current@FreeBSD.ORG Fri Jun 6 21:50:07 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 A40D337B401 for ; Fri, 6 Jun 2003 21:50:07 -0700 (PDT) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 131D343F85 for ; Fri, 6 Jun 2003 21:50:07 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-2ivfnu9.dialup.mindspring.com ([165.247.223.201] helo=mindspring.com) by puffin.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19OVeQ-0000B6-00; Fri, 06 Jun 2003 21:49:59 -0700 Message-ID: <3EE16EB0.A01D3D98@mindspring.com> Date: Fri, 06 Jun 2003 21:48:48 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Alexander Leidinger References: <20030605161425.71dec07a.Alexander@Leidinger.net> <3EDF576F.8FAA751C@mindspring.com> <20030605171451.4140656b.Alexander@Leidinger.net> <20030606144938.3fecf8e6.Alexander@Leidinger.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a41e12c175e4b682a27669e96b4b49d743350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: current@freebsd.org Subject: Re: VIA ACPI power management controller 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, 07 Jun 2003 04:50:07 -0000 Alexander Leidinger wrote: > Isn't this "the famous VIA bug" which every computer magazine reported > about? I thought we already have a fix in the tree for this: > > (2) root@ttyp0 # dmesg |grep south > atapci0: Correcting VIA config for southbridge data corruption bug It's not the "VIA config" that's the problem, it's the PCI config. You have to hamstring your PCI bus so that DMAs from the second channel to the first (e.g. such as when you load from a CDROM) are not corrupted. I believe the fix in the tree is for a seperate problem with this chipset, having to do with something noisy on the PCI bus (the common complaint is againt SoundBlaster Pro cards, or something like that, but any "noisy" PCI card will do it). Read the article, and the two links near the bottom (you will have to use the google cache to get to them). -- Terry