1. 29 10月, 2006 1 次提交
  2. 22 10月, 2006 1 次提交
  3. 17 10月, 2006 1 次提交
  4. 12 10月, 2006 1 次提交
  5. 04 10月, 2006 2 次提交
  6. 03 10月, 2006 7 次提交
  7. 01 10月, 2006 3 次提交
  8. 30 9月, 2006 1 次提交
  9. 13 9月, 2006 1 次提交
  10. 11 9月, 2006 1 次提交
  11. 09 9月, 2006 1 次提交
  12. 02 9月, 2006 1 次提交
  13. 31 8月, 2006 1 次提交
    • A
      [PATCH] Missing PCI id update for VIA IDE · a7dec1e0
      Alan Cox 提交于
      The following change from -mm is important to 2.6.18 (actually to 2.6.17
      but its too late for that). This was contributed over three months ago
      by VIA to Bartlomiej and nothing happened. As a result the new chipset
      is now out and Linux won't run on it. By the time 2.6.18 is finalised
      this will be the defacto standard VIA chipset so support would be a good
      plan.
      
      Tested in -mm for a while, its essentially a PCI ident update but for
      the bridge chip because VIA do things in weird ways.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      a7dec1e0
  14. 10 8月, 2006 1 次提交
  15. 28 7月, 2006 1 次提交
  16. 13 7月, 2006 1 次提交
    • A
      [PATCH] ide: fix Jmicron support · 15e0c694
      Alan Cox 提交于
      Prior to 2.6.18rc1 you could install with devices on a JMicron chipset
      using the "all-generic-ide" option. As of this kernel the AHCI driver
      grabs the controller and rams it into AHCI mode losing the PATA ports
      and making CD drives and the like vanish. The all-generic-ide option
      fails because the AHCI driver grabbed the PCI device and reconfigured
      it.
      
      To fix this three things are needed.
      
      #1 We must put the chip into dual function mode
      #2 The AHCI driver must grab only function 0 (already in your rc1 tree)
      #3 Something must grab the PATA ports
      
      The attached patch is the minimal risk edition of this. It puts the chip
      into dual function mode so that AHCI will grab the SATA ports without
      losing the PATA ports. To keep the risk as low as possible the third
      patch adds the PCI identifiers for the PATA port and the FN check to the
      ide-generic driver. There is a more featured jmicron driver on its way
      but that adds risk and the ide-generic support is sufficient to install
      and run a system.
      
      The actual chip setup done by the quirk is the precise setup recommended
      by the vendor.
      
      (The JMB368 appears only in the ide-generic entry as it has no AHCI so
      does not need the quirk)
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Acked-by: NJeff Garzik <jgarzik@pobox.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      15e0c694
  17. 02 7月, 2006 1 次提交
  18. 01 7月, 2006 1 次提交
  19. 29 6月, 2006 5 次提交
  20. 28 6月, 2006 1 次提交
  21. 27 6月, 2006 6 次提交
  22. 23 6月, 2006 1 次提交