1. 10 1月, 2006 7 次提交
  2. 09 1月, 2006 1 次提交
  3. 05 1月, 2006 1 次提交
  4. 17 12月, 2005 1 次提交
  5. 13 12月, 2005 1 次提交
    • J
      [PATCH] add boot option to control Intel SATA/PATA combined mode · 2bd0fa3b
      Jesse Barnes 提交于
      Combined mode sucks.  Especially when both libata and the legacy IDE
      drivers try to drive ports on the same device, since that makes DMA
      rather difficult.
      
      This patch addresses the problem by allowing the user to control which
      driver binds to the ports in a combined mode configuration.  In many
      cases, they'll probably want the libata driver to control both ports
      since it can use DMA for talking with ATAPI devices (when
      libata.atapi_enabled=1 of course).  It also allows the user to get old
      school behavior by letting the legacy IDE driver bind to both ports.
      But neither is forced, the patch doesn't change current behavior unless
      one of combined_mode=ide or combined_mode=libata is passed
      on the boot line.  Either of those options may require you to access
      your devices via different device nodes (/dev/hd* in the ide case
      and /dev/sd* in the libata case), though of course if you have udev
      installed nicely you may not notice anything.  :)
      
      Let me know if the documentation is too cryptic, I'd be happy to expand
      on it if necessary.  I think most users will want to boot with
      'combined_mode=libata' and add 'options libata atapi_enabled=1'
      to their modules.conf to get good DVD playing and disk behavior
      (haven't tested CD or DVD writing though).
      
      I'd much rather things behave sanely by default (i.e. DMA for devices on
      both ports), but apparently that's difficult given the various chip
      bugs and hardware configs out there (not to mention that people's
      drives may suddenly change from /dev/hdc to /dev/sdb), so this boot
      option may be the correct long term fix.
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      2bd0fa3b
  6. 24 11月, 2005 2 次提交
  7. 14 11月, 2005 3 次提交
    • A
      [PATCH] shpchp_hpc build fix · d4d28dd4
      Andrew Morton 提交于
      Missing include.
      
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      d4d28dd4
    • A
      [PATCH] pciehp_hpc build fix · 5d1b8c9e
      Andrew Morton 提交于
      drivers/pci/hotplug/pciehp_hpc.c:221: parse error before "pcie_isr"
      drivers/pci/hotplug/pciehp_hpc.c:221: warning: type defaults to `int' in declaration of `pcie_isr'
      drivers/pci/hotplug/pciehp_hpc.c:221: warning: data definition has no type or storage class
      drivers/pci/hotplug/pciehp_hpc.c: In function `hpc_release_ctlr':
      drivers/pci/hotplug/pciehp_hpc.c:715: implicit declaration of function `free_irq'
      drivers/pci/hotplug/pciehp_hpc.c: At top level:
      drivers/pci/hotplug/pciehp_hpc.c:839: parse error before "pcie_isr"
      drivers/pci/hotplug/pciehp_hpc.c:840: warning: return type defaults to `int'
      drivers/pci/hotplug/pciehp_hpc.c: In function `pcie_isr':
      drivers/pci/hotplug/pciehp_hpc.c:850: `IRQ_NONE' undeclared (first use in this function)
      drivers/pci/hotplug/pciehp_hpc.c:850: (Each undeclared identifier is reported only once
      drivers/pci/hotplug/pciehp_hpc.c:850: for each function it appears in.)
      drivers/pci/hotplug/pciehp_hpc.c:979: `IRQ_HANDLED' undeclared (first use in this function)
      drivers/pci/hotplug/pciehp_hpc.c: In function `pcie_init':
      drivers/pci/hotplug/pciehp_hpc.c:1362: implicit declaration of function `request_irq'
      
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      5d1b8c9e
    • A
      [PATCH] rpaphp_pci build fix · 89a071b8
      akpm@osdl.org 提交于
      (akpm: _machine is some ppc64 thing - this is a powerpc-only driver)
      Signed-off-by: NSerge Hallyn <serue@us.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      89a071b8
  8. 11 11月, 2005 17 次提交
  9. 10 11月, 2005 1 次提交
  10. 07 11月, 2005 2 次提交
  11. 31 10月, 2005 4 次提交