From owner-freebsd-current@FreeBSD.ORG Mon Dec 21 01:22:43 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF9A8106566C for ; Mon, 21 Dec 2009 01:22:43 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by mx1.freebsd.org (Postfix) with ESMTP id 87DDF8FC0A for ; Mon, 21 Dec 2009 01:22:43 +0000 (UTC) Received: by ewy5 with SMTP id 5so5501995ewy.34 for ; Sun, 20 Dec 2009 17:22:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=AF/k7BEtdNm+DCCQHi7ELVcE3R0wMopxtaHjYZA4S50=; b=XQZVN8M5wJ2VM6yWHRpRjK3g9+CDRJIA6putXOM73u8Go37mbo5igQvEj8uS/EIvTB VFg3e9/aFQBUIcfxIMW9C5zHddljMfs5QtMPx9ubzOESRXo0oXJ434GrmyEz4PYTtzc2 20pdcz6F6G2vG+4NqcEhxscou5kd8E4BdcVtc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=fxkqLbFlPG8gfQq18wliGGne8vVwfzREBShoM8mVzF8o+nyn2C3txLaam92638oiKh kFZ7qtpSSy2ZjWWiY0bXei7hDV6Q5dvXqASY33AcuD880yzv3UhVDIV2EQceyRvLkc6f jZ2jz06QPrlEP2lQJepqF6UAaHEqLYv39YEAg= MIME-Version: 1.0 Received: by 10.216.87.9 with SMTP id x9mr263094wee.0.1261358562203; Sun, 20 Dec 2009 17:22:42 -0800 (PST) Date: Sun, 20 Dec 2009 20:22:42 -0500 Message-ID: From: "b. f." To: Anton Shterenlikht Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@FreeBSD.org Subject: Re: still trouble with pci.c on i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2009 01:22:44 -0000 Try reverting all of the changes in: http://svn.freebsd.org/changeset/base/200341 In particular, those to sys/dev/pci/pci_pci.c, which you don't seem to have reverted. It is a bit easier to do this (with svn merge -c ... or the like) if you keep your sources in a local subversion repository, and since most of the base system developers are now using that VCS, it is easier to get help by referring to the subversion version numbers rather than the corresponding CVS version numbers. jkim@, jhb@, and imp@ should be able to tell you more about this problem. Regards, b.