On Wednesday 31 December 2003 16:43 CET Tom Wesley wrote:
> On Wed, 2003-12-31 at 15:34, Brian Downey wrote:
> > No big deal, the board has an Intel chipset. But the part that is
> > intriguing me is the "I20".
> >
> > I've always wondering what the I20 stuff really did in the kernel.
> >[...]
>
> Straight from the Gnome dictionary application:
> "The Free On-line Dictionary of Computing (27 SEP 03)"
> I2O
> Intelligent Input/Output
>
> Not much of an idea what that means though.... ;)
The Kernel itself contains a pretty good explanation.
From /usr/src/linux/Documentation/Configure.help:
| I2O support
| CONFIG_I2O
| The Intelligent Input/Output (I2O) architecture allows hardware
| drivers to be split into two parts: an operating system specific
| module called the OSM and an hardware specific module called the
| HDM. The OSM can talk to a whole range of HDM's, and ideally the
| HDM's are not OS dependent. This allows for the same HDM driver to
| be used under different operating systems if the relevant OSM is in
| place. In order for this to work, you need to have an I2O interface
| adapter card in your computer. This card contains a special I/O
| processor (IOP), thus allowing high speeds since the CPU does not
| have to deal with I/O.
Cheers,
Malte
--
[SGT] Simon G. Tatham: "How to Report Bugs Effectively"
<http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>
[ESR] Eric S. Raymond: "How To Ask Questions The Smart Way"
<http://www.catb.org/~esr/faqs/smart-questions.html>
--
[EMAIL PROTECTED] mailing list