From owner-cvs-src@FreeBSD.ORG Wed Sep 10 20:13:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C72A10656A2 for ; Wed, 10 Sep 2008 20:13:41 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id AB37D8FC2F for ; Wed, 10 Sep 2008 20:13:40 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m8AKDFEp022214; Wed, 10 Sep 2008 16:13:34 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: "Navdeep Parhar" Date: Wed, 10 Sep 2008 16:13:04 -0400 User-Agent: KMail/1.9.7 References: <200809101806.m8AI6KOH097091@repoman.freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809101613.04511.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Wed, 10 Sep 2008 16:13:34 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8211/Wed Sep 10 15:01:28 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/pci pci_cfgreg.c src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2008 20:13:41 -0000 On Wednesday 10 September 2008 03:12:57 pm Navdeep Parhar wrote: > On Wed, Sep 10, 2008 at 11:06 AM, John Baldwin wrote: > > jhb 2008-09-10 18:06:08 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/amd64/pci pci_cfgreg.c > > sys/i386/pci pci_cfgreg.c > > Previous changes to these files (rev 181987 specifically) have caused > my amd64 kernel to hang/freeze. I wrote an email on that to > freebsd-current: > http://lists.freebsd.org/pipermail/freebsd-current/2008-September/088379.html > > I've been waiting for someone to modify these files and then directly > draw their attention to the hang. I was out of town last week, please be patient. Try these changes first. I will add a hint to disable this stuff, but it is probably a bug in your hardware or BIOS. -- John Baldwin