1. 04 10月, 2005 1 次提交
  2. 07 9月, 2005 1 次提交
    • R
      [PATCH] S2io: Hardware and miscellaneous fixes · 776bd20f
      ravinandan.arakali@neterion.com 提交于
      Hi,
      This patch contains the following hardware related fixes and other
      miscellaneous bug fixes.
      
      1. Updated the definition of single and double-bit ECC errors
      2. Earlier we were allocating Transmit descriptors equal to
         MAX_SKB_FRAGS. This was causing a boundary condition failure.
         Need to allocate MAX_SKB_FRAGS+1 descriptors.
      3. On some platforms(like PPC), pci_alloc_consistent() can return
         a zero DMA address. Since the NIC cannot handle zero-addresses,
         a workaround has been provided. Basically, we don't use such
         that page. We reallocate.
      4. If list_info allocation failed during driver load, check for
         it during driver exit and return instead of trying to dereference
         NULL pointer.
      5. Increase the debug level of few non-critical debug messages.
      6. Reset the card on critical ECC double errors only in case of
         XframeI since XframeII can recover from such errors.
      7. Print copyright message on driver load.
      8. Bumped up the driver version no. to 2.0.8.1
      Signed-off-by: NRavinandan Arakali <ravinandan.arakali@neterion.com>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      776bd20f
  3. 30 8月, 2005 1 次提交
  4. 11 8月, 2005 9 次提交
  5. 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