README
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:2k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. Linux I2O Support (c) Copyright 1999 Red Hat Software
  2. and others.
  3. This program is free software; you can redistribute it and/or
  4. modify it under the terms of the GNU General Public License
  5. as published by the Free Software Foundation; either version
  6. 2 of the License, or (at your option) any later version.
  7. AUTHORS (so far)
  8. Alan Cox, Building Number Three Ltd.
  9. Core code, SCSI and Block OSMs
  10. Steve Ralston, LSI Logic Corp.
  11. Debugging SCSI and Block OSM
  12. Deepak Saxena, Intel Corp.
  13. Various core/block extensions
  14. /proc interface, bug fixes
  15. Ioctl interfaces for control
  16. Debugging LAN OSM
  17. Philip Rumpf
  18. Fixed assorted dumb SMP locking bugs
  19. Juha Sievanen, University of Helsinki Finland
  20. LAN OSM code
  21. /proc interface to LAN class
  22. Bug fixes
  23. Core code extensions
  24. Auvo H鋕kinen, University of Helsinki Finland
  25. LAN OSM code
  26. /Proc interface to LAN class
  27. Bug fixes
  28. Core code extensions
  29. Taneli V鋒鋕angas, University of Helsinki Finland
  30. Fixes to i2o_config
  31. CREDITS
  32. This work was made possible by 
  33. Red Hat Software
  34. Funding for the Building #3 part of the project
  35. Symbios Logic (Now LSI)
  36. Host adapters, hints, known to work platforms when I hit
  37. compatibility problems
  38. BoxHill Corporation
  39. Loan of initial FibreChannel disk array used for development work.
  40. European Comission
  41. Funding the work done by the University of Helsinki
  42. SysKonnect
  43.         Loan of FDDI and Gigabit Ethernet cards
  44. ASUSTeK
  45.         Loan of I2O motherboard 
  46. STATUS:
  47. o The core setup works within limits.
  48. o The scsi layer seems to almost work. 
  49.            I'm still chasing down the hang bug.
  50. o The block OSM is mostly functional
  51. o LAN OSM works with FDDI and Ethernet cards.
  52. TO DO:
  53. General:
  54. o Provide hidden address space if asked
  55. o Long term message flow control
  56. o PCI IOP's without interrupts are not supported yet
  57. o Push FAIL handling into the core
  58. o DDM control interfaces for module load etc
  59. o       Add I2O 2.0 support (Deffered to 2.5 kernel)
  60. Block:
  61. o Multiple major numbers
  62. o Read ahead and cache handling stuff. Talk to Ingo and people
  63. o Power management
  64. o Finish Media changers
  65. SCSI:
  66. o Find the right way to associate drives/luns/busses
  67. Lan:
  68. o Performance tuning
  69. o Test Fibre Channel code
  70. Tape:
  71. o Anyone seen anything implementing this ?
  72.            (D.S: Will attempt to do so if spare cycles permit)