1. 09 10月, 2012 1 次提交
  2. 30 10月, 2008 1 次提交
  3. 15 11月, 2007 1 次提交
    • J
      cris build fixes: update eth_v10.c ethernet driver · bafef0ae
      Jesper Nilsson 提交于
      New (updated) version of ethernet driver for cris v10.
      
      - First steps to simplify and make the MII code more similar
        between the etrax100 and etraxfs ports.
      
      - Start the transmit queue before enabling tx interrupts
        to avoid race with the first frame.
      
      - Flip the comparition statement to stick to physical addresses
        to avoid phys_to_virt mapping a potential null pointer.
        This was not an error but the change simplifies debugging
        of address-space mappings.
      
      - Made myPrevRxDesc local to e100_rx since it was only used there.
        Fixed out of memory handling in e100_rx.  If dev_alloc_skb() fails
        persistently the system is hosed anyway but at least it won't
        loop in an interrupt handler.
      
      - Correct some code formatting issues.
      
      - Add defines SET_ETH_ENABLE_LEDS, SET_ETH_DISABLE_LEDS
        and SET_ETH_AUTONEG used in new cris v10 ethernet driver.
      Signed-off-by: NJesper Nilsson <jesper.nilsson@axis.com>
      Acked-by: NMikael Starvik <starvik@axis.com>
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      bafef0ae
  4. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4