From owner-freebsd-stable@FreeBSD.ORG Fri Mar 12 13:25:49 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60E6716A4CE for ; Fri, 12 Mar 2004 13:25:49 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B3CE43D1D for ; Fri, 12 Mar 2004 13:25:49 -0800 (PST) (envelope-from freebsd-stable@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B1uA8-0001E5-00 for ; Fri, 12 Mar 2004 22:25:48 +0100 Received: from dsl-082-083-243-065.arcor-ip.net ([82.83.243.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Mar 2004 22:25:48 +0100 Received: from manfred.lotz by dsl-082-083-243-065.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Mar 2004 22:25:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Manfred Lotz Date: Fri, 12 Mar 2004 22:16:12 +0100 Lines: 40 Message-ID: References: <20040310184431.U82999@carver.gumbysoft.com> <20040311174814.31867102.torfinn.ingolfsen@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dsl-082-083-243-065.arcor-ip.net User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Sender: news Subject: Re: unexpected softupdate inconsistency X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 21:25:49 -0000 On Thu, 11 Mar 2004 17:48:14 +0100, Torfinn Ingolfsen wrote: > On Thu, 11 Mar 2004 06:28:59 +0100 > Manfred Lotz wrote: > >> atapci0: port 0x4000-0x400f at device 2.5 >> on pci0 >> >> That's the controller where it happened to me. Is it also known to >> cause data corruption when used in DMA mode? > > I see from your earlier post that your are running FrreeBSD 4.9. Exactly. > What hardware exactly is it that you have? > I have a Shuttle SS51G, and there is a known "problem" with the ata controller on that machine. > See http://geekinfo.net/article.php?story=20021229152603904 > and PR 43345: http://www.freebsd.org/cgi/query-pr.cgi?pr=43345 > Mine is a K7S6A elitegroup mainboard having an onboard IDE controller. pciconf -lv shows: atapci0@pci0:2:5: class=0x010180 card=0x0a411019 chip=0x55131039 rev=0xd0 hdr=0x00 vendor = 'Silicon Integrated Systems (SiS)' device = 'SiS5513 EIDE Controller (A,B step)' class = mass storage subclass = ATA and dmesg | grep atapci shows: atapci0: port 0x400 0-0x400f at device 2.5 on pci0 -- Manfred