Import 2.3.18pre1
[davej-history.git] / drivers / i2o / README
blob3dbe8088a6be19666f26ee4033573631388e965a
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
22 Philip Rumpf
23         Fixed assorted dumb SMP locking bugs
25 Juha Sievanen,  University of Helsinki Finland
26         LAN OSM
27         /proc interface to LAN class
28         Bug fixes
29         Core code extensions
31 Auvo Häkkinen,  University of Helsinki Finland
32         LAN OSM
33         /Proc interface to LAN class
34         Bug fixes
35         Core code extensions
37 CREDITS
39         This work was made possible by 
41 Red Hat Software
42         Funding for the Building #3 part of the project
44 Symbios Logic (Now LSI)
45         Host adapters, hints, known to work platforms when I hit
46         compatibility problems
48 BoxHill Corporation
49         Loan of initial FibreChannel disk array used for development work.
51 European Comission
52         Funding the work done by the University of Helsinki
54 STATUS:
56 o       The core setup works within limits.
57 o       The scsi layer seems to almost work. I'm still chasing down the hang
58         bug.
59 o       The block OSM is fairly minimal but does seem to work.
60 o       LAN OSM works with FDDI cards.
62 TO DO:
64 General:
65 o       Support multiple IOP's and tell them about each other
66 o       Provide hidden address space if asked
67 o       Long term message flow control
68 o       PCI IOP's without interrupts are not supported yet
69 o       Push FAIL handling into the core
70 o       DDM control interfaces for module load etc
72 Block:
73 o       Real error handler
74 o       Multiple major numbers
75 o       Read ahead and cache handling stuff. Talk to Ingo and people
76 o       Power management
77 o       Finish Media changers
79 SCSI:
80 o       Find the right way to associate drives/luns/busses
82 Lan:    Batch mode sends
83         Fix the "killing interrupt handler" in i2o_set_multicast_list
85 Tape:
86 o       Anyone seen anything implementing this ?