From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 25 01:11:49 2009 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 312301065676 for ; Sun, 25 Oct 2009 01:11:49 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-fx0-f210.google.com (mail-fx0-f210.google.com [209.85.220.210]) by mx1.freebsd.org (Postfix) with ESMTP id B40888FC0A for ; Sun, 25 Oct 2009 01:11:48 +0000 (UTC) Received: by fxm6 with SMTP id 6so10603907fxm.43 for ; Sat, 24 Oct 2009 18:11:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:x-enigmail-version :content-type; bh=Jgo1oz91UzhC843uO4oDPHCEx3xYbfGTO5obJor8JiY=; b=NMyVlcMhjlrx1g4JF1b23Rqb68DpBNJoryQGkuPvphDF/FdDed6Maz1ry1bh2qh+Jj LKaa/AAdEvQ6w+6SKUfiTa4I0u5FxiwrNNpStU7Weego9uzlYc9iRcQ2BfKRKE3xmqIt 5x9X+j4O62k19ghfoHJCyr1sBPoi611zel79w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :x-enigmail-version:content-type; b=N7esZVe7qQIxTvIkTUn/ymbu2aHA+uvRqTV+YAkTaTRzDQjpH/Mm86IUUsKScqqPzJ Cz5hYVHNUKlkpRJOLpwC4iZQzmLNkMKbtykBfdvP0XNnuvXn5L2zUCTN+5QhysgF9Q3I okd7cTSdTrTMo/Kj2OjFCrj8P2VwR4GFzKgGQ= Received: by 10.103.127.32 with SMTP id e32mr1830525mun.70.1256431622913; Sat, 24 Oct 2009 17:47:02 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id 7sm9023256mup.42.2009.10.24.17.46.58 (version=SSLv3 cipher=RC4-MD5); Sat, 24 Oct 2009 17:47:02 -0700 (PDT) Sender: Alexander Motin Message-ID: <4AE3A001.8000205@FreeBSD.org> Date: Sun, 25 Oct 2009 03:46:57 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20090901) MIME-Version: 1.0 To: FreeBSD-Current X-Enigmail-Version: 0.96.0 Content-Type: multipart/mixed; boundary="------------040203050503000402040302" Cc: icegloom dem , FreeBSD Stable , freebsd-amd64@freebsd.org Subject: MCP55 SATA solution to test X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 01:11:49 -0000 This is a multi-part message in MIME format. --------------040203050503000402040302 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Hi. Thanks to one man who provided access to his machine, I seem to found how to fix device detection on nVidia MCP55 SATA controller on amd64 8.0. Looks like this controller need some time (very short) to enable BAR(5) memory access after PCI configuration register written. Probably some changes in PCI code exposed this issue. Also it explains why setting hw.pci.mcfg to 0 helps. Attached patch solves problem for that machine. Testers are welcome. -- Alexander Motin --------------040203050503000402040302 Content-Type: text/plain; name="mcp55.sata.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mcp55.sata.patch" --- ata-nvidia.c.prev 2009-10-25 03:13:57.000000000 +0300 +++ ata-nvidia.c 2009-10-25 03:15:52.000000000 +0300 @@ -165,7 +165,8 @@ ata_nvidia_chipinit(device_t dev) /* enable control access */ pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) | 0x04,1); - + /* MCP55 seems to need some time to allow r_res2 read. */ + DELAY(10); if (ctlr->chip->cfg1 & NVQ) { /* clear interrupt status */ ATA_OUTL(ctlr->r_res2, offset, 0x00ff00ff); --------------040203050503000402040302-- From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 25 08:00:16 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94E6A1065676 for ; Sun, 25 Oct 2009 08:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 573128FC08 for ; Sun, 25 Oct 2009 08:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9P80GA6098400 for ; Sun, 25 Oct 2009 08:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9P80G4p098397; Sun, 25 Oct 2009 08:00:16 GMT (envelope-from gnats) Resent-Date: Sun, 25 Oct 2009 08:00:16 GMT Resent-Message-Id: <200910250800.n9P80G4p098397@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, jgpfabrz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0ECEC1065694 for ; Sun, 25 Oct 2009 07:53:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D952B8FC16 for ; Sun, 25 Oct 2009 07:53:02 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9P7r2pF066216 for ; Sun, 25 Oct 2009 07:53:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n9P7r2Lw066215; Sun, 25 Oct 2009 07:53:02 GMT (envelope-from nobody) Message-Id: <200910250753.n9P7r2Lw066215@www.freebsd.org> Date: Sun, 25 Oct 2009 07:53:02 GMT From: jgpfabrz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Sun, 25 Oct 2009 09:44:24 +0000 Cc: Subject: amd64/139953: jgpfabrz X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 08:00:16 -0000 >Number: 139953 >Category: amd64 >Synopsis: jgpfabrz >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 25 08:00:15 UTC 2009 >Closed-Date: >Last-Modified: >Originator: jgpfabrz >Release: jgpfabrz >Organization: jgpfabrz >Environment: jgpfabrz >Description: xpcppubl http://jpluwduw.com tycvwxid uyumtmxs >How-To-Repeat: jgpfabrz >Fix: jgpfabrz >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 25 08:38:53 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D2BD10656A4; Sun, 25 Oct 2009 08:38:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 44DB38FC14; Sun, 25 Oct 2009 08:38:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9P8crFG038740; Sun, 25 Oct 2009 08:38:53 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9P8crQv038736; Sun, 25 Oct 2009 08:38:53 GMT (envelope-from linimon) Date: Sun, 25 Oct 2009 08:38:53 GMT Message-Id: <200910250838.n9P8crQv038736@freefall.freebsd.org> To: ozaxjidg@akbayiji.com, linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org From: linimon@FreeBSD.org X-Mailman-Approved-At: Sun, 25 Oct 2009 09:44:33 +0000 Cc: Subject: Re: junk/139953: jgpfabrz X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 08:38:53 -0000 Synopsis: jgpfabrz State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Oct 25 08:36:59 UTC 2009 State-Changed-Why: garbage http://www.freebsd.org/cgi/query-pr.cgi?pr=139953 From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 25 14:55:36 2009 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D24191065670 for ; Sun, 25 Oct 2009 14:55:36 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 8E6618FC14 for ; Sun, 25 Oct 2009 14:55:36 +0000 (UTC) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1N23ug-0006Gx-HO; Sun, 25 Oct 2009 15:17:42 +0100 Message-ID: <4AE45DFE.3020306@gwdg.de> Date: Sun, 25 Oct 2009 15:17:34 +0100 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.23 (X11/20091003) MIME-Version: 1.0 To: Alexander Motin References: <4AE3A001.8000205@FreeBSD.org> In-Reply-To: <4AE3A001.8000205@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: icegloom dem , freebsd-amd64@freebsd.org Subject: Re: MCP55 SATA solution to test X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 14:55:36 -0000 On 25.10.2009 02:46 (UTC+2), Alexander Motin wrote: > Hi. > > Thanks to one man who provided access to his machine, I seem to found > how to fix device detection on nVidia MCP55 SATA controller on amd64 > 8.0. Looks like this controller need some time (very short) to enable > BAR(5) memory access after PCI configuration register written. Probably > some changes in PCI code exposed this issue. Also it explains why > setting hw.pci.mcfg to 0 helps. > > Attached patch solves problem for that machine. Testers are welcome. > > > > ------------------------------------------------------------------------ I tried your patch on my 'MSI K9N Neo' with MCP55 SATA controller on todays 9.0-CURRENT (amd64) and it works! A delay of 10 microseconds after hours and days of looking for a reason of this failure. That's really funny ... Many many thanks for your solution. Please submit it, Rainer From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 25 16:37:17 2009 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 955051065679 for ; Sun, 25 Oct 2009 16:37:17 +0000 (UTC) (envelope-from marco.broeder@gmx.eu) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id DC0558FC1D for ; Sun, 25 Oct 2009 16:37:16 +0000 (UTC) Received: (qmail invoked by alias); 25 Oct 2009 16:10:35 -0000 Received: from port-92-195-123-16.dynamic.qsc.de (EHLO localhost) [92.195.123.16] by mail.gmx.net (mp019) with SMTP; 25 Oct 2009 17:10:35 +0100 X-Authenticated: #23197544 X-Provags-ID: V01U2FsdGVkX18Wh+8h1qoWtyZnSbXhhnuO+jSsS1a4OAfYoY75bY qQD+JcnL9fpMsG From: Marco =?utf-8?q?Br=C3=B6der?= To: freebsd-stable@freebsd.org Date: Sun, 25 Oct 2009 17:09:49 +0100 User-Agent: KMail (FreeBSD) References: <4AE3A001.8000205@FreeBSD.org> In-Reply-To: <4AE3A001.8000205@FreeBSD.org> MIME-Version: 1.0 Message-Id: <200910251709.49850.marco.broeder@gmx.eu> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Y-GMX-Trusted: 0 X-FuHaFi: 0.66 X-Mailman-Approved-At: Sun, 25 Oct 2009 17:29:38 +0000 Cc: Alexander Motin , FreeBSD-Current , icegloom dem , freebsd-amd64@freebsd.org Subject: Re: MCP55 SATA solution to test X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: marco.broeder@gmx.eu List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 16:37:17 -0000 On Sun October 25 2009 02:46:57 Alexander Motin wrote: > Hi. >=20 > Thanks to one man who provided access to his machine, I seem to found > how to fix device detection on nVidia MCP55 SATA controller on amd64 > 8.0. Looks like this controller need some time (very short) to enable > BAR(5) memory access after PCI configuration register written. Probably > some changes in PCI code exposed this issue. Also it explains why > setting hw.pci.mcfg to 0 helps. >=20 > Attached patch solves problem for that machine. Testers are welcome. >=20 Success! I tested your patch and everything is working fine with hw.pci.mcfg set to 1, now. Please commit it. Many thanks! =2D-=20 Regards, Marco Br=C3=B6der OpenPGP key fingerprint: 5615 106E 031A F3D3 64CC 0F9E 4DCE 6524 F595 082F From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 25 18:50:03 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 194CC1065670 for ; Sun, 25 Oct 2009 18:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 08D308FC08 for ; Sun, 25 Oct 2009 18:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9PIo2OJ066074 for ; Sun, 25 Oct 2009 18:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9PIo2f2066073; Sun, 25 Oct 2009 18:50:02 GMT (envelope-from gnats) Date: Sun, 25 Oct 2009 18:50:02 GMT Message-Id: <200910251850.n9PIo2f2066073@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Dominic Fandrey X-Mailman-Approved-At: Sun, 25 Oct 2009 21:42:59 +0000 Cc: Subject: Re: amd64/139859: regression Intel 82801 SATA Controller not recognized X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dominic Fandrey List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 18:50:03 -0000 The following reply was made to PR amd64/139859; it has been noted by GNATS. From: Dominic Fandrey To: Alexander Motin Cc: bug-followup@FreeBSD.org Subject: Re: amd64/139859: regression Intel 82801 SATA Controller not recognized Date: Sun, 25 Oct 2009 19:44:23 +0100 Alexander Motin wrote: > As I can see, you are using custom kernel. In 8.x ATA subsystem was > split into several modules. Make sure that you have enabled all required > kernel options or loaded modules. Looks like you have just loaded ata > module, but not ataintel and ataahci. > That fixed my problem, thanks. To my defense, I didn't find anything about this in /usr/src/UPDATING From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 26 11:00:14 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2C8A106577F for ; Mon, 26 Oct 2009 11:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ABE698FC12 for ; Mon, 26 Oct 2009 11:00:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9QB0DU8034975 for ; Mon, 26 Oct 2009 11:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9QB0DAp034974; Mon, 26 Oct 2009 11:00:13 GMT (envelope-from gnats) Date: Mon, 26 Oct 2009 11:00:13 GMT Message-Id: <200910261100.n9QB0DAp034974@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Alexander Motin Cc: Subject: Re: amd64/131456: ACPI & ATA problems X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Motin List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 11:00:14 -0000 The following reply was made to PR amd64/131456; it has been noted by GNATS. From: Alexander Motin To: bug-followup@FreeBSD.org, dirk@rodemer.net Cc: Subject: Re: amd64/131456: ACPI & ATA problems Date: Mon, 26 Oct 2009 12:59:03 +0200 ATA part of PR is probably fixed and merged to 7-STABLE on 2009-09-29. -- Alexander Motin From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 26 06:00:09 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E6A5106566C for ; Mon, 26 Oct 2009 06:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F0AEA8FC20 for ; Mon, 26 Oct 2009 06:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9Q608Rh045471 for ; Mon, 26 Oct 2009 06:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9Q6083w045469; Mon, 26 Oct 2009 06:00:08 GMT (envelope-from gnats) Resent-Date: Mon, 26 Oct 2009 06:00:08 GMT Resent-Message-Id: <200910260600.n9Q6083w045469@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Makoto Kishimoto Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 985DF106566B for ; Mon, 26 Oct 2009 05:54:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 880058FC08 for ; Mon, 26 Oct 2009 05:54:43 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9Q5sh8m055684 for ; Mon, 26 Oct 2009 05:54:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n9Q5shhU055658; Mon, 26 Oct 2009 05:54:43 GMT (envelope-from nobody) Message-Id: <200910260554.n9Q5shhU055658@www.freebsd.org> Date: Mon, 26 Oct 2009 05:54:43 GMT From: Makoto Kishimoto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Mon, 26 Oct 2009 11:20:36 +0000 Cc: Subject: amd64/139982: BFD internal error X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 06:00:09 -0000 >Number: 139982 >Category: amd64 >Synopsis: BFD internal error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 26 06:00:08 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Makoto Kishimoto >Release: 8.0-RC2 >Organization: >Environment: $ uname -a FreeBSD norikura.localdomain 8.0-RC2 FreeBSD 8.0-RC2 #0 r198476: Mon Oct 26 12:06:24 JST 2009 ksmakoto@norikura.localdomain:/usr/src/sys/amd64/compile/NORIKURA20091026 amd64 >Description: ld failed with following message. /usr/bin/ld: BFD 2.15 [FreeBSD] 2004-05-23 internal error, aborting at /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/reloc.c line 4274 in bfd_generic_get_relocated_section_contents /usr/bin/ld: Please report this bug. >How-To-Repeat: $ cat foo.c int main(void){return 0;} $ gcc -Wall -c -m32 foo.c $ gcc -Wall -L/usr/lib32 -m32 foo.o >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 26 07:24:23 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE2D9106566B; Mon, 26 Oct 2009 07:24:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C5F128FC0A; Mon, 26 Oct 2009 07:24:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9Q7ONAA026921; Mon, 26 Oct 2009 07:24:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9Q7ONGZ026917; Mon, 26 Oct 2009 07:24:23 GMT (envelope-from linimon) Date: Mon, 26 Oct 2009 07:24:23 GMT Message-Id: <200910260724.n9Q7ONGZ026917@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org X-Mailman-Approved-At: Mon, 26 Oct 2009 11:20:43 +0000 Cc: Subject: Re: gnu/139982: ld(1): BFD internal error X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 07:24:24 -0000 Old Synopsis: BFD internal error New Synopsis: ld(1): BFD internal error Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Oct 26 07:23:00 UTC 2009 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=139982 From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 26 08:50:03 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCEDA106566B for ; Mon, 26 Oct 2009 08:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BBBFD8FC20 for ; Mon, 26 Oct 2009 08:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9Q8o3Nl022927 for ; Mon, 26 Oct 2009 08:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9Q8o3F2022926; Mon, 26 Oct 2009 08:50:03 GMT (envelope-from gnats) Date: Mon, 26 Oct 2009 08:50:03 GMT Message-Id: <200910260850.n9Q8o3F2022926@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) X-Mailman-Approved-At: Mon, 26 Oct 2009 11:20:52 +0000 Cc: Subject: Re: amd64/128686: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 08:50:03 -0000 The following reply was made to PR amd64/128686; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/128686: commit references a PR Date: Mon, 26 Oct 2009 08:41:23 +0000 (UTC) Author: mav Date: Mon Oct 26 08:41:10 2009 New Revision: 198479 URL: http://svn.freebsd.org/changeset/base/198479 Log: Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5) memory access. PR: amd64/128686, amd64/132372, amd64/139156 MFC after: 3 days Modified: head/sys/dev/ata/chipsets/ata-nvidia.c Modified: head/sys/dev/ata/chipsets/ata-nvidia.c ============================================================================== --- head/sys/dev/ata/chipsets/ata-nvidia.c Mon Oct 26 07:43:41 2009 (r198478) +++ head/sys/dev/ata/chipsets/ata-nvidia.c Mon Oct 26 08:41:10 2009 (r198479) @@ -165,7 +165,8 @@ ata_nvidia_chipinit(device_t dev) /* enable control access */ pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) | 0x04,1); - + /* MCP55 seems to need some time to allow r_res2 read. */ + DELAY(10); if (ctlr->chip->cfg1 & NVQ) { /* clear interrupt status */ ATA_OUTL(ctlr->r_res2, offset, 0x00ff00ff); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 26 08:50:05 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CFBF1065670 for ; Mon, 26 Oct 2009 08:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4C42C8FC0A for ; Mon, 26 Oct 2009 08:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9Q8o5Px022953 for ; Mon, 26 Oct 2009 08:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9Q8o5Ln022952; Mon, 26 Oct 2009 08:50:05 GMT (envelope-from gnats) Date: Mon, 26 Oct 2009 08:50:05 GMT Message-Id: <200910260850.n9Q8o5Ln022952@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) X-Mailman-Approved-At: Mon, 26 Oct 2009 11:21:00 +0000 Cc: Subject: Re: amd64/132372: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 08:50:05 -0000 The following reply was made to PR amd64/132372; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/132372: commit references a PR Date: Mon, 26 Oct 2009 08:41:23 +0000 (UTC) Author: mav Date: Mon Oct 26 08:41:10 2009 New Revision: 198479 URL: http://svn.freebsd.org/changeset/base/198479 Log: Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5) memory access. PR: amd64/128686, amd64/132372, amd64/139156 MFC after: 3 days Modified: head/sys/dev/ata/chipsets/ata-nvidia.c Modified: head/sys/dev/ata/chipsets/ata-nvidia.c ============================================================================== --- head/sys/dev/ata/chipsets/ata-nvidia.c Mon Oct 26 07:43:41 2009 (r198478) +++ head/sys/dev/ata/chipsets/ata-nvidia.c Mon Oct 26 08:41:10 2009 (r198479) @@ -165,7 +165,8 @@ ata_nvidia_chipinit(device_t dev) /* enable control access */ pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) | 0x04,1); - + /* MCP55 seems to need some time to allow r_res2 read. */ + DELAY(10); if (ctlr->chip->cfg1 & NVQ) { /* clear interrupt status */ ATA_OUTL(ctlr->r_res2, offset, 0x00ff00ff); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 26 08:50:07 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3D7A106566B for ; Mon, 26 Oct 2009 08:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E312F8FC12 for ; Mon, 26 Oct 2009 08:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9Q8o60H022965 for ; Mon, 26 Oct 2009 08:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9Q8o6M1022964; Mon, 26 Oct 2009 08:50:06 GMT (envelope-from gnats) Date: Mon, 26 Oct 2009 08:50:06 GMT Message-Id: <200910260850.n9Q8o6M1022964@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) X-Mailman-Approved-At: Mon, 26 Oct 2009 11:21:08 +0000 Cc: Subject: Re: amd64/139156: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 08:50:07 -0000 The following reply was made to PR amd64/139156; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/139156: commit references a PR Date: Mon, 26 Oct 2009 08:41:24 +0000 (UTC) Author: mav Date: Mon Oct 26 08:41:10 2009 New Revision: 198479 URL: http://svn.freebsd.org/changeset/base/198479 Log: Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5) memory access. PR: amd64/128686, amd64/132372, amd64/139156 MFC after: 3 days Modified: head/sys/dev/ata/chipsets/ata-nvidia.c Modified: head/sys/dev/ata/chipsets/ata-nvidia.c ============================================================================== --- head/sys/dev/ata/chipsets/ata-nvidia.c Mon Oct 26 07:43:41 2009 (r198478) +++ head/sys/dev/ata/chipsets/ata-nvidia.c Mon Oct 26 08:41:10 2009 (r198479) @@ -165,7 +165,8 @@ ata_nvidia_chipinit(device_t dev) /* enable control access */ pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) | 0x04,1); - + /* MCP55 seems to need some time to allow r_res2 read. */ + DELAY(10); if (ctlr->chip->cfg1 & NVQ) { /* clear interrupt status */ ATA_OUTL(ctlr->r_res2, offset, 0x00ff00ff); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 26 09:20:04 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29CFB106568F for ; Mon, 26 Oct 2009 09:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 18BE28FC2A for ; Mon, 26 Oct 2009 09:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9Q9K3Sk048420 for ; Mon, 26 Oct 2009 09:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9Q9K32u048419; Mon, 26 Oct 2009 09:20:03 GMT (envelope-from gnats) Date: Mon, 26 Oct 2009 09:20:03 GMT Message-Id: <200910260920.n9Q9K32u048419@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) X-Mailman-Approved-At: Mon, 26 Oct 2009 11:21:19 +0000 Cc: Subject: Re: amd64/139859: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 09:20:04 -0000 The following reply was made to PR amd64/139859; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/139859: commit references a PR Date: Mon, 26 Oct 2009 09:16:27 +0000 (UTC) Author: mav Date: Mon Oct 26 09:16:08 2009 New Revision: 198480 URL: http://svn.freebsd.org/changeset/base/198480 Log: Document atapci kernel module split. PR: amd64/139859 MFC after: 3 days Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Oct 26 08:41:10 2009 (r198479) +++ head/UPDATING Mon Oct 26 09:16:08 2009 (r198480) @@ -632,6 +632,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. userland (libpmc(3)) and the kernel module (hwpmc(4)) in sync. +20081009: + atapci kernel module now includes only generic PCI ATA + driver. AHCI driver moved to ataahci kernel module. + All vendor-specific code moved into separate kernel modules: + ataacard, ataacerlabs, ataadaptec, ataamd, ataati, atacenatek, + atacypress, atacyrix, atahighpoint, ataintel, ataite, atajmicron, + atamarvell, atamicron, atanational, atanetcell, atanvidia, + atapromise, ataserverworks, atasiliconimage, atasis, atavia + 20080820: The TTY subsystem of the kernel has been replaced by a new implementation, which provides better scalability and an _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 26 11:06:54 2009 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2902B106568F for ; Mon, 26 Oct 2009 11:06:54 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F038F8FC12 for ; Mon, 26 Oct 2009 11:06:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9QB6reO043682 for ; Mon, 26 Oct 2009 11:06:53 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9QB6r37043680 for freebsd-amd64@FreeBSD.org; Mon, 26 Oct 2009 11:06:53 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 26 Oct 2009 11:06:53 GMT Message-Id: <200910261106.n9QB6r37043680@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org X-Mailman-Approved-At: Mon, 26 Oct 2009 11:21:36 +0000 Cc: Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 11:06:54 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/139924 amd64 [boot] cd or dvd not load o amd64/139859 amd64 [ata] Intel 82801 SATA Controller not recognized [regr o amd64/139614 amd64 [minidump] minidumps fail when many interrupts fire o amd64/139156 amd64 [ata] MCP55 SATA Disks fail to initialise, leading to f amd64/138661 amd64 [panic] Kernel Panic after typing "reboot" o amd64/138626 amd64 telepites o amd64/138029 amd64 [panic] periodically kernel panic and reboot o amd64/137942 amd64 [pci] 8.0-BETA2 having problems with Asus M2N-SLI-delu o amd64/136814 amd64 [mxge] mxge driver error s i386/135447 amd64 [i386] [request] Intel Core i7 and Nehalem-EP new feat o amd64/135265 amd64 [install] Boot from install cd hangs on HP DL160 G5 wi o amd64/135040 amd64 [ata] FreeBSD/amd64 does not (always) detect disk on S o amd64/134978 amd64 [panic] g_up pmap amd64 panic o amd64/134757 amd64 32 bit processes on 64 bit platforms occasionally drop o amd64/133977 amd64 [panic] [ffs] "panic: ffs_blkfree: freeing free block" o amd64/133701 amd64 Recompiling the kernel with k8temp or smbios break GEO o amd64/132574 amd64 [boot] [hang] Freeze on bootstrap loader (CD) using AT o amd64/132372 amd64 [ata] No disks found (nVidia nForce MCP55 sata control f amd64/132019 amd64 [install] kernel trap 12 while installation o amd64/131906 amd64 [ata] SATA data corruption with Promise PDC20378 (amd6 o amd64/131456 amd64 ACPI & ATA problems o amd64/131314 amd64 [modules] [panic] large modules fail to load on amd64 o amd64/131209 amd64 [panic] [bce] 7.1-STABLE amd64 crash - m0 NULL f amd64/130885 amd64 sockstat(1) on amd64 does not work o amd64/130864 amd64 [hang] Problem with copying files to a large partition o amd64/130817 amd64 FreeBSD does not support HP DL160G5 [regression] o amd64/130494 amd64 [boot] netbooting BTX fails on amd64 o amd64/130483 amd64 [mxge] MSI must be disabled when Myricom 10Gbps Card i o amd64/130368 amd64 [hang] Switching from xorg to console locks up compute o amd64/129889 amd64 [boot] [hang] The booting process stops at the line mo o amd64/129721 amd64 [hang] Motherboard K9N2G Neo-FD hangs on boot of 7.0-R o amd64/129667 amd64 [ata] Elitegroup A780GM-A IDE controller not recognize o amd64/129426 amd64 [panic] FreeBSD 7.0 crash after subdiskXX: detached o amd64/129315 amd64 [boot] [reboot] amd64 motherboard: Intel DG965WH mothe o amd64/128978 amd64 [install] FreeBSD 6.3 64-bit panics at boot time duri o amd64/128810 amd64 AMD 64 port installation o amd64/128765 amd64 [install] Install CD loads to Install choices but stop o amd64/128686 amd64 [ata] can't detect SATA Disk on 8.0-Current with NF550 o amd64/128263 amd64 [panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 a o amd64/128259 amd64 csh(1): "`" crashes csh o amd64/127640 amd64 gcc(1) will not build shared libraries with -fprofile- o amd64/127484 amd64 [timecounters] Drift problem with FreeBSD 7.0 and 7.1 o amd64/127451 amd64 [scheduler] incorrect load on quad core o amd64/127397 amd64 [amd64] 32bit application on FreeBSD-6.3 amd64 gets SI s amd64/127276 amd64 ldd(1) invokes linux yes o amd64/127129 amd64 mdconfig(8) is core dumping with Segmentation Fault 11 o amd64/125873 amd64 [smbd] [panic] Repeated kernel panics, trap 12 page fa o amd64/125002 amd64 [install] amd64, SATA hard disks not detected o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o amd64/123562 amd64 [install] FreeBSD amd64 not installs o amd64/123520 amd64 [ahd] unable to boot from net while using ahd o amd64/123456 amd64 fstat(1): /usr/bin/fstat shows error messages and hang f amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o amd64/122624 amd64 unusable minimal installation of FreeBSD-7.0 o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial o amd64/122468 amd64 Compile problems after upgrading to 7.0 o amd64/122174 amd64 [panic] 7.0 no longer includes "device atpic" so fails o amd64/121590 amd64 [est] [p4tcc] [acpi_perf] setting dev.cpu.0.freq somet o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o amd64/117418 amd64 [hang] FreeBSD 6.2 crash on amd64 4400+ with ssh o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A a amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 s amd64/116689 amd64 [request] support for MSI K9MM-V o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on o amd64/116322 amd64 [panic] At start fsck on current, the system panics o amd64/116159 amd64 [panic] Panic while debugging on CURRENT s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does f amd64/105514 amd64 [boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP o amd64/94677 amd64 [panic] panic in amd64 install at non-root user creati o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/89501 amd64 [install] System crashes on install using ftp on local o amd64/88790 amd64 [panic] kernel panic on first boot (after the FreeBSD o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in s amd64/85273 amd64 [install] FreeBSD (NetBSD or OpenBSD) not install on l o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/76136 amd64 [hang] system halts before reboot o amd64/74747 amd64 [panic] System panic on shutdown when process will not 98 problems total. From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 26 14:41:59 2009 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43313106566B for ; Mon, 26 Oct 2009 14:41:59 +0000 (UTC) (envelope-from caelian@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id CC80F8FC0C for ; Mon, 26 Oct 2009 14:41:58 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 9so2470660eyd.9 for ; Mon, 26 Oct 2009 07:41:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=s7CuXtAViH8/zd7q9viw0dmeUggNfOFnmE33U+4RhVE=; b=qLGbLgjnxVMb9uFcsZ7IGVyHuDrCaPL+yjD0SW9jIt9mU8NShZA6RsTpcDtDWJCqOu Jx2aZwUUTQDD7ZLhxqNftdmoDjVCPMTPnaMrd1fX1ceru4ieOIwcPtZ/xJZEoJpXMmrB tgG+qK2sKWWmRdPqE6Gpms+Bit/SC1HAgoXiw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=TJ3/Q6SBwBCn+IIyVndNc3w42DvCyIAOecAZKKB552l5j06aforApHA3J6kK+1kDKL Ab1fTAnw0r+cRiqglggTYEo8S4bExZYZCcsu3Gmnze3mXxI1x/DH67jVEQkWWP6bjaKk MqPTXbJke+1RIoMlTrRe/F1CF7V9D3qSB8w7k= MIME-Version: 1.0 Received: by 10.211.146.5 with SMTP id y5mr2225643ebn.41.1256566716074; Mon, 26 Oct 2009 07:18:36 -0700 (PDT) In-Reply-To: <4AE3A001.8000205@FreeBSD.org> References: <4AE3A001.8000205@FreeBSD.org> Date: Mon, 26 Oct 2009 15:18:36 +0100 Message-ID: From: Pascal Hofstee To: Alexander Motin Content-Type: text/plain; charset=ISO-8859-1 Cc: icegloom dem , FreeBSD-Current , FreeBSD Stable , freebsd-amd64@freebsd.org Subject: Re: MCP55 SATA solution to test X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 14:41:59 -0000 2009/10/25 Alexander Motin : > Hi. > > Thanks to one man who provided access to his machine, I seem to found > how to fix device detection on nVidia MCP55 SATA controller on amd64 > 8.0. Looks like this controller need some time (very short) to enable > BAR(5) memory access after PCI configuration register written. Probably > some changes in PCI code exposed this issue. Also it explains why > setting hw.pci.mcfg to 0 helps. > > Attached patch solves problem for that machine. Testers are welcome. Confirmed this also fixes the SATA detection on my MSI K9N Neo on 9.0-CURRENT. Please commit :) From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 26 19:40:04 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D067106568D for ; Mon, 26 Oct 2009 19:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DDF458FC22 for ; Mon, 26 Oct 2009 19:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9QJe3Rg095147 for ; Mon, 26 Oct 2009 19:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9QJe3Ok095144; Mon, 26 Oct 2009 19:40:03 GMT (envelope-from gnats) Resent-Date: Mon, 26 Oct 2009 19:40:03 GMT Resent-Message-Id: <200910261940.n9QJe3Ok095144@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, allan Kintigh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A02BB1065670 for ; Mon, 26 Oct 2009 19:39:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 8E5E78FC14 for ; Mon, 26 Oct 2009 19:39:30 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9QJdUA4005032 for ; Mon, 26 Oct 2009 19:39:30 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n9QJdUFk005030; Mon, 26 Oct 2009 19:39:30 GMT (envelope-from nobody) Message-Id: <200910261939.n9QJdUFk005030@www.freebsd.org> Date: Mon, 26 Oct 2009 19:39:30 GMT From: allan Kintigh To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Mon, 26 Oct 2009 20:30:44 +0000 Cc: Subject: amd64/139998: 7.2 amd64 panic in kern_mutex.c:339 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 19:40:04 -0000 >Number: 139998 >Category: amd64 >Synopsis: 7.2 amd64 panic in kern_mutex.c:339 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 26 19:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: allan Kintigh >Release: 7.2 >Organization: National Bancard Services, Inc >Environment: FreeBSD gw1.rock.nbs 7.2-STABLE FreeBSD 7.2-STABLE #3: Friday \oct 23 14:38:12 CDT 2009 allank@cpytinybsd72-64.rock.nbs:/usr/obj/usr/src/sys/TINYBSD_CARP amd64 >Description: System boots up, then shortly after panics if I have all network devices plugged in. GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x258 fault code = supervisor read data, page not present instruction pointer = 0x8:0xffffffff803a18ad stack pointer = 0x10:0xffffff807937a610 frame pointer = 0x10:0xffffff00038073a0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 1703 (snmpd) trap number = 12 panic: page fault cpuid = 0 Uptime: 3m34s Physical memory: 4084 MB Dumping 1246 MB: 1231 1215 1199 1183 1167 1151 1135 1119 1103 1087 1071 1055 1039 1023 1007 991 975 959 943 927 911 895 879 863 847 831 815 799 783 767 751 735 719 703 687 671 655 639 623 607 591 575 559 543 527 511 495 479 463 447 431 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 63 47 31 15 Reading symbols from /boot/kernel/ipfw.ko...Reading symbols from /boot/kernel/ipfw.ko.symbols...done. done. Loaded symbols for /boot/kernel/ipfw.ko #0 doadump () at pcpu.h:195 195 __asm __volatile("movq %%gs:0,%0" : "=r" (td)); (kgdb) back #0 doadump () at pcpu.h:195 #1 0x0000000000000004 in ?? () #2 0xffffffff803af859 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #3 0xffffffff803afc62 in panic (fmt=0x104
) at /usr/src/sys/kern/kern_shutdown.c:574 #4 0xffffffff80616233 in trap_fatal (frame=0xffffff00038073a0, eva=Variable "eva" is not available. ) at /usr/src/sys/amd64/amd64/trap.c:770 #5 0xffffffff80616605 in trap_pfault (frame=0xffffff807937a560, usermode=0) at /usr/src/sys/amd64/amd64/trap.c:686 #6 0xffffffff80616f44 in trap (frame=0xffffff807937a560) at /usr/src/sys/amd64/amd64/trap.c:457 #7 0xffffffff80600dbe in calltrap () at /usr/src/sys/amd64/amd64/exception.S:218 #8 0xffffffff803a18ad in _mtx_lock_sleep (m=0xffffff00039916e8, tid=18446742974256673696, opts=Variable "opts" is not available. ) at /usr/src/sys/kern/kern_mutex.c:339 #9 0xffffffff80462abc in rtrequest1_fib (req=11, info=0xffffff807937a6d0, ret_nrt=0xffffff807937a7f8, fibnum=0) at /usr/src/sys/net/route.c:1045 #10 0xffffffff8046342d in rtrequest_fib (req=11, dst=0xffffff807937a8d8, gateway=0x0, netmask=0x0, flags=0, ret_nrt=0xffffff807937a7f8, fibnum=0) at /usr/src/sys/net/route.c:738 #11 0xffffffff804638c1 in rtalloc1_fib (dst=0xffffff807937a8d8, report=1, ignflags=18446744073709551615, fibnum=0) at /usr/src/sys/net/route.c:315 #12 0xffffffff80464ad9 in rtalloc_ign_fib (ro=0xffffff807937a8d0, ignore=0, fibnum=0) at /usr/src/sys/net/route.c:252 #13 0xffffffff8049f31d in ip_output (m=0xffffff0003ddeb00, opt=0x0, ro=0xffffff807937a8d0, flags=0, imo=0x0, inp=0xffffff000396d900) at /usr/src/sys/netinet/ip_output.c:230 #14 0xffffffff8050f26b in udp_send (so=Variable "so" is not available. ) at /usr/src/sys/netinet/udp_usrreq.c:1100 #15 0xffffffff8040ce61 in sosend_dgram (so=0xffffff0003d422d0, addr=0x0, uio=Variable "uio" is not available. ) at /usr/src/sys/kern/uipc_socket.c:1060 #16 0xffffffff80411a37 in kern_sendit (td=0xffffff00038073a0, s=11, mp=0xffffff807937ab10, flags=0, control=0x0, segflg=Variable "segflg" is not available. ) at /usr/src/sys/kern/uipc_syscalls.c:805 #17 0xffffffff804149af in sendit (td=0xffffff00038073a0, s=11, mp=0xffffff807937ab10, flags=0) at /usr/src/sys/kern/uipc_syscalls.c:742 #18 0xffffffff80414aaf in sendto (td=Variable "td" is not available. ) at /usr/src/sys/kern/uipc_syscalls.c:857 #19 0xffffffff80616887 in syscall (frame=0xffffff807937ac80) at /usr/src/sys/amd64/amd64/trap.c:913 #20 0xffffffff80600fcb in Xfast_syscall () at /usr/src/sys/amd64/amd64/exception.S:339 #21 0x000000080168568c in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) >How-To-Repeat: Can re-create at will on my machine. Have CARP, IPFW, and routed running on a lot of interfaces. >Fix: ?? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 03:30:02 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0EB71065692 for ; Thu, 29 Oct 2009 03:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8DB938FC16 for ; Thu, 29 Oct 2009 03:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9T3U2Te055695 for ; Thu, 29 Oct 2009 03:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9T3U2i2055694; Thu, 29 Oct 2009 03:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 29 Oct 2009 03:30:02 GMT Resent-Message-Id: <200910290330.n9T3U2i2055694@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Weldon Godfrey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0A3B106566B for ; Thu, 29 Oct 2009 03:28:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id CEF9C8FC12 for ; Thu, 29 Oct 2009 03:28:50 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9T3So8K018608 for ; Thu, 29 Oct 2009 03:28:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n9T3SoGC018607; Thu, 29 Oct 2009 03:28:50 GMT (envelope-from nobody) Message-Id: <200910290328.n9T3SoGC018607@www.freebsd.org> Date: Thu, 29 Oct 2009 03:28:50 GMT From: Weldon Godfrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Thu, 29 Oct 2009 04:23:51 +0000 Cc: Subject: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 03:30:02 -0000 >Number: 140067 >Category: amd64 >Synopsis: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 29 03:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Weldon Godfrey >Release: 8.0-RC2 >Organization: ENA >Environment: >Description: I installed FreeBSD8.0-RC2 on a Dell 2950-iii, with the intention of moving the disks to another Dell 2950-iii. The install won't boot. After the boot loader, it just hangs with the "-" and doesn't get to the BSD loader menu. I went ahead and tried to reinstall FreeBSD 8.0-RC2 on those disks, the installer was able to find the label and particians. I went ahead and had it re-install over the disks (the holographic shell showed that the old data was there while it was reinstalling). When it rebooted to boot up for the 1st time, it hung in the same part. I took those disks back to the 2950-iii I originally installed it on and it booted fine. The difference with the 2950-iii that will not boot 8.0-RC2 is: 1. it is 16GB RAM instead of 8GB 2. it has a 3ware 9690SE8 controller, with 24 SAS drives attached. Both 2950-iii's are running the same version of BIOS I am installing FreeBSD onto a set of RAID1 disks on PERC/6i controllers. Is there a problem with the loader with lots of disks visible? or is it a problem having two controllers and/or a issue with the 3ware controller? I put back my old disks running an old version of 8.0-CURRENT (DEC 12th i think), it came back up. However, I remember that I had to use a loader from 7.0-CURRENT because newer loaders would not load (however, it would hang after the loader menu). >How-To-Repeat: see full descr. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 09:50:03 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16A9D1065676 for ; Thu, 29 Oct 2009 09:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E09A98FC15 for ; Thu, 29 Oct 2009 09:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9T9o2iC021850 for ; Thu, 29 Oct 2009 09:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9T9o26K021849; Thu, 29 Oct 2009 09:50:02 GMT (envelope-from gnats) Date: Thu, 29 Oct 2009 09:50:02 GMT Message-Id: <200910290950.n9T9o26K021849@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) X-Mailman-Approved-At: Thu, 29 Oct 2009 11:34:12 +0000 Cc: Subject: Re: amd64/128686: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 09:50:03 -0000 The following reply was made to PR amd64/128686; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/128686: commit references a PR Date: Thu, 29 Oct 2009 09:45:58 +0000 (UTC) Author: mav Date: Thu Oct 29 09:45:48 2009 New Revision: 198572 URL: http://svn.freebsd.org/changeset/base/198572 Log: Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5) memory access. PR: amd64/128686, amd64/132372, amd64/139156 Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/ata/chipsets/ata-nvidia.c stable/8/sys/dev/xen/xenpci/ (props changed) Modified: stable/8/sys/dev/ata/chipsets/ata-nvidia.c ============================================================================== --- stable/8/sys/dev/ata/chipsets/ata-nvidia.c Thu Oct 29 09:45:05 2009 (r198571) +++ stable/8/sys/dev/ata/chipsets/ata-nvidia.c Thu Oct 29 09:45:48 2009 (r198572) @@ -165,7 +165,8 @@ ata_nvidia_chipinit(device_t dev) /* enable control access */ pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) | 0x04,1); - + /* MCP55 seems to need some time to allow r_res2 read. */ + DELAY(10); if (ctlr->chip->cfg1 & NVQ) { /* clear interrupt status */ ATA_OUTL(ctlr->r_res2, offset, 0x00ff00ff); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 09:50:04 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC5C2106566C for ; Thu, 29 Oct 2009 09:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B264F8FC0A for ; Thu, 29 Oct 2009 09:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9T9o470021876 for ; Thu, 29 Oct 2009 09:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9T9o43M021875; Thu, 29 Oct 2009 09:50:04 GMT (envelope-from gnats) Date: Thu, 29 Oct 2009 09:50:04 GMT Message-Id: <200910290950.n9T9o43M021875@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) X-Mailman-Approved-At: Thu, 29 Oct 2009 11:34:21 +0000 Cc: Subject: Re: amd64/132372: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 09:50:04 -0000 The following reply was made to PR amd64/132372; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/132372: commit references a PR Date: Thu, 29 Oct 2009 09:45:59 +0000 (UTC) Author: mav Date: Thu Oct 29 09:45:48 2009 New Revision: 198572 URL: http://svn.freebsd.org/changeset/base/198572 Log: Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5) memory access. PR: amd64/128686, amd64/132372, amd64/139156 Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/ata/chipsets/ata-nvidia.c stable/8/sys/dev/xen/xenpci/ (props changed) Modified: stable/8/sys/dev/ata/chipsets/ata-nvidia.c ============================================================================== --- stable/8/sys/dev/ata/chipsets/ata-nvidia.c Thu Oct 29 09:45:05 2009 (r198571) +++ stable/8/sys/dev/ata/chipsets/ata-nvidia.c Thu Oct 29 09:45:48 2009 (r198572) @@ -165,7 +165,8 @@ ata_nvidia_chipinit(device_t dev) /* enable control access */ pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) | 0x04,1); - + /* MCP55 seems to need some time to allow r_res2 read. */ + DELAY(10); if (ctlr->chip->cfg1 & NVQ) { /* clear interrupt status */ ATA_OUTL(ctlr->r_res2, offset, 0x00ff00ff); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 09:50:06 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66B3D1065679 for ; Thu, 29 Oct 2009 09:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3D0198FC0C for ; Thu, 29 Oct 2009 09:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9T9o68M021882 for ; Thu, 29 Oct 2009 09:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9T9o6Dc021881; Thu, 29 Oct 2009 09:50:06 GMT (envelope-from gnats) Date: Thu, 29 Oct 2009 09:50:06 GMT Message-Id: <200910290950.n9T9o6Dc021881@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) X-Mailman-Approved-At: Thu, 29 Oct 2009 11:34:30 +0000 Cc: Subject: Re: amd64/139156: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 09:50:06 -0000 The following reply was made to PR amd64/139156; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/139156: commit references a PR Date: Thu, 29 Oct 2009 09:45:59 +0000 (UTC) Author: mav Date: Thu Oct 29 09:45:48 2009 New Revision: 198572 URL: http://svn.freebsd.org/changeset/base/198572 Log: Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5) memory access. PR: amd64/128686, amd64/132372, amd64/139156 Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/ata/chipsets/ata-nvidia.c stable/8/sys/dev/xen/xenpci/ (props changed) Modified: stable/8/sys/dev/ata/chipsets/ata-nvidia.c ============================================================================== --- stable/8/sys/dev/ata/chipsets/ata-nvidia.c Thu Oct 29 09:45:05 2009 (r198571) +++ stable/8/sys/dev/ata/chipsets/ata-nvidia.c Thu Oct 29 09:45:48 2009 (r198572) @@ -165,7 +165,8 @@ ata_nvidia_chipinit(device_t dev) /* enable control access */ pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) | 0x04,1); - + /* MCP55 seems to need some time to allow r_res2 read. */ + DELAY(10); if (ctlr->chip->cfg1 & NVQ) { /* clear interrupt status */ ATA_OUTL(ctlr->r_res2, offset, 0x00ff00ff); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 10:00:14 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7049C106566B for ; Thu, 29 Oct 2009 10:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5F0A38FC23 for ; Thu, 29 Oct 2009 10:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TA0E35030093 for ; Thu, 29 Oct 2009 10:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9TA0E4M030092; Thu, 29 Oct 2009 10:00:14 GMT (envelope-from gnats) Date: Thu, 29 Oct 2009 10:00:14 GMT Message-Id: <200910291000.n9TA0E4M030092@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) X-Mailman-Approved-At: Thu, 29 Oct 2009 11:34:55 +0000 Cc: Subject: Re: amd64/139859: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 10:00:14 -0000 The following reply was made to PR amd64/139859; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/139859: commit references a PR Date: Thu, 29 Oct 2009 09:58:26 +0000 (UTC) Author: mav Date: Thu Oct 29 09:58:16 2009 New Revision: 198574 URL: http://svn.freebsd.org/changeset/base/198574 Log: MFC rev. 198480, 198483: Document new modularised ATA kernel modules and options. PR: kern/133162, amd64/139859 Modified: stable/8/ (props changed) stable/8/ObsoleteFiles.inc (props changed) stable/8/UPDATING (contents, props changed) stable/8/bin/csh/ (props changed) stable/8/bin/sh/ (props changed) stable/8/cddl/compat/opensolaris/ (props changed) stable/8/cddl/contrib/opensolaris/ (props changed) stable/8/cddl/lib/libnvpair/ (props changed) stable/8/contrib/bind9/ (props changed) stable/8/contrib/bzip2/ (props changed) stable/8/contrib/cpio/ (props changed) stable/8/contrib/csup/ (props changed) stable/8/contrib/ee/ (props changed) stable/8/contrib/file/ (props changed) stable/8/contrib/gdb/ (props changed) stable/8/contrib/gdtoa/ (props changed) stable/8/contrib/less/ (props changed) stable/8/contrib/libpcap/ (props changed) stable/8/contrib/ncurses/ (props changed) stable/8/contrib/netcat/ (props changed) stable/8/contrib/ntp/ (props changed) stable/8/contrib/openbsm/ (props changed) stable/8/contrib/openpam/ (props changed) stable/8/contrib/pf/ (props changed) stable/8/contrib/sendmail/ (props changed) stable/8/contrib/tcpdump/ (props changed) stable/8/contrib/tcsh/ (props changed) stable/8/contrib/top/ (props changed) stable/8/contrib/top/install-sh (props changed) stable/8/contrib/traceroute/ (props changed) stable/8/contrib/wpa/ (props changed) stable/8/crypto/openssh/ (props changed) stable/8/crypto/openssl/ (props changed) stable/8/etc/ (props changed) stable/8/gnu/usr.bin/patch/ (props changed) stable/8/include/ (props changed) stable/8/kerberos5/lib/libgssapi_krb5/ (props changed) stable/8/kerberos5/lib/libgssapi_spnego/ (props changed) stable/8/lib/libarchive/ (props changed) stable/8/lib/libc/ (props changed) stable/8/lib/libc/gen/ (props changed) stable/8/lib/libc/stdio/asprintf.c (props changed) stable/8/lib/libc/stdtime/ (props changed) stable/8/lib/libc/string/ffsll.c (props changed) stable/8/lib/libc/string/flsll.c (props changed) stable/8/lib/libc/string/wcpcpy.c (props changed) stable/8/lib/libc/string/wcpncpy.c (props changed) stable/8/lib/libdevinfo/ (props changed) stable/8/lib/libdisk/ (props changed) stable/8/lib/libkvm/ (props changed) stable/8/lib/libthr/ (props changed) stable/8/lib/libusb/ (props changed) stable/8/lib/libusb/usb.h (props changed) stable/8/lib/libutil/ (props changed) stable/8/libexec/rtld-elf/ (props changed) stable/8/release/ (props changed) stable/8/release/doc/ (props changed) stable/8/release/doc/en_US.ISO8859-1/hardware/ (props changed) stable/8/sbin/ (props changed) stable/8/sbin/bsdlabel/ (props changed) stable/8/sbin/camcontrol/ (props changed) stable/8/sbin/dhclient/ (props changed) stable/8/sbin/geom/ (props changed) stable/8/sbin/ifconfig/ (props changed) stable/8/sbin/ipfw/ (props changed) stable/8/sbin/mksnap_ffs/ (props changed) stable/8/sbin/mount/ (props changed) stable/8/sbin/mount_nfs/ (props changed) stable/8/sbin/umount/ (props changed) stable/8/share/man/man4/ (props changed) stable/8/share/man/man5/ (props changed) stable/8/share/man/man7/ (props changed) stable/8/share/man/man9/ (props changed) stable/8/share/timedef/ (props changed) stable/8/share/zoneinfo/ (props changed) stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/conf/NOTES stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/xen/xenpci/ (props changed) stable/8/tools/regression/bin/sh/ (props changed) stable/8/tools/regression/lib/msun/test-conj.t (props changed) stable/8/tools/regression/poll/ (props changed) stable/8/tools/regression/priv/ (props changed) stable/8/tools/regression/usr.bin/pkill/pgrep-_g.t (props changed) stable/8/tools/regression/usr.bin/pkill/pgrep-_s.t (props changed) stable/8/tools/regression/usr.bin/pkill/pkill-_g.t (props changed) stable/8/tools/tools/ath/common/dumpregs.h (props changed) stable/8/tools/tools/ath/common/dumpregs_5210.c (props changed) stable/8/tools/tools/ath/common/dumpregs_5211.c (props changed) stable/8/tools/tools/ath/common/dumpregs_5212.c (props changed) stable/8/tools/tools/ath/common/dumpregs_5416.c (props changed) stable/8/tools/tools/termcap/termcap.pl (props changed) stable/8/tools/tools/vimage/ (props changed) stable/8/usr.bin/calendar/calendars/calendar.freebsd (props changed) stable/8/usr.bin/csup/ (props changed) stable/8/usr.bin/fstat/ (props changed) stable/8/usr.bin/look/ (props changed) stable/8/usr.bin/netstat/ (props changed) stable/8/usr.bin/procstat/ (props changed) stable/8/usr.bin/w/ (props changed) stable/8/usr.bin/whois/ (props changed) stable/8/usr.sbin/ (props changed) stable/8/usr.sbin/arp/ (props changed) stable/8/usr.sbin/dumpcis/cardinfo.h (props changed) stable/8/usr.sbin/dumpcis/cis.h (props changed) stable/8/usr.sbin/freebsd-update/ (props changed) stable/8/usr.sbin/iostat/ (props changed) stable/8/usr.sbin/jls/ (props changed) stable/8/usr.sbin/lpr/ (props changed) stable/8/usr.sbin/makefs/ffs/ffs_bswap.c (props changed) stable/8/usr.sbin/makefs/ffs/ffs_subr.c (props changed) stable/8/usr.sbin/makefs/ffs/ufs_bswap.h (props changed) stable/8/usr.sbin/makefs/getid.c (props changed) stable/8/usr.sbin/mfiutil/mfiutil.8 (props changed) stable/8/usr.sbin/ndp/ (props changed) stable/8/usr.sbin/ntp/ (props changed) stable/8/usr.sbin/ppp/ (props changed) stable/8/usr.sbin/pstat/ (props changed) stable/8/usr.sbin/sysinstall/ (props changed) stable/8/usr.sbin/traceroute6/ (props changed) stable/8/usr.sbin/wpa/ (props changed) stable/8/usr.sbin/zic/ (props changed) Modified: stable/8/UPDATING ============================================================================== --- stable/8/UPDATING Thu Oct 29 09:51:13 2009 (r198573) +++ stable/8/UPDATING Thu Oct 29 09:58:16 2009 (r198574) @@ -566,6 +566,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. userland (libpmc(3)) and the kernel module (hwpmc(4)) in sync. +20081009: + atapci kernel module now includes only generic PCI ATA + driver. AHCI driver moved to ataahci kernel module. + All vendor-specific code moved into separate kernel modules: + ataacard, ataacerlabs, ataadaptec, ataamd, ataati, atacenatek, + atacypress, atacyrix, atahighpoint, ataintel, ataite, atajmicron, + atamarvell, atamicron, atanational, atanetcell, atanvidia, + atapromise, ataserverworks, atasiliconimage, atasis, atavia + 20080820: The TTY subsystem of the kernel has been replaced by a new implementation, which provides better scalability and an Modified: stable/8/sys/conf/NOTES ============================================================================== --- stable/8/sys/conf/NOTES Thu Oct 29 09:51:13 2009 (r198573) +++ stable/8/sys/conf/NOTES Thu Oct 29 09:58:16 2009 (r198574) @@ -1657,6 +1657,10 @@ device siis # The 'ATA' driver supports all ATA and ATAPI devices, including PC Card # devices. You only need one "device ata" for it to find all # PCI and PC Card ATA/ATAPI devices on modern machines. +# Alternatively, individual bus and chipset drivers may be chosen by using +# the 'atacore' driver then selecting the drivers on a per vendor basis. +# For example to build a system which only supports a VIA chipset, +# omit 'ata' and include the 'atacore', 'atapci' and 'atavia' drivers. device ata device atadisk # ATA disk drives device ataraid # ATA RAID drives @@ -1665,6 +1669,39 @@ device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives device atapicam # emulate ATAPI devices as SCSI ditto via CAM # needs CAM to be present (scbus & pass) + +# Modular ATA +#device atacore # Core ATA functionality +#device atacard # CARDBUS support +#device atabus # PC98 cbus support +#device ataisa # ISA bus support +#device atapci # PCI bus support; only generic chipset support + +# PCI ATA chipsets +#device ataahci # AHCI SATA +#device ataacard # ACARD +#device ataacerlabs # Acer Labs Inc. (ALI) +#device ataadaptec # Adaptec +#device ataamd # American Micro Devices (AMD) +#device ataati # ATI +#device atacenatek # Cenatek +#device atacypress # Cypress +#device atacyrix # Cyrix +#device atahighpoint # HighPoint +#device ataintel # Intel +#device ataite # Integrated Technology Inc. (ITE) +#device atajmicron # JMicron +#device atamarvell # Marvell +#device atamicron # Micron +#device atanational # National +#device atanetcell # NetCell +#device atanvidia # nVidia +#device atapromise # Promise +#device ataserverworks # ServerWorks +#device atasiliconimage # Silicon Image Inc. (SiI) (formerly CMD) +#device atasis # Silicon Integrated Systems Corp.(SiS) +#device atavia # VIA Technologies Inc. + # # For older non-PCI, non-PnPBIOS systems, these are the hints lines to add: hint.ata.0.at="isa" _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 11:54:10 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D4D51065693; Thu, 29 Oct 2009 11:54:10 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3449E8FC1E; Thu, 29 Oct 2009 11:54:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TBsApC037910; Thu, 29 Oct 2009 11:54:10 GMT (envelope-from mav@freefall.freebsd.org) Received: (from mav@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9TBsAmi037906; Thu, 29 Oct 2009 11:54:10 GMT (envelope-from mav) Date: Thu, 29 Oct 2009 11:54:10 GMT Message-Id: <200910291154.n9TBsAmi037906@freefall.freebsd.org> To: hans.doh@gmail.com, mav@FreeBSD.org, freebsd-amd64@FreeBSD.org From: mav@FreeBSD.org Cc: Subject: Re: amd64/128686: [ata] can't detect SATA Disk on 8.0-Current with NF550 [regression] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 11:54:10 -0000 Synopsis: [ata] can't detect SATA Disk on 8.0-Current with NF550 [regression] State-Changed-From-To: open->closed State-Changed-By: mav State-Changed-When: Thu Oct 29 11:53:21 UTC 2009 State-Changed-Why: Fix committed and merged down to 8.0. http://www.freebsd.org/cgi/query-pr.cgi?pr=128686 From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 11:54:46 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F3A71065676; Thu, 29 Oct 2009 11:54:46 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 264BC8FC18; Thu, 29 Oct 2009 11:54:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TBsk8k037963; Thu, 29 Oct 2009 11:54:46 GMT (envelope-from mav@freefall.freebsd.org) Received: (from mav@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9TBsjKw037959; Thu, 29 Oct 2009 11:54:45 GMT (envelope-from mav) Date: Thu, 29 Oct 2009 11:54:45 GMT Message-Id: <200910291154.n9TBsjKw037959@freefall.freebsd.org> To: bsd@maxnet.ws, mav@FreeBSD.org, freebsd-amd64@FreeBSD.org From: mav@FreeBSD.org Cc: Subject: Re: amd64/132372: [ata] No disks found (nVidia nForce MCP55 sata controller) [regression] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 11:54:46 -0000 Synopsis: [ata] No disks found (nVidia nForce MCP55 sata controller) [regression] State-Changed-From-To: open->closed State-Changed-By: mav State-Changed-When: Thu Oct 29 11:54:29 UTC 2009 State-Changed-Why: Fix committed and merged down to 8.0. http://www.freebsd.org/cgi/query-pr.cgi?pr=132372 From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 11:55:13 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CB971065692; Thu, 29 Oct 2009 11:55:13 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5398B8FC26; Thu, 29 Oct 2009 11:55:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TBtDu6038028; Thu, 29 Oct 2009 11:55:13 GMT (envelope-from mav@freefall.freebsd.org) Received: (from mav@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9TBtDw0038024; Thu, 29 Oct 2009 11:55:13 GMT (envelope-from mav) Date: Thu, 29 Oct 2009 11:55:13 GMT Message-Id: <200910291155.n9TBtDw0038024@freefall.freebsd.org> To: lpackham@leenux.org.uk, mav@FreeBSD.org, freebsd-amd64@FreeBSD.org From: mav@FreeBSD.org Cc: Subject: Re: amd64/139156: [ata] MCP55 SATA Disks fail to initialise, leading to failure to boot [regression] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 11:55:13 -0000 Synopsis: [ata] MCP55 SATA Disks fail to initialise, leading to failure to boot [regression] State-Changed-From-To: open->closed State-Changed-By: mav State-Changed-When: Thu Oct 29 11:54:59 UTC 2009 State-Changed-Why: Fix committed and merged down to 8.0. http://www.freebsd.org/cgi/query-pr.cgi?pr=139156 From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 12:00:14 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3943B10656B4 for ; Thu, 29 Oct 2009 12:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0DDCD8FC14 for ; Thu, 29 Oct 2009 12:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TC0Ds8038182 for ; Thu, 29 Oct 2009 12:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9TC0D80038181; Thu, 29 Oct 2009 12:00:13 GMT (envelope-from gnats) Date: Thu, 29 Oct 2009 12:00:13 GMT Message-Id: <200910291200.n9TC0D80038181@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) X-Mailman-Approved-At: Thu, 29 Oct 2009 12:05:35 +0000 Cc: Subject: Re: amd64/128686: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 12:00:14 -0000 The following reply was made to PR amd64/128686; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/128686: commit references a PR Date: Thu, 29 Oct 2009 11:52:40 +0000 (UTC) Author: mav Date: Thu Oct 29 11:52:26 2009 New Revision: 198580 URL: http://svn.freebsd.org/changeset/base/198580 Log: MFC rev. 198479: Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5) memory access. PR: amd64/128686, amd64/132372, amd64/139156 Approved by: re (kib) Modified: releng/8.0/sys/ (props changed) releng/8.0/sys/amd64/include/xen/ (props changed) releng/8.0/sys/cddl/contrib/opensolaris/ (props changed) releng/8.0/sys/contrib/dev/acpica/ (props changed) releng/8.0/sys/contrib/pf/ (props changed) releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c releng/8.0/sys/dev/xen/xenpci/ (props changed) Modified: releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c ============================================================================== --- releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c Thu Oct 29 11:00:39 2009 (r198579) +++ releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c Thu Oct 29 11:52:26 2009 (r198580) @@ -165,7 +165,8 @@ ata_nvidia_chipinit(device_t dev) /* enable control access */ pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) | 0x04,1); - + /* MCP55 seems to need some time to allow r_res2 read. */ + DELAY(10); if (ctlr->chip->cfg1 & NVQ) { /* clear interrupt status */ ATA_OUTL(ctlr->r_res2, offset, 0x00ff00ff); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 12:00:16 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9A0910656B1 for ; Thu, 29 Oct 2009 12:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 329918FC17 for ; Thu, 29 Oct 2009 12:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TC0GXs038193 for ; Thu, 29 Oct 2009 12:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9TC0GYU038192; Thu, 29 Oct 2009 12:00:16 GMT (envelope-from gnats) Date: Thu, 29 Oct 2009 12:00:16 GMT Message-Id: <200910291200.n9TC0GYU038192@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) X-Mailman-Approved-At: Thu, 29 Oct 2009 12:05:42 +0000 Cc: Subject: Re: amd64/132372: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 12:00:16 -0000 The following reply was made to PR amd64/132372; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/132372: commit references a PR Date: Thu, 29 Oct 2009 11:52:40 +0000 (UTC) Author: mav Date: Thu Oct 29 11:52:26 2009 New Revision: 198580 URL: http://svn.freebsd.org/changeset/base/198580 Log: MFC rev. 198479: Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5) memory access. PR: amd64/128686, amd64/132372, amd64/139156 Approved by: re (kib) Modified: releng/8.0/sys/ (props changed) releng/8.0/sys/amd64/include/xen/ (props changed) releng/8.0/sys/cddl/contrib/opensolaris/ (props changed) releng/8.0/sys/contrib/dev/acpica/ (props changed) releng/8.0/sys/contrib/pf/ (props changed) releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c releng/8.0/sys/dev/xen/xenpci/ (props changed) Modified: releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c ============================================================================== --- releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c Thu Oct 29 11:00:39 2009 (r198579) +++ releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c Thu Oct 29 11:52:26 2009 (r198580) @@ -165,7 +165,8 @@ ata_nvidia_chipinit(device_t dev) /* enable control access */ pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) | 0x04,1); - + /* MCP55 seems to need some time to allow r_res2 read. */ + DELAY(10); if (ctlr->chip->cfg1 & NVQ) { /* clear interrupt status */ ATA_OUTL(ctlr->r_res2, offset, 0x00ff00ff); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 12:00:19 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09D7F10656B9 for ; Thu, 29 Oct 2009 12:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D3E5D8FC14 for ; Thu, 29 Oct 2009 12:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TC0I5i038295 for ; Thu, 29 Oct 2009 12:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9TC0Ivb038294; Thu, 29 Oct 2009 12:00:18 GMT (envelope-from gnats) Date: Thu, 29 Oct 2009 12:00:18 GMT Message-Id: <200910291200.n9TC0Ivb038294@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) X-Mailman-Approved-At: Thu, 29 Oct 2009 12:05:50 +0000 Cc: Subject: Re: amd64/139156: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 12:00:19 -0000 The following reply was made to PR amd64/139156; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/139156: commit references a PR Date: Thu, 29 Oct 2009 11:52:40 +0000 (UTC) Author: mav Date: Thu Oct 29 11:52:26 2009 New Revision: 198580 URL: http://svn.freebsd.org/changeset/base/198580 Log: MFC rev. 198479: Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5) memory access. PR: amd64/128686, amd64/132372, amd64/139156 Approved by: re (kib) Modified: releng/8.0/sys/ (props changed) releng/8.0/sys/amd64/include/xen/ (props changed) releng/8.0/sys/cddl/contrib/opensolaris/ (props changed) releng/8.0/sys/contrib/dev/acpica/ (props changed) releng/8.0/sys/contrib/pf/ (props changed) releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c releng/8.0/sys/dev/xen/xenpci/ (props changed) Modified: releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c ============================================================================== --- releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c Thu Oct 29 11:00:39 2009 (r198579) +++ releng/8.0/sys/dev/ata/chipsets/ata-nvidia.c Thu Oct 29 11:52:26 2009 (r198580) @@ -165,7 +165,8 @@ ata_nvidia_chipinit(device_t dev) /* enable control access */ pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) | 0x04,1); - + /* MCP55 seems to need some time to allow r_res2 read. */ + DELAY(10); if (ctlr->chip->cfg1 & NVQ) { /* clear interrupt status */ ATA_OUTL(ctlr->r_res2, offset, 0x00ff00ff); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 13:00:12 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48ED71065679 for ; Thu, 29 Oct 2009 13:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 374F88FC13 for ; Thu, 29 Oct 2009 13:00:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TD0C1G089903 for ; Thu, 29 Oct 2009 13:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9TD0BIn089902; Thu, 29 Oct 2009 13:00:12 GMT (envelope-from gnats) Date: Thu, 29 Oct 2009 13:00:12 GMT Message-Id: <200910291300.n9TD0BIn089902@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: "Weldon Godfrey" X-Mailman-Approved-At: Thu, 29 Oct 2009 13:16:53 +0000 Cc: Subject: RE: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Weldon Godfrey List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 13:00:12 -0000 The following reply was made to PR amd64/140067; it has been noted by GNATS. From: "Weldon Godfrey" To: , Cc: Subject: RE: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader Date: Thu, 29 Oct 2009 07:58:43 -0500 Ok, after coming in this morning I carefully checked the PERC controller versions in the two Dells, the one that can book 8.0-RC2 is a PERC 5/I, the one that cannot is a PERC 6/i. Is there any known issues with PERC6/I controllers? Thanks! -----Original Message----- From: FreeBSD-gnats-submit@FreeBSD.org [mailto:FreeBSD-gnats-submit@FreeBSD.org]=20 Sent: Wednesday, October 28, 2009 10:30 PM To: Weldon Godfrey Subject: Re: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader Thank you very much for your problem report. It has the internal identification `amd64/140067'. The individual assigned to look at your report is: freebsd-amd64.=20 You can access the state of your problem report at any time via this link: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D140067 >Category: amd64 >Responsible: freebsd-amd64 >Synopsis: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader >Arrival-Date: Thu Oct 29 03:30:01 UTC 2009 From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 13:10:45 2009 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43829106568D for ; Thu, 29 Oct 2009 13:10:45 +0000 (UTC) (envelope-from wgodfrey@ena.com) Received: from mail.ena.com (mail.ena.com [96.4.3.70]) by mx1.freebsd.org (Postfix) with ESMTP id 040D48FC20 for ; Thu, 29 Oct 2009 13:10:44 +0000 (UTC) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 29 Oct 2009 07:58:43 -0500 Message-ID: In-Reply-To: <200910290330.n9T3U1WZ055689@freefall.freebsd.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader Thread-Index: AcpYSCG1FFKJreBFTZCskikuBOE37QAT0Ukg References: Your message of Thu, 29 Oct 2009 03:28:50 GMT<200910290328.n9T3SoGC018607@www.freebsd.org> <200910290330.n9T3U1WZ055689@freefall.freebsd.org> From: "Weldon Godfrey" To: , X-Mailman-Approved-At: Thu, 29 Oct 2009 13:30:33 +0000 Cc: Subject: RE: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 13:10:45 -0000 Ok, after coming in this morning I carefully checked the PERC controller versions in the two Dells, the one that can book 8.0-RC2 is a PERC 5/I, the one that cannot is a PERC 6/i. Is there any known issues with PERC6/I controllers? Thanks! -----Original Message----- From: FreeBSD-gnats-submit@FreeBSD.org [mailto:FreeBSD-gnats-submit@FreeBSD.org]=20 Sent: Wednesday, October 28, 2009 10:30 PM To: Weldon Godfrey Subject: Re: amd64/140067: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader Thank you very much for your problem report. It has the internal identification `amd64/140067'. The individual assigned to look at your report is: freebsd-amd64.=20 You can access the state of your problem report at any time via this link: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D140067 >Category: amd64 >Responsible: freebsd-amd64 >Synopsis: [boot] 8.0-RC2 from ISO, after install, hangs on boot right before loader >Arrival-Date: Thu Oct 29 03:30:01 UTC 2009 From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 15:31:27 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5B9B106568D; Thu, 29 Oct 2009 15:31:27 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AD1A08FC1B; Thu, 29 Oct 2009 15:31:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TFVRsl027270; Thu, 29 Oct 2009 15:31:27 GMT (envelope-from mav@freefall.freebsd.org) Received: (from mav@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9TFVRLp027266; Thu, 29 Oct 2009 15:31:27 GMT (envelope-from mav) Date: Thu, 29 Oct 2009 15:31:27 GMT Message-Id: <200910291531.n9TFVRLp027266@freefall.freebsd.org> To: kamikaze@bsdforen.de, mav@FreeBSD.org, freebsd-amd64@FreeBSD.org From: mav@FreeBSD.org Cc: Subject: Re: amd64/139859: [ata] Intel 82801 SATA Controller not recognized [regression] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 15:31:27 -0000 Synopsis: [ata] Intel 82801 SATA Controller not recognized [regression] State-Changed-From-To: open->closed State-Changed-By: mav State-Changed-When: Thu Oct 29 15:30:57 UTC 2009 State-Changed-Why: UPDATING patch committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=139859 From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 29 15:50:05 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 803371065679 for ; Thu, 29 Oct 2009 15:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F0A68FC1D for ; Thu, 29 Oct 2009 15:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TFo5ci036000 for ; Thu, 29 Oct 2009 15:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9TFo5wc035999; Thu, 29 Oct 2009 15:50:05 GMT (envelope-from gnats) Date: Thu, 29 Oct 2009 15:50:05 GMT Message-Id: <200910291550.n9TFo5wc035999@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) X-Mailman-Approved-At: Thu, 29 Oct 2009 20:22:53 +0000 Cc: Subject: Re: amd64/139859: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 15:50:05 -0000 The following reply was made to PR amd64/139859; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/139859: commit references a PR Date: Thu, 29 Oct 2009 15:43:05 +0000 (UTC) Author: mav Date: Thu Oct 29 15:42:50 2009 New Revision: 198606 URL: http://svn.freebsd.org/changeset/base/198606 Log: MFC rev. 198480, 198483: Document new modularised ATA kernel modules and options. PR: kern/133162, amd64/139859 Approved by: re (kib) Modified: releng/8.0/ (props changed) releng/8.0/ObsoleteFiles.inc (props changed) releng/8.0/UPDATING (contents, props changed) releng/8.0/bin/csh/ (props changed) releng/8.0/bin/sh/ (props changed) releng/8.0/cddl/compat/opensolaris/ (props changed) releng/8.0/cddl/contrib/opensolaris/ (props changed) releng/8.0/cddl/lib/libnvpair/ (props changed) releng/8.0/contrib/bind9/ (props changed) releng/8.0/contrib/bzip2/ (props changed) releng/8.0/contrib/cpio/ (props changed) releng/8.0/contrib/csup/ (props changed) releng/8.0/contrib/ee/ (props changed) releng/8.0/contrib/file/ (props changed) releng/8.0/contrib/gdb/ (props changed) releng/8.0/contrib/gdtoa/ (props changed) releng/8.0/contrib/less/ (props changed) releng/8.0/contrib/libpcap/ (props changed) releng/8.0/contrib/ncurses/ (props changed) releng/8.0/contrib/netcat/ (props changed) releng/8.0/contrib/ntp/ (props changed) releng/8.0/contrib/openbsm/ (props changed) releng/8.0/contrib/openpam/ (props changed) releng/8.0/contrib/pf/ (props changed) releng/8.0/contrib/sendmail/ (props changed) releng/8.0/contrib/tcpdump/ (props changed) releng/8.0/contrib/tcsh/ (props changed) releng/8.0/contrib/top/ (props changed) releng/8.0/contrib/top/install-sh (props changed) releng/8.0/contrib/traceroute/ (props changed) releng/8.0/contrib/wpa/ (props changed) releng/8.0/crypto/openssh/ (props changed) releng/8.0/crypto/openssl/ (props changed) releng/8.0/etc/ (props changed) releng/8.0/gnu/usr.bin/patch/ (props changed) releng/8.0/include/ (props changed) releng/8.0/kerberos5/lib/libgssapi_krb5/ (props changed) releng/8.0/kerberos5/lib/libgssapi_spnego/ (props changed) releng/8.0/lib/libarchive/ (props changed) releng/8.0/lib/libc/ (props changed) releng/8.0/lib/libc/gen/ (props changed) releng/8.0/lib/libc/stdio/asprintf.c (props changed) releng/8.0/lib/libc/stdtime/ (props changed) releng/8.0/lib/libc/string/ffsll.c (props changed) releng/8.0/lib/libc/string/flsll.c (props changed) releng/8.0/lib/libc/string/wcpcpy.c (props changed) releng/8.0/lib/libc/string/wcpncpy.c (props changed) releng/8.0/lib/libdevinfo/ (props changed) releng/8.0/lib/libdisk/ (props changed) releng/8.0/lib/libkvm/ (props changed) releng/8.0/lib/libthr/ (props changed) releng/8.0/lib/libusb/ (props changed) releng/8.0/lib/libusb/usb.h (props changed) releng/8.0/lib/libutil/ (props changed) releng/8.0/libexec/rtld-elf/ (props changed) releng/8.0/release/ (props changed) releng/8.0/release/doc/ (props changed) releng/8.0/release/doc/en_US.ISO8859-1/hardware/ (props changed) releng/8.0/sbin/ (props changed) releng/8.0/sbin/bsdlabel/ (props changed) releng/8.0/sbin/camcontrol/ (props changed) releng/8.0/sbin/dhclient/ (props changed) releng/8.0/sbin/geom/ (props changed) releng/8.0/sbin/ifconfig/ (props changed) releng/8.0/sbin/ipfw/ (props changed) releng/8.0/sbin/mksnap_ffs/ (props changed) releng/8.0/sbin/mount/ (props changed) releng/8.0/sbin/mount_nfs/ (props changed) releng/8.0/sbin/umount/ (props changed) releng/8.0/share/man/man4/ (props changed) releng/8.0/share/man/man5/ (props changed) releng/8.0/share/man/man7/ (props changed) releng/8.0/share/man/man9/ (props changed) releng/8.0/share/timedef/ (props changed) releng/8.0/share/zoneinfo/ (props changed) releng/8.0/sys/ (props changed) releng/8.0/sys/amd64/include/xen/ (props changed) releng/8.0/sys/cddl/contrib/opensolaris/ (props changed) releng/8.0/sys/conf/NOTES releng/8.0/sys/contrib/dev/acpica/ (props changed) releng/8.0/sys/contrib/pf/ (props changed) releng/8.0/sys/dev/xen/xenpci/ (props changed) releng/8.0/tools/regression/bin/sh/ (props changed) releng/8.0/tools/regression/lib/msun/test-conj.t (props changed) releng/8.0/tools/regression/poll/ (props changed) releng/8.0/tools/regression/priv/ (props changed) releng/8.0/tools/regression/usr.bin/pkill/pgrep-_g.t (props changed) releng/8.0/tools/regression/usr.bin/pkill/pgrep-_s.t (props changed) releng/8.0/tools/regression/usr.bin/pkill/pkill-_g.t (props changed) releng/8.0/tools/tools/ath/common/dumpregs.h (props changed) releng/8.0/tools/tools/ath/common/dumpregs_5210.c (props changed) releng/8.0/tools/tools/ath/common/dumpregs_5211.c (props changed) releng/8.0/tools/tools/ath/common/dumpregs_5212.c (props changed) releng/8.0/tools/tools/ath/common/dumpregs_5416.c (props changed) releng/8.0/tools/tools/termcap/termcap.pl (props changed) releng/8.0/tools/tools/vimage/ (props changed) releng/8.0/usr.bin/calendar/calendars/calendar.freebsd (props changed) releng/8.0/usr.bin/csup/ (props changed) releng/8.0/usr.bin/fstat/ (props changed) releng/8.0/usr.bin/look/ (props changed) releng/8.0/usr.bin/netstat/ (props changed) releng/8.0/usr.bin/procstat/ (props changed) releng/8.0/usr.bin/w/ (props changed) releng/8.0/usr.bin/whois/ (props changed) releng/8.0/usr.sbin/ (props changed) releng/8.0/usr.sbin/arp/ (props changed) releng/8.0/usr.sbin/dumpcis/cardinfo.h (props changed) releng/8.0/usr.sbin/dumpcis/cis.h (props changed) releng/8.0/usr.sbin/freebsd-update/ (props changed) releng/8.0/usr.sbin/iostat/ (props changed) releng/8.0/usr.sbin/jls/ (props changed) releng/8.0/usr.sbin/lpr/ (props changed) releng/8.0/usr.sbin/makefs/ffs/ffs_bswap.c (props changed) releng/8.0/usr.sbin/makefs/ffs/ffs_subr.c (props changed) releng/8.0/usr.sbin/makefs/ffs/ufs_bswap.h (props changed) releng/8.0/usr.sbin/makefs/getid.c (props changed) releng/8.0/usr.sbin/mfiutil/mfiutil.8 (props changed) releng/8.0/usr.sbin/ndp/ (props changed) releng/8.0/usr.sbin/ntp/ (props changed) releng/8.0/usr.sbin/ppp/ (props changed) releng/8.0/usr.sbin/pstat/ (props changed) releng/8.0/usr.sbin/sysinstall/ (props changed) releng/8.0/usr.sbin/traceroute6/ (props changed) releng/8.0/usr.sbin/wpa/ (props changed) releng/8.0/usr.sbin/zic/ (props changed) Modified: releng/8.0/UPDATING ============================================================================== --- releng/8.0/UPDATING Thu Oct 29 15:39:30 2009 (r198605) +++ releng/8.0/UPDATING Thu Oct 29 15:42:50 2009 (r198606) @@ -566,6 +566,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. userland (libpmc(3)) and the kernel module (hwpmc(4)) in sync. +20081009: + atapci kernel module now includes only generic PCI ATA + driver. AHCI driver moved to ataahci kernel module. + All vendor-specific code moved into separate kernel modules: + ataacard, ataacerlabs, ataadaptec, ataamd, ataati, atacenatek, + atacypress, atacyrix, atahighpoint, ataintel, ataite, atajmicron, + atamarvell, atamicron, atanational, atanetcell, atanvidia, + atapromise, ataserverworks, atasiliconimage, atasis, atavia + 20080820: The TTY subsystem of the kernel has been replaced by a new implementation, which provides better scalability and an Modified: releng/8.0/sys/conf/NOTES ============================================================================== --- releng/8.0/sys/conf/NOTES Thu Oct 29 15:39:30 2009 (r198605) +++ releng/8.0/sys/conf/NOTES Thu Oct 29 15:42:50 2009 (r198606) @@ -1657,6 +1657,10 @@ device siis # The 'ATA' driver supports all ATA and ATAPI devices, including PC Card # devices. You only need one "device ata" for it to find all # PCI and PC Card ATA/ATAPI devices on modern machines. +# Alternatively, individual bus and chipset drivers may be chosen by using +# the 'atacore' driver then selecting the drivers on a per vendor basis. +# For example to build a system which only supports a VIA chipset, +# omit 'ata' and include the 'atacore', 'atapci' and 'atavia' drivers. device ata device atadisk # ATA disk drives device ataraid # ATA RAID drives @@ -1665,6 +1669,39 @@ device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives device atapicam # emulate ATAPI devices as SCSI ditto via CAM # needs CAM to be present (scbus & pass) + +# Modular ATA +#device atacore # Core ATA functionality +#device atacard # CARDBUS support +#device atabus # PC98 cbus support +#device ataisa # ISA bus support +#device atapci # PCI bus support; only generic chipset support + +# PCI ATA chipsets +#device ataahci # AHCI SATA +#device ataacard # ACARD +#device ataacerlabs # Acer Labs Inc. (ALI) +#device ataadaptec # Adaptec +#device ataamd # American Micro Devices (AMD) +#device ataati # ATI +#device atacenatek # Cenatek +#device atacypress # Cypress +#device atacyrix # Cyrix +#device atahighpoint # HighPoint +#device ataintel # Intel +#device ataite # Integrated Technology Inc. (ITE) +#device atajmicron # JMicron +#device atamarvell # Marvell +#device atamicron # Micron +#device atanational # National +#device atanetcell # NetCell +#device atanvidia # nVidia +#device atapromise # Promise +#device ataserverworks # ServerWorks +#device atasiliconimage # Silicon Image Inc. (SiI) (formerly CMD) +#device atasis # Silicon Integrated Systems Corp.(SiS) +#device atavia # VIA Technologies Inc. + # # For older non-PCI, non-PnPBIOS systems, these are the hints lines to add: hint.ata.0.at="isa" _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Fri Oct 30 00:39:08 2009 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0084106566B for ; Fri, 30 Oct 2009 00:39:08 +0000 (UTC) (envelope-from areilly@bigpond.net.au) Received: from nskntqsrv01p.mx.bigpond.com (nskntqsrv01p.mx.bigpond.com [61.9.168.231]) by mx1.freebsd.org (Postfix) with ESMTP id 3B2B18FC12 for ; Fri, 30 Oct 2009 00:39:07 +0000 (UTC) Received: from nskntotgx03p.mx.bigpond.com ([124.188.161.100]) by nskntmtas05p.mx.bigpond.com with ESMTP id <20091029220217.TFLS28618.nskntmtas05p.mx.bigpond.com@nskntotgx03p.mx.bigpond.com>; Thu, 29 Oct 2009 22:02:17 +0000 Received: from duncan.reilly.home ([124.188.161.100]) by nskntotgx03p.mx.bigpond.com with ESMTP id <20091029220216.YCJS24930.nskntotgx03p.mx.bigpond.com@duncan.reilly.home>; Thu, 29 Oct 2009 22:02:16 +0000 Date: Fri, 30 Oct 2009 09:02:14 +1100 From: Andrew Reilly To: freebsd-stable@freebsd.org Message-ID: <20091029220214.GA48360@duncan.reilly.home> References: <200910291550.n9TFo5wc035999@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200910291550.n9TFo5wc035999@freefall.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Authentication-Info: Submitted using SMTP AUTH LOGIN at nskntotgx03p.mx.bigpond.com from [124.188.161.100] using ID areilly@bigpond.net.au at Thu, 29 Oct 2009 22:02:16 +0000 X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150201.4AEA10E9.0036,ss=1,fgs=0 X-SIH-MSG-ID: qBgyGNP9TAD0zmQs0WyzOwJxyArnqyN48Z4QX81loRIGTUDCp8DeQ9rHK+ZRvt2ixDxFJhiHNGEiaa3jTY3RstCK Cc: freebsd-amd64@FreeBSD.org Subject: Re: amd64/139859: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2009 00:39:08 -0000 On Thu, Oct 29, 2009 at 03:50:05PM +0000, dfilter service wrote: > Modified: releng/8.0/UPDATING > ============================================================================== > --- releng/8.0/UPDATING Thu Oct 29 15:39:30 2009 (r198605) > +++ releng/8.0/UPDATING Thu Oct 29 15:42:50 2009 (r198606) > @@ -566,6 +566,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. > userland (libpmc(3)) and the kernel module (hwpmc(4)) in > sync. > > +20081009: > + atapci kernel module now includes only generic PCI ATA > + driver. AHCI driver moved to ataahci kernel module. That probably wants to say 20091029? Cheers, -- Andrew From owner-freebsd-amd64@FreeBSD.ORG Fri Oct 30 06:21:19 2009 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71D63106566B for ; Fri, 30 Oct 2009 06:21:19 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [66.246.138.153]) by mx1.freebsd.org (Postfix) with ESMTP id 3A4598FC17 for ; Fri, 30 Oct 2009 06:21:19 +0000 (UTC) Received: from unknown (87-194-158-129.bethere.co.uk [87.194.158.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 8BD678331; Fri, 30 Oct 2009 06:05:46 +0000 (UTC) Date: Fri, 30 Oct 2009 06:05:13 +0000 From: Bruce Cran To: Andrew Reilly Message-ID: <20091030060513.0000503b@unknown> In-Reply-To: <20091029220214.GA48360@duncan.reilly.home> References: <200910291550.n9TFo5wc035999@freefall.freebsd.org> <20091029220214.GA48360@duncan.reilly.home> X-Mailer: Claws Mail 3.7.2cvs15 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, freebsd-amd64@FreeBSD.org Subject: Re: amd64/139859: commit references a PR X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2009 06:21:19 -0000 On Fri, 30 Oct 2009 09:02:14 +1100 Andrew Reilly wrote: > On Thu, Oct 29, 2009 at 03:50:05PM +0000, dfilter service wrote: > > Modified: releng/8.0/UPDATING > > ============================================================================== > > --- releng/8.0/UPDATING Thu Oct 29 15:39:30 2009 > > (r198605) +++ releng/8.0/UPDATING Thu Oct 29 15:42:50 > > 2009 (r198606) @@ -566,6 +566,15 @@ NOTE TO PEOPLE WHO THINK > > THAT FreeBSD 8. userland (libpmc(3)) and the kernel module > > (hwpmc(4)) in sync. > > > > +20081009: > > + atapci kernel module now includes only generic PCI ATA > > + driver. AHCI driver moved to ataahci kernel module. > > That probably wants to say 20091029? The work was done in October last year (see http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/chipsets/ata-acard.c) but wasn't documented until now. -- Bruce Cran From owner-freebsd-amd64@FreeBSD.ORG Sat Oct 31 12:59:23 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F06061065676; Sat, 31 Oct 2009 12:59:23 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C87508FC13; Sat, 31 Oct 2009 12:59:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9VCxNwi069977; Sat, 31 Oct 2009 12:59:23 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9VCxN7Q069973; Sat, 31 Oct 2009 12:59:23 GMT (envelope-from gavin) Date: Sat, 31 Oct 2009 12:59:23 GMT Message-Id: <200910311259.n9VCxN7Q069973@freefall.freebsd.org> To: gavin@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-fs@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: kern/140134: [msdosfs] write and fsck destroy filesystem integrity X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2009 12:59:24 -0000 Old Synopsis: msdosfs write and fsck destroy filesystem integrity New Synopsis: [msdosfs] write and fsck destroy filesystem integrity Responsible-Changed-From-To: freebsd-amd64->freebsd-fs Responsible-Changed-By: gavin Responsible-Changed-When: Sat Oct 31 12:57:34 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=140134 From owner-freebsd-amd64@FreeBSD.ORG Sat Oct 31 09:10:02 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 769BC1065692 for ; Sat, 31 Oct 2009 09:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 391178FC17 for ; Sat, 31 Oct 2009 09:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9V9A2v5059926 for ; Sat, 31 Oct 2009 09:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9V9A2uJ059925; Sat, 31 Oct 2009 09:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 31 Oct 2009 09:10:02 GMT Resent-Message-Id: <200910310910.n9V9A2uJ059925@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 937E4106568D for ; Sat, 31 Oct 2009 09:01:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 781F28FC0C for ; Sat, 31 Oct 2009 09:01:47 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9V91lmA021932 for ; Sat, 31 Oct 2009 09:01:47 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n9V91lCx021931; Sat, 31 Oct 2009 09:01:47 GMT (envelope-from nobody) Message-Id: <200910310901.n9V91lCx021931@www.freebsd.org> Date: Sat, 31 Oct 2009 09:01:47 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Sat, 31 Oct 2009 13:27:28 +0000 Cc: Subject: amd64/140134: msdosfs write and fsck destroy filesystem integrity X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2009 09:10:02 -0000 >Number: 140134 >Category: amd64 >Synopsis: msdosfs write and fsck destroy filesystem integrity >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 31 09:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: RELENG_8 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 8.0-RC2 FreeBSD 8.0-RC2 #0: Sat Oct 31 02:49:30 CET 2009 root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8 amd64 >Description: Write operations on msdosfs causes all kinds of brokenness (e.g.: http://docs.freebsd.org/cgi/mid.cgi?4AE95C94.4040000 ). Lost clusters and the like. fsck_msdosfs causes cross-linked files (at least according to Windows Vista chkdsk). I can provide you with a broken image that was created as described in the following section. Note that even a freshly created msdosfs file system is already broken. >How-To-Repeat: kamikaze@mobileKamikaze> dd bs=1m count=1024 < /dev/zero > test.msdosfs 1024+0 records in 1024+0 records out 1073741824 bytes transferred in 39.292063 secs (27327194 bytes/sec) kamikaze@mobileKamikaze> mdconfig -f test.msdosfs md0 kamikaze@mobileKamikaze> newfs_msdos -F32 md0 newfs_msdos: Cannot get number of sectors per track, Operation not supported newfs_msdos: Cannot get number of heads, Operation not supported newfs_msdos: trim 8 sectors to adjust to a multiple of 63 /dev/md0: 2096064 sectors in 65502 FAT32 clusters (16384 bytes/cluster) bps=512 spc=32 res=32 nft=2 mid=0xf0 spt=63 hds=255 hid=0 bsec=2097144 bspf=512 rdcl=2 infs=1 bkbs=2 kamikaze@mobileKamikaze> fsck_msdosfs -y /dev/md0 ** /dev/md0 ** Phase 1 - Read and Compare FATs ** Phase 2 - Check Cluster Chains ** Phase 3 - Checking Directories ** Phase 4 - Checking for Lost Files Free space in FSInfo block (-1) not correct (65501) Fix? yes Next free cluster in FSInfo block (2) not free Fix? yes 1 files, 1048016 free (65501 clusters) kamikaze@mobileKamikaze> mount_msdosfs /dev/md0 tmp/ kamikaze@mobileKamikaze> cd tmp/ kamikaze@mobileKamikaze> cp -rv ~/music/ogg/Kamikaze/Dio\ -\ 1983\ -\ Holy\ Diver ./ /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver -> ./Dio - 1983 - Holy Diver /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/cover.jpg -> ./Dio - 1983 - Holy Diver/cover.jpg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/02 - Dio - Holy Diver.ogg -> ./Dio - 1983 - Holy Diver/02 - Dio - Holy Diver.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/03 - Dio - Gypsy.ogg -> ./Dio - 1983 - Holy Diver/03 - Dio - Gypsy.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/04 - Dio - Caught In The Middle.ogg -> ./Dio - 1983 - Holy Diver/04 - Dio - Caught In The Middle.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/05 - Dio - Don't Talk To Strangers.ogg -> ./Dio - 1983 - Holy Diver/05 - Dio - Don't Talk To Strangers.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/06 - Dio - Straight Through The Heart.ogg -> ./Dio - 1983 - Holy Diver/06 - Dio - Straight Through The Heart.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/07 - Dio - Invisible.ogg -> ./Dio - 1983 - Holy Diver/07 - Dio - Invisible.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/08 - Dio - Rainbow In The Dark.ogg -> ./Dio - 1983 - Holy Diver/08 - Dio - Rainbow In The Dark.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/09 - Dio - Shame On The Night.ogg -> ./Dio - 1983 - Holy Diver/09 - Dio - Shame On The Night.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/10 - Dio - Interview Forming Own Band (Bonus Track).ogg -> ./Dio - 1983 - Holy Diver/10 - Dio - Interview Forming Own Band (Bonus Track).ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/11 - Dio - Interview Vinnie Appice Leaving Sabbath (Bonus Track).ogg -> ./Dio - 1983 - Holy Diver/11 - Dio - Interview Vinnie Appice Leaving Sabbath (Bonus Track).ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/12 - Dio - Interview Seeking Out A Guitarist (Bonus Track).ogg -> ./Dio - 1983 - Holy Diver/12 - Dio - Interview Seeking Out A Guitarist (Bonus Track).ogg cp: ./Dio - 1983 - Holy Diver/13 - Dio - Interview Working In London (Bonus Track).ogg: Invalid argument /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/14 - Dio - Interview Release Timing Of Holy Diver (Bonus Track).ogg -> ./Dio - 1983 - Holy Diver/14 - Dio - Interview Release Timing Of Holy Diver (Bonus Track).ogg cp: ./Dio - 1983 - Holy Diver/15 - Dio - Interview Writing While With Sabbath (Bonus Track).ogg: No space left on device cp: ./Dio - 1983 - Holy Diver/16 - Dio - Interview Album Concept (Bonus Track).ogg: No space left on device cp: ./Dio - 1983 - Holy Diver/17 - Dio - Interview Producing The Album Himself (Bonus Track).ogg: No space left on device cp: ./Dio - 1983 - Holy Diver/18 - Dio - Interview Remembering The Tracks (Bonus Track).ogg: No space left on device cp: ./Dio - 1983 - Holy Diver/19 - Dio - Interview Artwork.ogg: No space left on device cp: ./Dio - 1983 - Holy Diver/01 - Dio - Stand Up And Shout.ogg: No space left on device kamikaze@mobileKamikaze> ls Dio - 1983 - Holy Diver kamikaze@mobileKamikaze> df -h 0 /home/kamikaze/tmp Filesystem Size Used Avail Capacity Mounted on /dev/ufs/2root 496M 287M 169M 63% / devfs 1.0K 1.0K 0B 100% /dev /dev/ufs/2tmp 1.9G 14K 1.8G 0% /tmp /dev/ufs/2usr 38G 25G 10G 71% /usr /dev/ufs/2var 3.9G 2.4G 1.2G 67% /var /usr/home/root 38G 25G 10G 71% /root /dev/fuse0 49G 43G 6.5G 87% /var/run/automounter.mnt/ntfs/2vault /dev/md0 1.0G 1.0G -160K 100% /usr/home/kamikaze/tmp kamikaze@mobileKamikaze> du -hd 0 Dio\ -\ 1983\ -\ Holy\ Diver/* 0B Dio - 1983 - Holy Diver/01 - Dio - Stand Up And Shout.ogg 6.8M Dio - 1983 - Holy Diver/02 - Dio - Holy Diver.ogg 4.5M Dio - 1983 - Holy Diver/03 - Dio - Gypsy.ogg 5.3M Dio - 1983 - Holy Diver/04 - Dio - Caught In The Middle.ogg 6.3M Dio - 1983 - Holy Diver/05 - Dio - Don't Talk To Strangers.ogg 5.6M Dio - 1983 - Holy Diver/06 - Dio - Straight Through The Heart.ogg 6.5M Dio - 1983 - Holy Diver/07 - Dio - Invisible.ogg 5.2M Dio - 1983 - Holy Diver/08 - Dio - Rainbow In The Dark.ogg 6.5M Dio - 1983 - Holy Diver/09 - Dio - Shame On The Night.ogg 4.8M Dio - 1983 - Holy Diver/10 - Dio - Interview Forming Own Band (Bonus Track).ogg 2.5M Dio - 1983 - Holy Diver/11 - Dio - Interview Vinnie Appice Leaving Sabbath (Bonus Track).ogg 3.5M Dio - 1983 - Holy Diver/12 - Dio - Interview Seeking Out A Guitarist (Bonus Track).ogg 965M Dio - 1983 - Holy Diver/13 - Dio - Interview Working In London (Bonus Track).ogg 864K Dio - 1983 - Holy Diver/14 - Dio - Interview Release Timing Of Holy Diver (Bonus Track).ogg 0B Dio - 1983 - Holy Diver/15 - Dio - Interview Writing While With Sabbath (Bonus Track).ogg 0B Dio - 1983 - Holy Diver/16 - Dio - Interview Album Concept (Bonus Track).ogg 0B Dio - 1983 - Holy Diver/17 - Dio - Interview Producing The Album Himself (Bonus Track).ogg 0B Dio - 1983 - Holy Diver/18 - Dio - Interview Remembering The Tracks (Bonus Track).ogg 0B Dio - 1983 - Holy Diver/19 - Dio - Interview Artwork.ogg 128K Dio - 1983 - Holy Diver/cover.jpg Just for comparison on an ufs2 file system: kamikaze@mobileKamikaze> cp -rv ~/music/ogg/Kamikaze/Dio\ -\ 1983\ -\ Holy\ Diver ./ /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver -> ./Dio - 1983 - Holy Diver /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/cover.jpg -> ./Dio - 1983 - Holy Diver/cover.jpg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/02 - Dio - Holy Diver.ogg -> ./Dio - 1983 - Holy Diver/02 - Dio - Holy Diver.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/03 - Dio - Gypsy.ogg -> ./Dio - 1983 - Holy Diver/03 - Dio - Gypsy.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/04 - Dio - Caught In The Middle.ogg -> ./Dio - 1983 - Holy Diver/04 - Dio - Caught In The Middle.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/05 - Dio - Don't Talk To Strangers.ogg -> ./Dio - 1983 - Holy Diver/05 - Dio - Don't Talk To Strangers.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/06 - Dio - Straight Through The Heart.ogg -> ./Dio - 1983 - Holy Diver/06 - Dio - Straight Through The Heart.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/07 - Dio - Invisible.ogg -> ./Dio - 1983 - Holy Diver/07 - Dio - Invisible.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/08 - Dio - Rainbow In The Dark.ogg -> ./Dio - 1983 - Holy Diver/08 - Dio - Rainbow In The Dark.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/09 - Dio - Shame On The Night.ogg -> ./Dio - 1983 - Holy Diver/09 - Dio - Shame On The Night.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/10 - Dio - Interview Forming Own Band (Bonus Track).ogg -> ./Dio - 1983 - Holy Diver/10 - Dio - Interview Forming Own Band (Bonus Track).ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/11 - Dio - Interview Vinnie Appice Leaving Sabbath (Bonus Track).ogg -> ./Dio - 1983 - Holy Diver/11 - Dio - Interview Vinnie Appice Leaving Sabbath (Bonus Track).ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/12 - Dio - Interview Seeking Out A Guitarist (Bonus Track).ogg -> ./Dio - 1983 - Holy Diver/12 - Dio - Interview Seeking Out A Guitarist (Bonus Track).ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/13 - Dio - Interview Working In London (Bonus Track).ogg -> ./Dio - 1983 - Holy Diver/13 - Dio - Interview Working In London (Bonus Track).ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/14 - Dio - Interview Release Timing Of Holy Diver (Bonus Track).ogg -> ./Dio - 1983 - Holy Diver/14 - Dio - Interview Release Timing Of Holy Diver (Bonus Track).ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/15 - Dio - Interview Writing While With Sabbath (Bonus Track).ogg -> ./Dio - 1983 - Holy Diver/15 - Dio - Interview Writing While With Sabbath (Bonus Track).ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/16 - Dio - Interview Album Concept (Bonus Track).ogg -> ./Dio - 1983 - Holy Diver/16 - Dio - Interview Album Concept (Bonus Track).ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/17 - Dio - Interview Producing The Album Himself (Bonus Track).ogg -> ./Dio - 1983 - Holy Diver/17 - Dio - Interview Producing The Album Himself (Bonus Track).ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/18 - Dio - Interview Remembering The Tracks (Bonus Track).ogg -> ./Dio - 1983 - Holy Diver/18 - Dio - Interview Remembering The Tracks (Bonus Track).ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/19 - Dio - Interview Artwork.ogg -> ./Dio - 1983 - Holy Diver/19 - Dio - Interview Artwork.ogg /home/kamikaze/music/ogg/Kamikaze/Dio - 1983 - Holy Diver/01 - Dio - Stand Up And Shout.ogg -> ./Dio - 1983 - Holy Diver/01 - Dio - Stand Up And Shout.ogg kamikaze@mobileKamikaze> du -hd0 Dio\ -\ 1983\ -\ Holy\ Diver/* 4.1M Dio - 1983 - Holy Diver/01 - Dio - Stand Up And Shout.ogg 6.8M Dio - 1983 - Holy Diver/02 - Dio - Holy Diver.ogg 4.5M Dio - 1983 - Holy Diver/03 - Dio - Gypsy.ogg 5.3M Dio - 1983 - Holy Diver/04 - Dio - Caught In The Middle.ogg 6.3M Dio - 1983 - Holy Diver/05 - Dio - Don't Talk To Strangers.ogg 5.6M Dio - 1983 - Holy Diver/06 - Dio - Straight Through The Heart.ogg 6.5M Dio - 1983 - Holy Diver/07 - Dio - Invisible.ogg 5.2M Dio - 1983 - Holy Diver/08 - Dio - Rainbow In The Dark.ogg 6.6M Dio - 1983 - Holy Diver/09 - Dio - Shame On The Night.ogg 4.8M Dio - 1983 - Holy Diver/10 - Dio - Interview Forming Own Band (Bonus Track).ogg 2.5M Dio - 1983 - Holy Diver/11 - Dio - Interview Vinnie Appice Leaving Sabbath (Bonus Track).ogg 3.5M Dio - 1983 - Holy Diver/12 - Dio - Interview Seeking Out A Guitarist (Bonus Track).ogg 528K Dio - 1983 - Holy Diver/13 - Dio - Interview Working In London (Bonus Track).ogg 880K Dio - 1983 - Holy Diver/14 - Dio - Interview Release Timing Of Holy Diver (Bonus Track).ogg 992K Dio - 1983 - Holy Diver/15 - Dio - Interview Writing While With Sabbath (Bonus Track).ogg 2.3M Dio - 1983 - Holy Diver/16 - Dio - Interview Album Concept (Bonus Track).ogg 2.9M Dio - 1983 - Holy Diver/17 - Dio - Interview Producing The Album Himself (Bonus Track).ogg 17M Dio - 1983 - Holy Diver/18 - Dio - Interview Remembering The Tracks (Bonus Track).ogg 1.6M Dio - 1983 - Holy Diver/19 - Dio - Interview Artwork.ogg 124K Dio - 1983 - Holy Diver/cover.jpg >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sat Oct 31 15:30:06 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50D5D106568D for ; Sat, 31 Oct 2009 15:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 13AB68FC1C for ; Sat, 31 Oct 2009 15:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9VFU5i1099947 for ; Sat, 31 Oct 2009 15:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9VFU5eh099942; Sat, 31 Oct 2009 15:30:05 GMT (envelope-from gnats) Resent-Date: Sat, 31 Oct 2009 15:30:05 GMT Resent-Message-Id: <200910311530.n9VFU5eh099942@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Kamichoff Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0030106566C for ; Sat, 31 Oct 2009 15:29:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9DF6D8FC08 for ; Sat, 31 Oct 2009 15:29:48 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9VFTmR4069235 for ; Sat, 31 Oct 2009 15:29:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n9VFTmhE069234; Sat, 31 Oct 2009 15:29:48 GMT (envelope-from nobody) Message-Id: <200910311529.n9VFTmhE069234@www.freebsd.org> Date: Sat, 31 Oct 2009 15:29:48 GMT From: Mark Kamichoff To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: amd64/140142: FreeBSD 7.2-amd64 panic w/IPv6 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2009 15:30:06 -0000 >Number: 140142 >Category: amd64 >Synopsis: FreeBSD 7.2-amd64 panic w/IPv6 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 31 15:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Mark Kamichoff >Release: FreeBSD 7.2-RELEASE-p3 amd64 >Organization: >Environment: FreeBSD dax.prolixium.com 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #2: Thu Aug 20 01:48:40 EDT 2009 root@dax.prolixium.com:/usr/obj/usr/src/sys/DAX amd64 >Description: Hi - My machine received a kernel panic yesterday that appears to be related to IPv6 forwarding. The machine in question runs a few 6in4 IPv6 tunnels, uses Quagga's bgpd for dynamic routing and pf for firewalling. During the time of panic IPv6 usage was not very high. Below is some info. & the kernel backtrace. Please let me know what else to provide in order to assist: Console message: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x400 fault code = supervisor write data, page not present instruction pointer = 0x8:0xffffffff803ffa16 stack pointer = 0x10:0xfffffffe8002c970 frame pointer = 0x10:0x0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 15 (swi1: net) trap number = 12 panic: page fault cpuid = 0 Uptime: 71d20h7m6s Physical memory: 999 MB Dumping 298 MB: 283 267 251 235 219 203 187 171 155 139 123 107 91 75 59 43 27 11 Dump complete Automatic reboot in 15 seconds - press a key on the console to abort Rebooting... Info: (dax:11:08)# kldstat Id Refs Address Size Name 1 6 0xffffffff80100000 6ef168 kernel 2 1 0xffffffff807f0000 14d8 accf_http.ko 3 1 0xffffffff807f2000 1bf0 coretemp.ko 4 1 0xffffffff80a22000 978 pflog.ko 5 1 0xffffffff80a23000 2ae8c pf.ko 6 1 0xffffffff80a4e000 1b15 if_gre.ko (dax:11:08)# kgdb kernel.debug /var/crash/vmcore.2 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x400 fault code = supervisor write data, page not present instruction pointer = 0x8:0xffffffff803ffa16 stack pointer = 0x10:0xfffffffe8002c970 frame pointer = 0x10:0x0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 15 (swi1: net) trap number = 12 panic: page fault cpuid = 0 Uptime: 71d20h7m6s Physical memory: 999 MB Dumping 298 MB: 283 267 251 235 219 203 187 171 155 139 123 107 91 75 59 43 27 11 Reading symbols from /boot/kernel/accf_http.ko...Reading symbols from /boot/kernel/accf_http.ko.symbols...done. done. Loaded symbols for /boot/kernel/accf_http.ko Reading symbols from /boot/kernel/coretemp.ko...Reading symbols from /boot/kernel/coretemp.ko.symbols...done. done. Loaded symbols for /boot/kernel/coretemp.ko Reading symbols from /boot/kernel/pflog.ko...Reading symbols from /boot/kernel/pflog.ko.symbols...done. done. Loaded symbols for /boot/kernel/pflog.ko Reading symbols from /boot/kernel/pf.ko...Reading symbols from /boot/kernel/pf.ko.symbols...done. done. Loaded symbols for /boot/kernel/pf.ko Reading symbols from /boot/kernel/if_gre.ko...Reading symbols from /boot/kernel/if_gre.ko.symbols...done. done. Loaded symbols for /boot/kernel/if_gre.ko Reading symbols from /boot/kernel/linux.ko...Reading symbols from /boot/kernel/linux.ko.symbols...done. done. Loaded symbols for /boot/kernel/linux.ko #0 doadump () at pcpu.h:195 195 __asm __volatile("movq %%gs:0,%0" : "=r" (td)); (kgdb) (kgdb) bt (kgdb) bt #0 doadump () at pcpu.h:195 #1 0x8888888888888889 in ?? () #2 0xffffffff802a859b in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #3 0xffffffff802a8a42 in panic (fmt=0x104
) at /usr/src/sys/kern/kern_shutdown.c:574 #4 0xffffffff804d5273 in trap_fatal (frame=0xffffff0001182370, eva=Variable "eva" is not available.) at /usr/src/sys/amd64/amd64/trap.c:757 #5 0xffffffff804d5645 in trap_pfault (frame=0xfffffffe8002c8c0, usermode=0) at /usr/src/sys/amd64/amd64/trap.c:673 #6 0xffffffff804d5f84 in trap (frame=0xfffffffe8002c8c0) at /usr/src/sys/amd64/amd64/trap.c:444 #7 0xffffffff804ba0ee in calltrap () at /usr/src/sys/amd64/amd64/exception.S:209 #8 0xffffffff803ffa16 in in6_setscope (in6=0xfffffffe8002ca40, ifp=0x0, ret_id=0xfffffffe8002ca5c) at atomic.h:143 #9 0xffffffff803ed38c in ip6_forward (m=0xffffff0024843000, srcrt=0) at /usr/src/sys/netinet6/ip6_forward.c:424 #10 0xffffffff803ef448 in ip6_input (m=0xffffff0024843000) at /usr/src/sys/netinet6/ip6_input.c:719 #11 0xffffffff80351179 in netisr_processqueue (ni=0xffffffff806f0488) at /usr/src/sys/net/netisr.c:143 #12 0xffffffff8035140b in swi_net (dummy=Variable "dummy" is not available.) at /usr/src/sys/net/netisr.c:250 #13 0xffffffff80288120 in ithread_loop (arg=0xffffff000116dba0) at /usr/src/sys/kern/kern_intr.c:1088 #14 0xffffffff80284f93 in fork_exit (callout=0xffffffff80287fb0 , arg=0xffffff000116dba0, frame=0xfffffffe8002cc80) at /usr/src/sys/kern/kern_fork.c:810 #15 0xffffffff804ba4ae in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:455 #16 0x0000000000000000 in ?? () #17 0x0000000000000000 in ?? () #18 0x0000000000000001 in ?? () #19 0x0000000000000000 in ?? () #20 0x0000000000000000 in ?? () #21 0x0000000000000000 in ?? () #22 0x0000000000000000 in ?? () #23 0x0000000000000000 in ?? () #24 0x0000000000000000 in ?? () #25 0x0000000000000000 in ?? () #26 0x0000000000000000 in ?? () #27 0x0000000000000000 in ?? () #28 0x0000000000000000 in ?? () #29 0x0000000000000000 in ?? () #30 0x0000000000000000 in ?? () #31 0x0000000000000000 in ?? () #32 0x0000000000000000 in ?? () #33 0x0000000000000000 in ?? () #34 0x0000000000000000 in ?? () #35 0x0000000000000000 in ?? () #36 0x0000000000000000 in ?? () #37 0x0000000000000000 in ?? () #38 0x0000000000000000 in ?? () #39 0x0000000000000000 in ?? () #40 0x000000000081a000 in ?? () #41 0xffffffff806dc100 in tdg_maxid () #42 0xffffffff806e8900 in tdq_cpu () #43 0xffffffff806e8900 in tdq_cpu () #44 0xffffff0001182370 in ?? () #45 0xffffff00011826a0 in ?? () #46 0xfffffffe8002cb28 in ?? () #47 0xffffff0001182370 in ?? () #48 0xffffffff802cbbb8 in sched_switch (td=0xffffffff80287fb0, newtd=0x80052d350, flags=Variable "flags" is not available.) at /usr/src/sys/kern/sched_ule.c:1938 #49 0x0000000000000000 in ?? () #50 0x0000000000000000 in ?? () #51 0x0000000000000000 in ?? () #52 0x0000000000000000 in ?? () #53 0x0000000000000000 in ?? () #54 0x0000000000000000 in ?? () #55 0x0000000000000000 in ?? () #56 0x0000000000000000 in ?? () #57 0x0000000000000000 in ?? () #58 0x0000000000000000 in ?? () #59 0x0000000000000000 in ?? () #60 0x0000000000000000 in ?? () #61 0x0000000000000000 in ?? () ---Type to continue, or q to quit--- #62 0x0000000000000000 in ?? () #63 0x0000000000000000 in ?? () #64 0x0000000000000000 in ?? () #65 0x0000000000000000 in ?? () #66 0x0000000000000000 in ?? () #67 0x0000000000000000 in ?? () #68 0x0000000000000000 in ?? () #69 0x0000000000000000 in ?? () #70 0x0000000000000000 in ?? () #71 0x0000000000000000 in ?? () #72 0x0000000000000000 in ?? () #73 0x0000000000000000 in ?? () #74 0x0000000000000000 in ?? () #75 0x0000000000000000 in ?? () #76 0x0000000000000000 in ?? () #77 0x0000000000000000 in ?? () #78 0x0000000000000000 in ?? () #79 0x0000000000000000 in ?? () #80 0x0000000000000000 in ?? () #81 0x0000000000000000 in ?? () #82 0x0000000000000000 in ?? () #83 0x0000000000000000 in ?? () #84 0x0000000000000000 in ?? () #85 0x0000000000000000 in ?? () #86 0x0000000000000000 in ?? () #87 0x0000000000000000 in ?? () #88 0x0000000000000000 in ?? () #89 0x0000000000000000 in ?? () #90 0x0000000000000000 in ?? () #91 0x0000000000000000 in ?? () #92 0x0000000000000000 in ?? () #93 0x0000000000000000 in ?? () #94 0x0000000000000000 in ?? () #95 0x0000000000000000 in ?? () #96 0x0000000000000000 in ?? () #97 0x0000000000000000 in ?? () #98 0x0000000000000000 in ?? () #99 0x0000000000000000 in ?? () #100 0x0000000000000000 in ?? () #101 0x0000000000000000 in ?? () #102 0x0000000000000000 in ?? () #103 0x0000000000000000 in ?? () #104 0x0000000000000000 in ?? () #105 0x0000000000000000 in ?? () #106 0x0000000000000000 in ?? () #107 0x0000000000000000 in ?? () #108 0x0000000000000000 in ?? () #109 0x0000000000000000 in ?? () #110 0x0000000000000000 in ?? () #111 0x0000000000000000 in ?? () #112 0x0000000000000000 in ?? () #113 0x0000000000000000 in ?? () #114 0x0000000000000000 in ?? () #115 0x0000000000000000 in ?? () #116 0x0000000000000000 in ?? () Cannot access memory at address 0xfffffffe8002d000 (kgdb) Thanks! - Mark >How-To-Repeat: Unknown (IPv6 usage assumed) >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sat Oct 31 16:20:04 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA4591065670 for ; Sat, 31 Oct 2009 16:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 97E848FC1B for ; Sat, 31 Oct 2009 16:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9VGK4Sw043117 for ; Sat, 31 Oct 2009 16:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9VGK4Og043116; Sat, 31 Oct 2009 16:20:04 GMT (envelope-from gnats) Resent-Date: Sat, 31 Oct 2009 16:20:04 GMT Resent-Message-Id: <200910311620.n9VGK4Og043116@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rui Costa Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBFF9106566B for ; Sat, 31 Oct 2009 16:18:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DB4618FC14 for ; Sat, 31 Oct 2009 16:18:04 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9VGI4pD005144 for ; Sat, 31 Oct 2009 16:18:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n9VGI4xf005143; Sat, 31 Oct 2009 16:18:04 GMT (envelope-from nobody) Message-Id: <200910311618.n9VGI4xf005143@www.freebsd.org> Date: Sat, 31 Oct 2009 16:18:04 GMT From: Rui Costa To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Sat, 31 Oct 2009 16:29:05 +0000 Cc: Subject: amd64/140145: Installation boot sequence freezes X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2009 16:20:04 -0000 >Number: 140145 >Category: amd64 >Synopsis: Installation boot sequence freezes >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 31 16:20:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Rui Costa >Release: 7.0 7.2 8.0 BETAS, RC1, RC2 >Organization: >Environment: >Description: When installing freebsd, after menu option selection, the boot process freezes at "Trying to mount root from ufs:/dev/md0". On verbose booting it freezes giving some mode information: md0: Preloaded image 4194304 bytes at 0xffffffff80c4be40 ATA PseudoRAID loaded flowtable cleaner started warning: no time-of-day clock registered, system time will not be set accurately Trying to mount root from ufs:/dev/md0 Start_init: trying /sbin/init Start_init: trying /sbin/oinit Start_init: trying /sbin/init.bak Start_init: trying /rescue/init Start_init: trying /stand/sysinstall >How-To-Repeat: Just try to boot install cd/dvd >Fix: >Release-Note: >Audit-Trail: >Unformatted: