README
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:4k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. Linux I2O Support (c) Copyright 1999-2002 Red Hat and others.
  2. This program is free software; you can redistribute it and/or
  3. modify it under the terms of the GNU General Public License
  4. as published by the Free Software Foundation; either version
  5. 2 of the License, or (at your option) any later version.
  6. Hardware Compatibility
  7. -----------------------
  8. This is an informal test summary. It is not definitive as a reference work
  9. or guaranteed of any accuracy.
  10. Last updated for 2.4.19pre7-ac1
  11. Tested Hardware block config lan proc scsi
  12. -----------------------------------------------------------------------
  13. Current Release
  14. AMI MegaRAID[0] YES YES N/A YES N/A
  15. Previous Stable Release (2.4.18ac3)
  16. AMI MegaRAID[0] FAIL
  17. DPT Smartraid ------------ Use dpt_i2o module ------------
  18. Intel SCU RAID FAIL[2] ??? N/A ??? FAIL[2]
  19. Promise Supertrak100 YES[3] YES[3] N/A YES[3] N/A
  20. Promise SX6000 YES[3] YES[3] N/A YES[3] N/A
  21. Symbios FC920 YES YES[4] N/A YES YES
  22. [0] In I2O mode. For normal mode use the megaraid driver
  23. [1] Initialisation oddities and scsi failure. Use dpt_i2o module instead.
  24. [2] Card hangs under certain load patterns.
  25. [3] The driver works correctly. Certain values are misreported by this
  26. card but the results are only cosmetic. Firmware updates are required for some
  27. very early cards. Set the card into I2O not 'Linux' mode.
  28. [4] HTML configuration mode not available.
  29. Requirements
  30. ------------
  31. I2O 1.5 compliant hardware
  32. PCI bus interrupt driven I2O devices
  33. Devices in classes Block, Lan or SCSI.
  34. 32bit I2O messages supported
  35. Limitations
  36. -----------
  37. 64bit message formats are not supported (64bit I2O is basically a whole 
  38. different driver variant)
  39. I2O Tape class is not supported (no known devices using this..)
  40. Currently only 32bit x86 platforms are supported.
  41. Authors
  42. --------
  43. Alan Cox, Building Number Three Ltd.
  44. Core code, SCSI and Block OSMs
  45. Steve Ralston, LSI Logic Corp.
  46. Debugging SCSI and Block OSM
  47. Deepak Saxena, Intel Corp.
  48. Various core/block extensions
  49. /proc interface, bug fixes
  50. Ioctl interfaces for control
  51. Debugging LAN OSM
  52. Philip Rumpf
  53. Fixed assorted dumb SMP locking bugs
  54. Juha Sievanen, University of Helsinki Finland
  55. LAN OSM code
  56. /proc interface to LAN class
  57. Bug fixes
  58. Core code extensions
  59. Auvo H鋕kinen, University of Helsinki Finland
  60. LAN OSM code
  61. /Proc interface to LAN class
  62. Bug fixes
  63. Core code extensions
  64. Taneli V鋒鋕angas, University of Helsinki Finland
  65. Fixes to i2o_config
  66. Boji T Kannanthanam
  67. Intel i2o controller work, extending proc/config stuff
  68. Credits
  69. --------
  70. This work was made possible by 
  71. Red Hat
  72. Funding for the Building #3 part of the project
  73. Symbios Logic (Now LSI)
  74. Host adapters, hints, known to work platforms when I hit
  75. compatibility problems
  76. BoxHill Corporation
  77. Loan of initial FibreChannel disk array used for development work.
  78. European Comission
  79. Funding the work done by the University of Helsinki
  80. SysKonnect
  81.         Loan of FDDI and Gigabit Ethernet cards
  82. ASUSTeK
  83.         Loan of I2O motherboard 
  84. Promise
  85. Providing a Supertrak 100 board and support info
  86. DPT (now Adaptec)
  87. Providing a DPT smartraid I2O card (use dpt_i2o for this
  88. board however)
  89. General:
  90. o Finish 64bit and big endian cleanup
  91. o Switch to new PCI mapping layer throughout
  92. o Hotswap of controllers
  93. o PCI IOP's without interrupts are not supported yet
  94. o Push FAIL handling into the core
  95. Block:
  96. o Multiple major numbers (problem goes away in 2.5)
  97. o Power management
  98. SCSI:
  99. Lan:
  100. o Performance tuning
  101. o Test Fibre Channel code
  102. Tape:
  103. o Anyone seen anything implementing this ?