1. 31 1月, 2008 1 次提交
  2. 23 1月, 2008 1 次提交
  3. 12 1月, 2008 4 次提交
  4. 06 11月, 2007 1 次提交
  5. 31 10月, 2007 1 次提交
  6. 20 10月, 2007 1 次提交
  7. 13 10月, 2007 8 次提交
  8. 23 8月, 2007 2 次提交
  9. 20 7月, 2007 1 次提交
  10. 19 7月, 2007 2 次提交
  11. 17 7月, 2007 1 次提交
  12. 15 7月, 2007 2 次提交
  13. 02 7月, 2007 1 次提交
    • R
      scsi disk help file is not complete · abcdceb9
      Randy Dunlap 提交于
      On Mon, 11 Jun 2007 20:28:16 +0200 api wrote:
      
      > Good day,
      > When doing make menuconfig one comes across CONFIG_BLK_DEV_SD.
      > The help file states that this is for scsi disks.NO MENTION IS MADE THAT
      > IT IS NEEDE FOR SATA DISKS AS WELL!
      > Would have saved me a lot of time if the help was up to date.
      > I hope this can be changed so others can make a kernel for sata systems
      > quicker.
      
      From: Randy Dunlap <randy.dunlap@oracle.com>
      
      Add help info for BLK_DEV_SD referring to its use in
      SATA or PATA driver configurations.
      
      Add help text for "ATA" indicating that it probably needs
      some SCSI config symbols enabled in order to be useful.
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      abcdceb9
  14. 18 6月, 2007 5 次提交
  15. 04 6月, 2007 1 次提交
  16. 29 5月, 2007 1 次提交
  17. 22 5月, 2007 1 次提交
  18. 14 5月, 2007 1 次提交
  19. 05 5月, 2007 1 次提交
  20. 03 5月, 2007 1 次提交
  21. 27 4月, 2007 1 次提交
    • D
      [SCSI] SUNESP: Complete driver rewrite to version 2.0 · cd9ad58d
      David S. Miller 提交于
      Major features:
      
      1) Tagged queuing support.
      2) Will properly negotiate for synchronous transfers even on
         devices that reject the wide negotiation message, such as
         CDROMs
      3) Significantly lower kernel stack usage in interrupt
         handler path by elimination of function vector arrays,
         replaced by a top-level switch statement state machine.
      4) Uses generic scsi infrastructure as much as possible to
         avoid code duplication.
      5) Automatic request of sense data in response to CHECK_CONDITION
      6) Portable to other platforms using ESP such as DEC and Sun3
         systems.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      cd9ad58d
  22. 01 4月, 2007 1 次提交
  23. 20 3月, 2007 1 次提交