10 May, 2007

1 commit


22 Jul, 2006

1 commit

  • Sabre and Psycho PCI controllers can have partial interrupt-map
    properties, meaning that on-board devices don't match up to any
    entries. Instead, they are fully specified from the beginning and
    we should pass them directly to the IRQ translator as-is.

    Also, fill in the necessary translator slots for the "graphics"
    and "expansion UPA" interrupts on Sabre, Psycho, and SYSIO SBUS.

    Increase PROMREG_MAX to 24, as seen on SUNW,ffb devices.

    Finally, prevent accidentally writing past the end of the of_device
    struct resource[] and irqs[] arrays. Spit out a log message when
    we ignore some entries because there are too many of them.

    Signed-off-by: David S. Miller

    David S. Miller
     

30 Sep, 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