[Bug 7706] PCMCIA bridge not working

bugme-daemon at bugzilla.kernel.org bugme-daemon at bugzilla.kernel.org
Wed Aug 15 05:50:54 EDT 2007


http://bugzilla.kernel.org/show_bug.cgi?id=7706





------- Comment #41 from susemuse27 at gmx.de  2007-08-15 02:57 -------
result of bisecting:

susanne at linux:/usr/src/linux-2.6> git bisect good
3c29976a6469b81a7858812dc2d4b8430d74004a is first bad commit
commit 3c29976a6469b81a7858812dc2d4b8430d74004a
Author: Dominik Brodowski <linux at dominikbrodowski.net>
Date:   Mon Jun 27 16:28:46 2005 -0700

    [PATCH] pcmcia: mark parent bridge windows as resources available 
for PCMCIA devices

    Automatically mark the parent PCI-PCI bridge windows as resources 
available
    for PCMCIA usage.

    Signed-off-by: Dominik Brodowski <linux at dominikbrodowski.net>
    Signed-off-by: Andrew Morton <akpm at osdl.org>
    Signed-off-by: Linus Torvalds <torvalds at osdl.org>

:040000 040000 72d9bc4cfe1923eec1f6c2d3a892067109b527c5 
7a80e3fec6bc5eb725fa616ebe35b91d08096498 M      drivers
:040000 040000 a13583e8df7118e216be342af6858a4fc0a56415 
beca2b02218ee57ae14e846be982e0d01bcf50d4 M      include
susanne at linux:/usr/src/linux-2.6>

hope this helps! :-)
greets
Susanne



bugme-daemon at bugzilla.kernel.org schrieb:
> http://bugzilla.kernel.org/show_bug.cgi?id=7706
>
>
>
>
>
> ------- Comment #39 from protasnb at gmail.com  2007-08-13 18:18 -------
> Aha, ok you hit the nasty one, which is talked about here
> http://www.kernel.org/pub/software/scm/git/docs/v1.0.13/howto/isolate-bugs-with-bisect.txt
> Towards the end, read:
> It really works wonderfully well, except for the case where there was 
> _another_ commit that broke something in between, like introduced some 
> stupid compile error. In that case you should not mark that commit good or 
> bad: you should try to find another commit close-by, and do a "git reset 
> --hard <newcommit>" to try out _that_ commit instead, and then test that 
> instead (and mark it good or bad).
>
> You can do "git bisect visualize" while you do all this to see what's 
> going on by starting up gitk on the bisection range.
>
> How about that? git-reset --hard <some close commit here>, then git bisect
> visualize - and see what happens...
>
>
>   


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the linux-pcmcia mailing list