diff options
author | nyan <nyan@FreeBSD.org> | 2003-05-30 11:24:00 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2003-05-30 11:24:00 +0000 |
commit | b2c27551169801c043887fd97d6947c44eace26c (patch) | |
tree | 965ab42477f6d10289ab391139bd4815fd1476ff /release | |
parent | 4a94fb79dbf8595ed1be871114c15bf841e2da08 (diff) | |
download | FreeBSD-src-b2c27551169801c043887fd97d6947c44eace26c.zip FreeBSD-src-b2c27551169801c043887fd97d6947c44eace26c.tar.gz |
Add documents for the ct driver.
Submitted by: rushani
Approved by: re (jhb and bmah)
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/article.sgml | 52 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/common/dev.sgml | 52 |
2 files changed, 104 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/article.sgml b/release/doc/en_US.ISO8859-1/hardware/article.sgml index 4e95fbe..ce6e3e7 100644 --- a/release/doc/en_US.ISO8859-1/hardware/article.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/article.sgml @@ -250,6 +250,58 @@ </itemizedlist> </para> + <para arch="pc98">NEC PC-9801-55, 92 and their compatible C-Bus SCSI interfaces (ct driver) + <itemizedlist> + <listitem> + <para>NEC PC-9801-55, 92 and their compatibles</para> + <para>ICM IF-2660</para> + <para>Midori-Denshi MDC-554NA</para> + <para>Logitec LHA-N151</para> + <note> + <para><literal>flags 0x00000</literal> is necessary in + kernel configuration for DMA transfer mode.</para> + </note> + </listitem> + <listitem> + <para>I-O DATA SC-98II</para> + <note> + <para><literal>flags 0x10000</literal> is necessary in + kernel configuration for DMA transfer mode.</para> + </note> + </listitem> + <listitem> + <para>TEXA HA-55BS2 and later</para> + <para>Midori-Denshi MDC-926Rs</para> + <note> + <para><literal>flags 0x20000</literal> is necessary in + kernel configuration for Bus-master transfer mode.</para> + </note> + </listitem> + <listitem> + <para>ELECOM Bus-master SCSI interfaces</para> + <note> + <para><literal>flags 0x30000</literal> is necessary in + kernel configuration for Bus-master transfer mode.</para> + </note> + </listitem> + <listitem> + <para>All SMIT transfer type SCSI interfaces</para> + <note> + <para><literal>flags 0x40000</literal> is necessary in + kernel configuration for SMIT transfer mode.</para> + </note> + </listitem> + <listitem> + <para>Logitec LHA-20x series</para> + <para>ICM IF-2766, IF-2766ET, IF-2767 and IF-2769</para> + <note> + <para><literal>flags 0x50000</literal> is necessary in + kernel configuration for Bus-master transfer mode.</para> + </note> + </listitem> + </itemizedlist> + </para> + <para arch="pc98">NEC PC-9801-55, 92 and their compatible C-Bus SCSI interfaces (bs driver) <itemizedlist> <listitem> diff --git a/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml b/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml index 4e95fbe..ce6e3e7 100644 --- a/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml @@ -250,6 +250,58 @@ </itemizedlist> </para> + <para arch="pc98">NEC PC-9801-55, 92 and their compatible C-Bus SCSI interfaces (ct driver) + <itemizedlist> + <listitem> + <para>NEC PC-9801-55, 92 and their compatibles</para> + <para>ICM IF-2660</para> + <para>Midori-Denshi MDC-554NA</para> + <para>Logitec LHA-N151</para> + <note> + <para><literal>flags 0x00000</literal> is necessary in + kernel configuration for DMA transfer mode.</para> + </note> + </listitem> + <listitem> + <para>I-O DATA SC-98II</para> + <note> + <para><literal>flags 0x10000</literal> is necessary in + kernel configuration for DMA transfer mode.</para> + </note> + </listitem> + <listitem> + <para>TEXA HA-55BS2 and later</para> + <para>Midori-Denshi MDC-926Rs</para> + <note> + <para><literal>flags 0x20000</literal> is necessary in + kernel configuration for Bus-master transfer mode.</para> + </note> + </listitem> + <listitem> + <para>ELECOM Bus-master SCSI interfaces</para> + <note> + <para><literal>flags 0x30000</literal> is necessary in + kernel configuration for Bus-master transfer mode.</para> + </note> + </listitem> + <listitem> + <para>All SMIT transfer type SCSI interfaces</para> + <note> + <para><literal>flags 0x40000</literal> is necessary in + kernel configuration for SMIT transfer mode.</para> + </note> + </listitem> + <listitem> + <para>Logitec LHA-20x series</para> + <para>ICM IF-2766, IF-2766ET, IF-2767 and IF-2769</para> + <note> + <para><literal>flags 0x50000</literal> is necessary in + kernel configuration for Bus-master transfer mode.</para> + </note> + </listitem> + </itemizedlist> + </para> + <para arch="pc98">NEC PC-9801-55, 92 and their compatible C-Bus SCSI interfaces (bs driver) <itemizedlist> <listitem> |