15 Oct, 2010

1 commit


18 Feb, 2010

1 commit

  • O2-bridges can do read prefetch and write burst. However, for some combinations
    of older bridges and cards, this causes problems, so it is disabled for those
    bridges. Now, as some users know their setup works with the speedups enabled, a
    new parameter is introduced to the driver. Now, a user can specifically enable
    or disable these features, while the default is what we have today: detect the
    bridge and decide accordingly. Fixes Bugzilla entry 15014.

    Simplify and unify the printouts, fix a whitespace issue while we are here.

    Signed-off-by: Wolfram Sang
    Tested-by: frodone@gmail.com
    [linux@dominikbrodowski.net: whitespace fixes]
    Signed-off-by: Dominik Brodowski

    Wolfram Sang
     

24 Oct, 2009

1 commit

  • Out of 10 PCI_IDs found in the PCMCIA subsystem, only two were not defined in
    pci_ids.h. Move them and drop the duplicates. Successfully build-tested.

    Signed-off-by: Wolfram Sang
    Cc: Jesse Barnes
    Signed-off-by: Dominik Brodowski

    Wolfram Sang
     

16 Sep, 2009

1 commit

  • Problems have been reported [1], so disable prefetch/burst, to be on the safe
    side.

    [1] http://www.mail-archive.com/linux-pcmcia@lists.infradead.org/msg02048.html

    Signed-off-by: Tomáš Kováčik
    Signed-off-by: Wolfram Sang
    Signed-off-by: Greg Kroah-Hartman

    Tomas Kovacik
     

23 Aug, 2008

1 commit


28 Jul, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds