<?xml version="1.0"?>
<!DOCTYPE webpage
  PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
	 "http://www.NetBSD.org/XML/htdocs/lang/share/xml/website-netbsd.dtd">

<webpage id="support-hardware-i2c">
<config param="desc" value="The NetBSD Foundation"/>
<config param="cvstag" value="$NetBSD: i2c.xml,v 1.2 2008/03/18 14:57:13 reed Exp $"/>
<config param="rcsdate" value="$Date: 2008/03/18 14:57:13 $"/>
<head>
<title>I2C Hardware Supported by NetBSD</title>
</head>

<sect1 id="top">
<title>Machine-independent I2C drivers</title>

<para>
The I2C bus is a standard serial bus used as an interconnect between
components on a device.  This is a support bus, and does not export
an interface to the user.  However, having this generic I2C support can
aid device driver writers, as they will not have to re-implement I2C
support code if their device uses I2C.
</para>

<para>
Please note that these pages reflect the state of NetBSD-current. To check
the supported hardware list for a specific release of NetBSD, check
that release's installation notes.
If you are unsure, please boot a -current kernel or send mail to 
<email>netbsd-users@NetBSD.org</email>.
</para>

<sect2 id="i2c-devices">
<title>Supported I2C devices</title>

<itemizedlist>
    <listitem> I2C EEPROMs (Microchip Technology 24C01A/02A/04A).</listitem>
</itemizedlist>
</sect2>

</sect1>

<parentsec url="./" text="Hardware Devices Supported by NetBSD"/>
</webpage>

