* added 0.99 linux version
[mascara-docs.git] / i386 / linux / linux-2.3.21 / drivers / i2o / README
blobde2d393b31da440f394f05e376e21646f7865a90
2         Linux I2O Support       (c) Copyright 1999 Red Hat Software
3                                         and others.
5         This program is free software; you can redistribute it and/or
6         modify it under the terms of the GNU General Public License
7         as published by the Free Software Foundation; either version
8         2 of the License, or (at your option) any later version.
10 AUTHORS (so far)
12 Alan Cox,       Building Number Three Ltd.
13         Core code, SCSI and Block OSMs
15 Steve Ralston,  LSI Logic Corp.
16         Debugging SCSI and Block OSM
18 Deepak Saxena,  Intel Corp.
19         /proc interface, bug fixes
20         Ioctl interfaces for control
21         Debugging LAN OSM
23 Philip Rumpf
24         Fixed assorted dumb SMP locking bugs
26 Juha Sievanen,  University of Helsinki Finland
27         LAN OSM code
28         /proc interface to LAN class
29         Bug fixes
30         Core code extensions
32 Auvo Häkkinen,  University of Helsinki Finland
33         LAN OSM code
34         /Proc interface to LAN class
35         Bug fixes
36         Core code extensions
38 CREDITS
40         This work was made possible by 
42 Red Hat Software
43         Funding for the Building #3 part of the project
45 Symbios Logic (Now LSI)
46         Host adapters, hints, known to work platforms when I hit
47         compatibility problems
49 BoxHill Corporation
50         Loan of initial FibreChannel disk array used for development work.
52 European Comission
53         Funding the work done by the University of Helsinki
55 SysKonnect
56         Loan of FDDI and Gigabit Ethernet cards
58 ASUSTeK
59         Loan of I2O motherboard 
61 STATUS:
63 o       The core setup works within limits.
64 o       The scsi layer seems to almost work. I'm still chasing down the hang
65         bug.
66 o       The block OSM is fairly minimal but does seem to work.
67 o       LAN OSM works with FDDI and Ethernet cards.
69 TO DO:
71 General:
72 o       Support multiple IOP's and tell them about each other
73 o       Provide hidden address space if asked
74 o       Long term message flow control
75 o       PCI IOP's without interrupts are not supported yet
76 o       Push FAIL handling into the core
77 o       DDM control interfaces for module load etc
79 Block:
80 o       Real error handler
81 o       Multiple major numbers
82 o       Read ahead and cache handling stuff. Talk to Ingo and people
83 o       Power management
84 o       Finish Media changers
86 SCSI:
87 o       Find the right way to associate drives/luns/busses
89 Lan:    Batch mode sends
90         Fix the "killing interrupt handler" in i2o_set_multicast_list
92 Tape:
93 o       Anyone seen anything implementing this ?