File: README

package info (click to toggle)
kernel-source-2.4.27 2.4.27-10sarge5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 191,224 kB
  • ctags: 610,077
  • sloc: ansic: 3,299,602; asm: 164,708; makefile: 10,962; sh: 3,725; perl: 2,273; yacc: 1,651; cpp: 820; lex: 752; tcl: 577; awk: 251; lisp: 218; sed: 79
file content (141 lines) | stat: -rw-r--r-- 3,590 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
	Linux I2O Support	(c) Copyright 1999-2002 Red Hat and others.

	This program is free software; you can redistribute it and/or
	modify it under the terms of the GNU General Public License
	as published by the Free Software Foundation; either version
	2 of the License, or (at your option) any later version.


Hardware Compatibility
-----------------------

This is an informal test summary. It is not definitive as a reference work
or guaranteed of any accuracy.

Last updated for 2.4.19pre7-ac1


Tested Hardware			block	config	lan	proc	scsi
-----------------------------------------------------------------------
Current Release
	AMI MegaRAID[0]		YES	YES	N/A	YES	N/A


Previous Stable Release (2.4.18ac3)
	AMI MegaRAID[0]		FAIL
	DPT Smartraid		------------ Use dpt_i2o module ------------
	Intel SCU RAID		FAIL[2]	???	N/A	???	FAIL[2]
	Promise Supertrak100	YES[3]	YES[3]	N/A	YES[3]	N/A
	Promise SX6000		YES[3]	YES[3]	N/A	YES[3]	N/A
	Symbios FC920		YES	YES[4]	N/A	YES	YES


[0] In I2O mode. For normal mode use the megaraid driver
[1] Initialisation oddities and scsi failure. Use dpt_i2o module instead.
[2] Card hangs under certain load patterns.
[3] The driver works correctly. Certain values are misreported by this
card but the results are only cosmetic. Firmware updates are required for some
very early cards. Set the card into I2O not 'Linux' mode.
[4] HTML configuration mode not available.

Requirements
------------

I2O 1.5 compliant hardware
PCI bus interrupt driven I2O devices
Devices in classes Block, Lan or SCSI.
32bit I2O messages supported

Limitations
-----------
64bit message formats are not supported (64bit I2O is basically a whole 
		different driver variant)
I2O Tape class is not supported (no known devices using this..)
Currently only 32bit x86 platforms are supported.


Authors
--------
	Alan Cox, Building Number Three Ltd.
		Core code, SCSI and Block OSMs

	Steve Ralston, LSI Logic Corp.
		Debugging SCSI and Block OSM

	Deepak Saxena, Intel Corp.
		Various core/block extensions
		/proc interface, bug fixes
		Ioctl interfaces for control
		Debugging LAN OSM

	Philip Rumpf
		Fixed assorted dumb SMP locking bugs

	Juha Sievanen, University of Helsinki Finland
		LAN OSM code
		/proc interface to LAN class
		Bug fixes
		Core code extensions

	Auvo Hkkinen, University of Helsinki Finland
		LAN OSM code
		/Proc interface to LAN class
		Bug fixes
		Core code extensions

	Taneli Vhkangas, University of Helsinki Finland
		Fixes to i2o_config

	Boji T Kannanthanam
		Intel i2o controller work, extending proc/config stuff

Credits
--------
	This work was made possible by 

Red Hat
	Funding for the Building #3 part of the project

Symbios Logic (Now LSI)
	Host adapters, hints, known to work platforms when I hit
	compatibility problems

BoxHill Corporation
	Loan of initial FibreChannel disk array used for development work.

European Comission
	Funding the work done by the University of Helsinki

SysKonnect
        Loan of FDDI and Gigabit Ethernet cards

ASUSTeK
        Loan of I2O motherboard 

Promise
	Providing a Supertrak 100 board and support info

DPT (now Adaptec)
	Providing a DPT smartraid I2O card (use dpt_i2o for this
	board however)


General:
o	Finish 64bit and big endian cleanup
o	Switch to new PCI mapping layer throughout
o	Hotswap of controllers
o	PCI IOP's without interrupts are not supported yet
o	Push FAIL handling into the core

Block:
o	Multiple major numbers (problem goes away in 2.5)
o	Power management

SCSI:

Lan:	
o	Performance tuning
o	Test Fibre Channel code

Tape:
o	Anyone seen anything implementing this ?