1. 18 Jul, 2008 11 commits
  2. 17 Jul, 2008 1 commit
    • Ugo Riboni's avatar
      Disable kernel auto local versioning · 70409d22
      Ugo Riboni authored
      With this patch, the name of the kernel is always 2.6.23-davinci1
      instead of changing with local changes with names such as
      2.6.23-davinci1-g723849a8-dirty. At the moment we don't need this
      feature and it just create confusion and leave cruft in
      /lib/modules, so it's better to keep it disabled.
      70409d22
  3. 16 Jul, 2008 1 commit
    • 薛德章's avatar
      Fix take a long time on IDE probe. fix bug 4678. · 335e86a7
      薛德章 authored
      Kernel is hanging for a long time on probing the IDE, even
      when there's no hard disk connected. This patch fix a bug,
      Now we can pass parameters to kernel to skip drive probing
      if none exist.
      Summary of ide driver parameters for kernel command line:
      "hdx=noprobe"  : drive may be present, but don't probe for it
      335e86a7
  4. 15 Jul, 2008 4 commits
  5. 14 Jul, 2008 4 commits
  6. 11 Jul, 2008 2 commits
  7. 07 Jul, 2008 1 commit
  8. 04 Jul, 2008 1 commit
  9. 03 Jul, 2008 2 commits
  10. 01 Jul, 2008 3 commits
  11. 30 Jun, 2008 4 commits
  12. 26 Jun, 2008 2 commits
  13. 25 Jun, 2008 2 commits
  14. 23 Jun, 2008 1 commit
  15. 20 Jun, 2008 1 commit
    • 薛德章's avatar
      Make SCSI disk support built into kernel · cfe3297a
      薛德章 authored
      A previous patch try to make SCSI support and USB mass storage
      support built-in kernel. but this option was omitted in it.
      This omission cause usb disk can not be probed correctly and
      udev doesn't work on usb mass storage devices.
      cfe3297a