Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2009 14:19:39 +0000
From:      Anton Shterenlikht <mexas@bristol.ac.uk>
To:        "b. f." <bf1783@googlemail.com>
Cc:        freebsd-current@FreeBSD.org, Anton Shterenlikht <mexas@bristol.ac.uk>
Subject:   Re: still trouble with pci.c on i386
Message-ID:  <20091222141939.GA60890@mech-cluster241.men.bris.ac.uk>
In-Reply-To: <d873d5be0912201722v6269800bx989510d47ace1888@mail.gmail.com>
References:  <d873d5be0912201722v6269800bx989510d47ace1888@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 20, 2009 at 08:22:42PM -0500, b. f. wrote:
> 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.

thanks for svn, seems a good idea.

However, I'm not sure
what the strategy is for reverting to previous revisions.
For example if I know (from previous posts) that r 200341
breaks src/sys/dev/pci/pci.c and pci_pci.c, then which
revision should I sync with?

Just to illustrate:

First I updated all src:

svn update svn://svn.freebsd.org/base/head /usr/src

then I reverted to r 200315, but only for pci src:

svn update -r 200315 svn://svn.freebsd.org/base/head/sys/dev/pci /usr/src/sys/dev/pci

Is this what I should've done?

I still get panic with this revision.
What am doing wrong?

many thanks
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091222141939.GA60890>