1. 05 5月, 2007 5 次提交
  2. 02 5月, 2007 1 次提交
  3. 01 5月, 2007 4 次提交
  4. 30 4月, 2007 18 次提交
  5. 29 4月, 2007 2 次提交
    • R
      [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats. · 5a1b5898
      Rusty Russell 提交于
      Herbert Xu conviced me that a new flag was overkill; every driver
      currently overrides get_stats, so we might as well make the internal
      one the default.  If someone did fail to set get_stats, they would now
      get all 0 stats instead of "No statistics available".
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      Acked-by: NHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      5a1b5898
    • J
      libata/IDE: remove combined mode quirk · 8cdfb29c
      Jeff Garzik 提交于
      Both old-IDE and libata should be able handle all controllers and
      devices found using normal resource reservation methods.
      
      This eliminates the awful, low-performing split-driver configuration
      where old-IDE drove the PATA portion of a PCI device, in PIO-only mode,
      and libata drove the SATA portion of the /same/ PCI device, in DMA mode.
      Typically vendors would ship SATA hard drive / PATA optical
      configuration, which would lend itself to slow (PIO-only) CD-ROM
      performance.
      
      For Intel users running in combined mode, it is now wholly dependent on
      your driver choice (potentially link order, if you compile both drivers
      in) whether old-IDE or libata will drive your hardware.
      
      In either case, you will get full performance from both SATA and PATA
      ports now, without having to pass a kernel command line parameter.
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      8cdfb29c
  6. 28 4月, 2007 4 次提交
  7. 27 4月, 2007 6 次提交