diff options
| author | Doc Manager <doceng@FreeBSD.org> | 2003-10-21 16:44:49 +0000 |
|---|---|---|
| committer | Doc Manager <doceng@FreeBSD.org> | 2003-10-21 16:44:49 +0000 |
| commit | 0446ebf98ef1f198ab6b607d3b217656c1c9e768 (patch) | |
| tree | dcad1bbee75bebb4628f65de2852a80539ac3500 | |
| parent | a6add0943c89a597c3a00e85b133114349cc13dc (diff) | |
Create tag '4.9.0'.release/4.9.0
Notes
svn path=/head/; revision=18516
svn path=/release/4.9.0/; revision=18517; tag=release/4.9.0
35 files changed, 7 insertions, 10925 deletions
diff --git a/de_DE.ISO8859-1/books/handbook/multimedia/chapter.sgml b/de_DE.ISO8859-1/books/handbook/multimedia/chapter.sgml deleted file mode 100644 index 03de455413..0000000000 --- a/de_DE.ISO8859-1/books/handbook/multimedia/chapter.sgml +++ /dev/null @@ -1,661 +0,0 @@ -<!-- - The FreeBSD Documentation Project - The FreeBSD German Documentation Project - - $FreeBSD$ - $FreeBSDde: de-docproj/books/handbook/sound/chapter.sgml,v 1.33 2003/08/24 14:33:58 mheinen Exp $ - basiert auf: 1.33 ---> - -<chapter id="sound"> - <chapterinfo> - <authorgroup> - <author> - <firstname>Moses</firstname> - <surname>Moore</surname> - <contrib>Von </contrib> - </author> - </authorgroup> - <!-- 20 November 2000 --> - <authorgroup> - <author> - <firstname>Benedikt</firstname> - <surname>Köhler</surname> - <contrib>Übersetzt von </contrib> - </author> - <author> - <firstname>Uwe</firstname> - <surname>Pierau</surname> - </author> - </authorgroup> - </chapterinfo> - - <title>Sound</title> - - <sect1 id="sound-synopsis"> - <title>Zusammenfassung</title> - - <para>FreeBSD unterstützt viele unterschiedliche Soundkarten, - die Ihnen den Genuss von Highfidelity-Klängen auf Ihrem - Computer ermöglichen. Dazu gehört unter anderem die - Möglichkeit, Tonquellen in den Formaten MPEG Audio Layer 3 - (MP3), WAV, Ogg Vorbis und vielen weiteren Formaten aufzunehmen - und wiederzugeben. Darüber hinaus enthält die FreeBSD - Ports-Sammlung Anwendungen, die Ihnen das Bearbeiten Ihrer - aufgenommenen Tonspuren, das Hinzufügen von Klangeffekten - und die Kontrolle der angeschlossenen MIDI-Geräte - erlauben.</para> - - <para>Nach dem Lesen dieses Kapitels werden Sie wissen:</para> - <itemizedlist> - <listitem><para>Wie Sie Ihre Soundkarte - bestimmen.</para></listitem> - <listitem><para>Wie Sie Ihr System so einstellen, dass die - Soundkarte richtig erkannt wird.</para></listitem> - <listitem><para>Einige Methoden und Beispielanwendungen, mit - denen Sie das korrekte Funktionieren Ihrer Soundkarte - überprüfen können.</para></listitem> - <listitem><para>Wie Sie Fehler in Ihren - Soundkarten-Einstellungen finden.</para></listitem> - <listitem><para>Wie Sie MP3s wiedergeben und - erzeugen.</para></listitem> - <listitem><para>Wie Sie CD-Tonspuren in Dateien - rippen.</para></listitem> - </itemizedlist> - - <para>Bevor Sie dieses Kapitel leben, sollten Sie:</para> - - <itemizedlist> - <listitem><para>Wissen, wie Sie einen neuen Kernel - konfigurieren und installieren (<xref - linkend="kernelconfig">).</para></listitem> - </itemizedlist> - </sect1> - - <sect1 id="sound-devices"> - <title>Bestimmen des korrekten Geräts</title> - - <indexterm><primary>PCI</primary></indexterm> - <indexterm><primary>ISA</primary></indexterm> - <indexterm><primary>Soundkarten</primary></indexterm> - <para>Zunächst sollten Sie in Erfahrung bringen, welches - Modell Ihrer Soundkarte Sie haben, welchen Chip sie benutzt und - ob es sich um eine PCI- oder ISA-Karte handelt. FreeBSD - unterstützt eine ganze Reihe sowohl von PCI- als auch von - ISA-Karten. Wenn Ihre Soundkarte in der folgenden Liste nicht - auftaucht, konsultieren Sie die &man.pcm.4; Manualpage. Diese - Liste ist zwar nicht vollständig, deckt jedoch einige der - verbreitetsten Karten ab.</para> - - <itemizedlist> - <listitem> - <para>Crystal 4237, 4236, 4232, 4231</para> - </listitem> - - <listitem> - <para>Yamaha OPL-SAx</para> - </listitem> - - <listitem> - <para>OPTi931</para> - </listitem> - - <listitem> - <para>Ensoniq AudioPCI 1370/1371</para> - </listitem> - - <listitem> - <para>ESS Solo-1/1E</para> - </listitem> - - <listitem> - <para>NeoMagic 256AV/ZX</para> - </listitem> - - <listitem> - <para>Sound Blaster Pro, 16, 32, AWE64, AWE128, Live</para> - </listitem> - - <listitem> - <para>Creative ViBRA16</para> - </listitem> - - <listitem> - <para>Advanced Asound 100, 110, and Logic ALS120</para> - </listitem> - - <listitem> - <para>ES 1868, 1869, 1879, 1888</para> - </listitem> - - <listitem> - <para>Gravis UltraSound</para> - </listitem> - - <listitem> - <para>Aureal Vortex 1 or 2</para> - </listitem> - </itemizedlist> - - <indexterm> - <primary>Kernel</primary> - <secondary>Konfiguration</secondary> - </indexterm> - - <para>Um Ihre Soundkarte benutzen zu können, müssen Sie - den richtigen Gerätetreiber laden. Dafür gibt es mehrere - Möglichkeiten: Am einfachsten ist es, mit &man.kldload.8; das - entsprechende Kernel-Modul für Ihre Soundkarte zu laden. Sie - können aber auch die Unterstützung Ihrer Soundkarte - statisch in den Kernel hineinkompilieren. Der folgende Abschnitt - erklärt diese Methode. Weitere Informationen über das - Kompilieren eines Kernels erhalten sie in dem Kapitel <link - linkend="kernelconfig">Kernelkonfiguration</link>.</para> - - <sect2> - <title>Creative, Advance und ESS Soundkarten</title> - - <para>Für jede dieser Karten fügen Sie die folgende Zeile - zu Ihrer Kernelkonfiguration hinzu:</para> - - <programlisting>device pcm</programlisting> - - <para>ISA-Karten benötigen zusätzlich noch die - Zeile:</para> - - <programlisting>device sbc</programlisting> - - <para>Nicht-PnP fähige ISA-Karten benötigen die Zeilen:</para> - - <programlisting>device pcm -device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15</programlisting> - - <para>Dies sind die - Voreinstellungen. Sie werden unter Umständen den IRQ oder - andere Einstellungen anpassen müssen. In der &man.sbc.4; - Manualpage finden Sie weitere Informationen dazu.</para> - - <note> - <para>Die Karte Sound Blaster Live wird unter FreeBSD 4.0 - nicht unterstützt. Dazu benötigen Sie einen Patch, - der in diesem Dokument nicht behandelt wird. Es ist deshalb - empfehlenswert, dass Sie in diesem Fall Ihr System auf den - neuesten -STABLE Stand aktualisieren, bevor Sie diese Karte - benutzen können.</para> - </note> - </sect2> - - <sect2> - <title>Gravis UltraSound Karten</title> - - <para>Eine PnP ISA-Karte benötigt die folgenden Zeilen in der - Kernelkonfiguration:</para> - - <programlisting>device pcm -device gusc</programlisting> - - <para>Wenn Sie eine nicht-PnP fähige ISA-Karte besitzen, - fügen Sie die folgenden Zeilen ein:</para> - - <programlisting>device pcm -device gus0 at isa? port 0x220 irq 5 drq 1 flags 0x13</programlisting> - - <para>Es kann sein, dass Sie den - IRQ oder andere Einstellungen Ihrer Karte anpassen - müssen. Mehr Informationen erhalten Sie in - der Hilfeseite &man.gusc.4;.</para> - </sect2> - - <sect2> - <title>Crystal Soundkarten</title> - - <para>In der Kernelkonfiguration geben Sie für Crystal Karten - die beiden folgenden Zeilen an:</para> - - <programlisting>device pcm -device csa</programlisting> - </sect2> - - <sect2> - <title>Allgemeine Unterstützung</title> - - <para>Für PnP ISA- oder PCI-Karten fügen Sie die folgende - Zeile zu Ihrer Kernelkonfiguration hinzu:</para> - - <programlisting>device pcm</programlisting> - - <para>Wenn Sie eine nicht-PnP ISA-Karte besitzen, die keinen - Bridge-Treiber hat, geben Sie zusätzlich die folgende Zeile - an:</para> - - <programlisting>device pcm0 at isa? irq 10 drq 1 flags 0x0</programlisting> - - <para>Ändern Sie den IRQ oder - andere Einstellungen so, dass sie Ihrer Soundkarte - entsprechen.</para> - </sect2> - - <sect2> - <title>Onboard Sound</title> - - <para>Einige Systeme besitzen direkt auf dem Motherboard - eingebaute Soundgeräte. Diese benötigen die folgende - Angabe in Ihrer Kernelkonfiguration:</para> - - <programlisting>options PNPBIOS</programlisting> - </sect2> - </sect1> - - <sect1 id="sound-devicenodes"> - <title>Erstellen und Testen der Device Nodes</title> - - <indexterm><primary>Device Node</primary></indexterm> - <indexterm><primary>Gerätedatei</primary></indexterm> - <para>Nach einem Neustart loggen Sie sich ein und geben - <command>dmesg | grep pcm</command> ein. Sie sollten etwas wie das - folgende sehen:</para> - - <screen>&prompt.root; <userinput>dmesg | grep pcm</userinput> -pcm0: <SB16 DSP 4.11> on sbc0</screen> - - <para>Die Ausgabe Ihres Systems kann anders aussehen. Erscheinen - keine <devicename>pcm</devicename> Geräte, dann ist zuvor - ein Fehler aufgetreten. Wenn das passiert, schauen Sie sich Ihre - Kernelkonfiguration noch einmal an und vergewissern Sie sich, - dass Sie den richtigen Treiber gewählt haben. Weitere - Hinweise zur Fehlersuche gibt <xref linkend="troubleshooting">.</para> - - <para>Ergab der vorige Befehl <devicename>pcm0</devicename> als - Ausgabe, dann müssen Sie folgendes als <username>root</username> - ausführen:</para> - - <screen>&prompt.root; <userinput>cd /dev</userinput> -&prompt.root; <userinput>sh MAKEDEV snd0</userinput></screen> - - <para>Wenn auf den vorigen Befehl <devicename>pcm1</devicename> - als Ausgabe erschienen ist, dann müssen Sie dieselben - Befehle ausführen, nur dass Sie - <devicename>snd0</devicename> durch - <devicename>snd1</devicename> ersetzen.</para> - - <note> - <para>Die obigen Kommandos legen <emphasis>kein</emphasis> - <devicename>/dev/snd</devicename> Device an.</para> - </note> - - <para>Der Befehl <command>MAKEDEV</command> erzeugt eine Gruppe - von Device Nodes, darunter:</para> - - <informaltable frame="none"> - <tgroup cols="2"> - <thead> - <row> - <entry>Device</entry> - <entry>Beschreibung</entry> - </row> - </thead> - - <tbody> - <row> - <entry><devicename>/dev/audio</devicename></entry> - <entry>SPARC-compatible audio device</entry> - </row> - - <row> - <entry><devicename>/dev/dsp</devicename></entry> - <entry>Digitized voice device</entry> - </row> - - <row> - <entry><devicename>/dev/dspW</devicename></entry> - <entry><devicename>/dev/dsp</devicename>-ähnliches - Device mit 16 bits pro Sample</entry> - </row> - - <row> - <entry><devicename>/dev/midi</devicename></entry> - <entry>Raw midi access device</entry> - </row> - - <row> - <entry><devicename>/dev/mixer</devicename></entry> - <entry>Control port mixer device</entry> - </row> - - <row> - <entry><devicename>/dev/music</devicename></entry> - <entry>Level 2 sequencer interface</entry> - </row> - - <row> - <entry><devicename>/dev/sequencer</devicename></entry> - <entry>Sequencer device</entry> - </row> - - <row> - <entry><devicename>/dev/pss</devicename></entry> - <entry>Programmable device interface</entry> - </row> - </tbody> - </tgroup> - </informaltable> - - <para>Wenn alles geklappt hat, haben Sie jetzt eine - funktionierende Soundkarte. Nun können Sie eine Anwendung - wie <filename role="package">audio/mpg123</filename> installieren, - um Audiodateien anhören zu können.</para> - - <sect2 id="troubleshooting"> - <title>Häufige Probleme</title> - - <informaltable> - <tgroup cols="2"> - <thead> - <row> - <entry>Fehler</entry> - <entry>Lösung</entry> - </row> - </thead> - <indexterm><primary>Device Node</primary></indexterm> - <indexterm><primary>Gerätedatei</primary></indexterm> - - <tbody> - <row> - <entry><errorname>unsupported subdevice XX</errorname></entry> - <entry><para>Ein oder mehrere Device Nodes wurden nicht - korrekt angelegt. Wiederholen Sie die oben angegebenen - Schritte.</para></entry> - </row> - - <indexterm><primary>I/O port</primary></indexterm> - <row> - <entry><errorname>sb_dspwr(XX) timed out</errorname></entry> - <entry><para>Der I/O Port ist nicht korrekt angegeben.</para></entry> - </row> - - <indexterm><primary>IRQ</primary></indexterm> - <row> - <entry><errorname>bad irq XX</errorname></entry> - <entry><para>Der IRQ ist falsch angegeben. Stellen Sie - sicher, dass der angegebene IRQ mit dem Sound IRQ - übereinstimmt.</para></entry> - </row> - - <row> - <entry><errorname>xxx: gus pcm not attached, out of - memory</errorname></entry> - <entry><para>Es ist nicht genug Speicher verfügbar, - um das Gerät betreiben zu können.</para></entry> - </row> - - <indexterm><primary>DSP</primary></indexterm> - <row> - <entry><errorname>xxx: can't open /dev/dsp!</errorname></entry> - <entry><para>Überprüfen Sie mit <command>fstat | - grep dsp</command> ob eine andere Anwendung das - Gerät geöffnet hat. Häufige - Störenfriede sind <application>esound</application> - oder die Sound-Unterstützung von - <application>KDE</application>.</para></entry> - </row> - </tbody> - </tgroup> - </informaltable> - </sect2> - </sect1> - - <sect1 id="sound-mp3"> - <sect1info> - <authorgroup> - <author> - <firstname>Chern</firstname> - <surname>Lee</surname> - <contrib>Ein Beitrag von </contrib> - </author> - </authorgroup> - <!-- 11 Sept 2001 --> - <authorgroup> - <author> - <firstname>Benedikt</firstname> - <surname>Köhler</surname> - <contrib>Übersetzt von </contrib> - </author> - </authorgroup> - </sect1info> - - <title>MP3 Audio</title> - - <para>MP3 (MPEG Layer 3 Audio) ermöglicht eine - Klangwiedergabe in CD-ähnlicher Qualität, was Sie sich - auf Ihrem FreeBSD Rechner nicht entgehen lassen sollten.</para> - - <sect2 id="mp3-players"> - <title>MP3-Player</title> - - <para><application>XMMS</application> (X Multimedia System) ist - bei weitem der beliebteste XFree86 MP3-Player. - <application>WinAmp</application>-Skins können auch mit - <application>XMMS</application> genutzt werden, da die - Benutzerschnittstelle fast identisch mit der von Nullsofts - <application>WinAmp</application> ist. Daneben - unterstützt <application>XMMS</application> auch eigene - Plugins.</para> - - <para><application>XMMS</application> kann als - <filename role="package">audio/xmms</filename> Port oder Package installiert - werden.</para> - - <para>Die Benutzerschnittstelle von - <application>XMMS</application> ist leicht zu erlernen und - beinhaltet eine Playlist, einen graphischen Equalizer und - vieles mehr. Diejenigen, die mit WinAmp vertraut sind, werden - <application>XMMS</application> sehr leicht zu benutzen - finden.</para> - - <para>Der Port <filename role="package">audio/mpg123</filename> ist - ein alternativer, kommandozeilenorientierter MP3-Player.</para> - - <para><application>mpg123</application> kann ausgeführt - werden, in dem man das zu benutzende Sound Device und die - abzuspielende MP3-Datei in der Kommandozeile wie unten - angibt:</para> - - <screen>&prompt.root; <userinput>mpg123 -a <replaceable>/dev/dsp1.0</replaceable> Foobar-GreatestHits.mp3</userinput> -High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3. -Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp. -Uses code from various people. See 'README' for more! -THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! - - - - - -Playing MPEG stream from BT - Foobar-GreastHits.mp3 ... -MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo -</screen> - - <para><literal>/dev/dsp1.0</literal> sollten Sie dabei mit dem - <devicename>dsp</devicename>-Device Ihres Systems ersetzen.</para> - </sect2> - - <sect2 id="rip-cd"> - <title>CD-Audio Tracks rippen</title> - - <para>Bevor man eine ganze CD oder einen CD-Track in das - MP3-Format umwandeln kann, müssen die Audiodaten von der - CD auf die Festplatte gerippt werden. Dabei werden die CDDA - (CD Digital Audio) Rohdaten in WAV-Dateien kopiert.</para> - - <para>Die Anwendung <command>cdda2wav</command> die in dem - <filename role="package">sysutils/cdrtools</filename> Paket enthalten - ist, kann zum Rippen der Audiodaten und anderen Informationen von CDs - genutzt werden.</para> - - <para>Wenn die Audio CD in dem Laufwerk liegt, können Sie - mit folgendem Befehl (als <username>root</username>) eine - ganze CD in einzelne WAV-Dateien (eine Datei für jeden - Track) rippen:</para> - - <screen>&prompt.root; <userinput>cdda2wav -D <replaceable>0,1,0</replaceable> -B</userinput></screen> - - <para>Der Schalter <option>-D - <replaceable>0,1,0</replaceable></option> bezieht sich auf - das SCSI Device <devicename>0,1,0</devicename>, dass sich aus - dem Ergebnis des Befehls <command>cdrecord -scanbus</command> - ergibt.</para> - - <para>Um einzelne Tracks zu rippen, benutzen Sie den - <option>-t</option> Schalter wie folgt:</para> - - <screen>&prompt.root; <userinput>cdda2wav -D <replaceable>0,1,0</replaceable> -t 7</userinput></screen> - - <para>Dieses Beispiel rippt den siebten Track der Audio - CD-ROM. Um mehrere Tracks zu rippen, zum Beispiel die Tracks - eins bis sieben, können Sie wie folgt einen Bereich - angeben:</para> - - <screen>&prompt.root; <userinput>cdda2wav -D <replaceable>0,1,0</replaceable> -t 1+7</userinput></screen> - - <para><application>cdda2wav</application> unterstützt auch ATAPI - (IDE) CD-ROM Laufwerke. Wenn Sie ein IDE Laufwerk benutzen, geben - Sie beim Aufruf von <command>cdda2wav</command> den - Gerätenamen anstelle der SCSI Gerätenummern an. Um den - siebten Track eines IDE Laufwerkes zu rippen, benutzen Sie das - folgende Kommando:</para> - - <screen>&prompt.root; <userinput>cdda2wav -D <replaceable>/dev/acd0a</replaceable> -t 7</userinput></screen> - </sect2> - - <sect2 id="mp3-encoding"> - <title>MP3-Dateien kodieren</title> - - <para>Gegenwärtig ist <application>Lame</application> der - meistbenutzte MP3-Encoder. <application>Lame</application> - finden Sie unter <filename role="package">audio/lame</filename> im - Ports-Verzeichnis.</para> - - <para>Benutzen Sie die WAV-Dateien, die sie von CD gerippt - haben, und wandeln sie mit dem folgenden Befehl die Datei - <filename>audio01.wav</filename> in - <filename>audio01.mp3</filename> um:</para> - - <screen>&prompt.root; <userinput>lame -h -b <replaceable>128</replaceable> \ ---tt "<replaceable>Foo Liedtitel</replaceable>" \ ---ta "<replaceable>FooBar Künstler</replaceable>" \ ---tl "<replaceable>FooBar Album</replaceable>" \ ---ty "<replaceable>2001</replaceable>" \ ---tc "<replaceable>Geripped und kodiert von Foo</replaceable>" \ ---tg "<replaceable>Musikrichtung</replaceable>" \ -<replaceable>audio01.wav audio01.mp3</replaceable></userinput></screen> - - <para>128 kbits ist die gewöhnliche MP3 Bitrate. Viele - bevorzugen mit 160 oder 192 kbits eine höhere Qualität. Je - höher die Bitrate ist, desto mehr Speicherplatz - benötigt die resultierende MP3-Datei, allerdings wird die - Qualität dadurch auch besser. Der Schalter - <option>-h</option> verwendet den <quote>higher quality but a - little slower</quote> (höhere Qualität, aber etwas - langsamer) Modus. Die Schalter, die mit - <option>--t</option> beginnen, sind ID3-Tags, die in der Regel - Informationen über das Lied enthalten und in die - MP3-Datei eingebettet sind. Weitere Optionen können in - der Manualpage von <application>Lame</application> nachgelesen - werden.</para> - </sect2> - - <sect2 id="mp3-decoding"> - <title>MP3-Dateien dekodieren</title> - - <para>Um aus MP3-Dateien eine Audio CD zu erstellen, müssen - diese in ein nicht komprimiertes WAV-Format umgewandelt - werden. Sowohl <application>XMMS</application> als auch - <application>mpg123</application> unterstützen die Ausgabe - der MP3-Dateien in unkomprimierte Dateiformate.</para> - - <para>Dekodieren mit <application>XMMS</application>:</para> - - <procedure> - <step> - <para>Starten Sie <application>XMMS</application>.</para> - </step> - - <step> - <para>Klicken Sie mit der rechten Maustaste, um das - <application>XMMS</application>-Menu zu öffnen.</para> - </step> - - <step> - <para>Wählen Sie <literal>Preference</literal> im - Untermenü <literal>Options</literal>.</para> - </step> - - <step> - <para>Ändern Sie das Output-Plugin in <quote>Disk - Writer Plugin</quote>.</para> - </step> - - <step> - <para>Drücken Sie <literal>Configure</literal>.</para> - </step> - - <step> - <para>Geben Sie ein Verzeichnis ein (oder wählen Sie - browse), in das Sie die unkomprimierte Datei schreiben - wollen.</para> - </step> - - <step> - <para>Laden Sie die MP3-Datei wie gewohnt in - <application>XMMS</application> mit einer Lautstärke - von 100% und einem abgeschalteten EQ.</para> - </step> - - <step> - <para>Drücken Sie <literal>Play</literal> und es wird - so aussehen, als spiele <application>XMMS</application> - die MP3-Datei ab, aber keine Musik ist zu hören. Der - Player überspielt die MP3-Datei in eine Datei.</para> - </step> - - <step> - <para>Vergessen Sie nicht, das Output Plugin wieder in den - Ausgangszustand zurückzusetzen um wieder MP3-Dateien - anhören zu können.</para> - </step> - </procedure> - - <para>Mit <application>mpg123</application> nach stdout schreiben:</para> - - <procedure> - <step> - <para>Geben Sie mpg123 -s - <replaceable>audio01.mp3</replaceable> > audio01.pcm - ein</para> - </step> - </procedure> - - <para><application>XMMS</application> schreibt die Datei in dem - WAV-Formal während <application>mpg123</application> die - MP3-Datei in rohe PCM Audiodaten umwandelt. Beide Formate - können von <application>cdrecord</application> oder - <application>burncd</application> verwendet werden, um Audio - CDs zu schreiben.</para> - - <para>Lesen Sie <xref linkend="creating-cds"> in diesem Handbuch, - um mehr Informationen zur Benutzung von CD-Brennern mit FreeBSD zu - erhalten.</para> - </sect2> - </sect1> -</chapter> - -<!-- - Local Variables: - mode: sgml - sgml-declaration: "../chapter.decl" - sgml-indent-data: t - sgml-omittag: nil - sgml-always-quote-attributes: t - sgml-parent-document: ("../book.sgml" "part" "chapter") - End: ---> - diff --git a/en/handbook/contrib/chapter.sgml b/en/handbook/contrib/chapter.sgml deleted file mode 100644 index 9a41073467..0000000000 --- a/en/handbook/contrib/chapter.sgml +++ /dev/null @@ -1,5796 +0,0 @@ -<!-- - The FreeBSD Documentation Project - - $Id: chapter.sgml,v 1.92 2000-03-19 06:20:31 vanilla Exp $ ---> - -<chapter id="contrib"> - <title>Contributing to FreeBSD</title> - - <para><emphasis>Contributed by &a.jkh;.</emphasis></para> - - <para>So you want to contribute something to FreeBSD? That is great! We can - always use the help, and FreeBSD is one of those systems that - <emphasis>relies</emphasis> on the contributions of its user base in order - to survive. Your contributions are not only appreciated, they are vital - to FreeBSD's continued growth!</para> - - <para>Contrary to what some people might also have you believe, you do not - need to be a hot-shot programmer or a close personal friend of the FreeBSD - core team in order to have your contributions accepted. The FreeBSD - Project's development is done by a large and growing number of - international contributors whose ages and areas of technical expertise - vary greatly, and there is always more work to be done than there are - people available to do it.</para> - - <para>Since the FreeBSD project is responsible for an entire operating - system environment (and its installation) rather than just a kernel or a - few scattered utilities, our <filename>TODO</filename> list also spans a - very wide range of tasks, from documentation, beta testing and - presentation to highly specialized types of kernel development. No matter - what your skill level, there is almost certainly something you can do to - help the project!</para> - - <para>Commercial entities engaged in FreeBSD-related enterprises are also - encouraged to contact us. Need a special extension to make your product - work? You will find us receptive to your requests, given that they are not - too outlandish. Working on a value-added product? Please let us know! We - may be able to work cooperatively on some aspect of it. The free software - world is challenging a lot of existing assumptions about how software is - developed, sold, and maintained throughout its life cycle, and we urge you - to at least give it a second look.</para> - - <sect1> - <title>What Is Needed</title> - - <para>The following list of tasks and sub-projects represents something of - an amalgam of the various core team <filename>TODO</filename> lists and - user requests we have collected over the last couple of months. Where - possible, tasks have been ranked by degree of urgency. If you are - interested in working on one of the tasks you see here, send mail to the - coordinator listed by clicking on their names. If no coordinator has - been appointed, maybe you would like to volunteer?</para> - - <sect2> - <title>High priority tasks</title> - - <para>The following tasks are considered to be urgent, usually because - they represent something that is badly broken or sorely needed:</para> - - <orderedlist> - <listitem> - <para>3-stage boot issues. Overall coordination: &a.hackers;</para> - - <itemizedlist> - <listitem> - <para>Do WinNT compatible drive tagging so that the 3rd stage - can provide an accurate mapping of BIOS geometries for - disks.</para> - </listitem> - </itemizedlist> - </listitem> - - <listitem> - <para>Filesystem problems. Overall coordination: &a.fs;</para> - - <itemizedlist> - <listitem> - <para>Fix the MSDOS file system.</para> - </listitem> - - <listitem> - <para>Clean up and document the nullfs filesystem code. - Coordinator: &a.eivind;</para> - </listitem> - - <listitem> - <para>Fix the union file system. Coordinator: &a.dg;</para> - </listitem> - </itemizedlist> - </listitem> - - <listitem> - <para>Implement Int13 vm86 disk driver. Coordinator: - &a.hackers;</para> - </listitem> - - <listitem> - <para>New bus architecture. Coordinator: &a.newbus;</para> - - <itemizedlist> - <listitem> - <para>Port existing ISA drivers to new architecture.</para> - </listitem> - - <listitem> - <para>Move all interrupt-management code to appropriate parts of - the bus drivers.</para> - </listitem> - - <listitem> - <para>Port PCI subsystem to new architecture. Coordinator: - &a.dfr;</para> - </listitem> - - <listitem> - <para>Figure out the right way to handle removable devices and - then use that as a substrate on which PC-Card and CardBus - support can be implemented.</para> - </listitem> - - <listitem> - <para>Resolve the probe/attach priority issue once and for - all.</para> - </listitem> - - <listitem> - <para>Move any remaining buses over to the new - architecture.</para> - </listitem> - </itemizedlist> - </listitem> - - <listitem> - <para>Kernel issues. Overall coordination: &a.hackers;</para> - </listitem> - - <listitem> - <para>Add more pro-active security infrastructure. Overall - coordination: &a.security;</para> - - <itemizedlist> - <listitem> - <para>Build something like Tripwire(TM) into the kernel, with a - remote and local part. There are a number of cryptographic - issues to getting this right; contact the coordinator for - details. Coordinator: &a.eivind;</para> - </listitem> - - <listitem> - <para>Make the entire kernel use <literal>suser()</literal> - instead of comparing to 0. It is presently using about half - of each. Coordinator: &a.eivind;</para> - </listitem> - - <listitem> - <para>Split securelevels into different parts, to allow an - administrator to throw away those privileges he can throw - away. Setting the overall securelevel needs to have the same - effect as now, obviously. Coordinator: &a.eivind;</para> - </listitem> - - <listitem> - <para>Make it possible to upload a list of “allowed - program” to BPF, and then block BPF from accepting other - programs. This would allow BPF to be used e.g. for DHCP, - without allowing an attacker to start snooping the local - network.</para> - </listitem> - - <listitem> - <para>Update the security checker script. We should at least - grab all the checks from the other BSD derivatives, and add - checks that a system with securelevel increased also have - reasonable flags on the relevant parts. Coordinator: - &a.eivind;</para> - </listitem> - - <listitem> - <para>Add authorization infrastructure to the kernel, to allow - different authorization policies. Part of this could be done - by modifying <literal>suser()</literal>. Coordinator: - &a.eivind;</para> - </listitem> - - <listitem> - <para>Add code to the NFS layer so that you cannot - <literal>chdir("..")</literal> out of an NFS partition. E.g., - <filename>/usr</filename> is a UFS partition with - <filename>/usr/src</filename> NFS exported. Now it is - possible to use the NFS filehandle for - <filename>/usr/src</filename> to get access to - <filename>/usr</filename>.</para> - </listitem> - </itemizedlist> - </listitem> - </orderedlist> - </sect2> - - <sect2> - <title>Medium priority tasks</title> - - <para>The following tasks need to be done, but not with any particular - urgency:</para> - - <orderedlist> - <listitem> - <para>Full KLD based driver support/Configuration Manager.</para> - - <itemizedlist> - <listitem> - <para>Write a configuration manager (in the 3rd stage boot?) - that probes your hardware in a sane manner, keeps only the - KLDs required for your hardware, etc.</para> - </listitem> - </itemizedlist> - </listitem> - - <listitem> - <para>PCMCIA/PCCARD. Coordinators: &a.msmith; and &a.phk;</para> - - <itemizedlist> - <listitem> - <para>Documentation!</para> - </listitem> - - <listitem> - <para>Reliable operation of the pcic driver (needs - testing).</para> - </listitem> - - <listitem> - <para>Recognizer and handler for <filename>sio.c</filename> - (mostly done).</para> - </listitem> - - <listitem> - <para>Recognizer and handler for <filename>ed.c</filename> - (mostly done).</para> - </listitem> - - <listitem> - <para>Recognizer and handler for <filename>ep.c</filename> - (mostly done).</para> - </listitem> - - <listitem> - <para>User-mode recognizer and handler (partially done).</para> - </listitem> - </itemizedlist> - </listitem> - - <listitem> - <para>Advanced Power Management. Coordinators: &a.msmith; and - &a.phk;</para> - - <itemizedlist> - <listitem> - <para>APM sub-driver (mostly done).</para> - </listitem> - - <listitem> - <para>IDE/ATA disk sub-driver (partially done).</para> - </listitem> - - <listitem> - <para>syscons/pcvt sub-driver.</para> - </listitem> - - <listitem> - <para>Integration with the PCMCIA/PCCARD drivers - (suspend/resume).</para> - </listitem> - </itemizedlist> - </listitem> - </orderedlist> - </sect2> - - <sect2> - <title>Low priority tasks</title> - - <para>The following tasks are purely cosmetic or represent such an - investment of work that it is not likely that anyone will get them - done anytime soon:</para> - - <para>The first N items are from Terry Lambert - <email>terry@lambert.org</email></para> - - <orderedlist> - <listitem> - <para>NetWare Server (protected mode ODI driver) loader and - subservices to allow the use of ODI card drivers supplied with - network cards. The same thing for NDIS drivers and NetWare SCSI - drivers.</para> - </listitem> - - <listitem> - <para>An "upgrade system" option that works on Linux boxes instead - of just previous rev FreeBSD boxes.</para> - </listitem> - - <listitem> - <para>Symmetric Multiprocessing with kernel preemption (requires - kernel preemption).</para> - </listitem> - - <listitem> - <para>A concerted effort at support for portable computers. This is - somewhat handled by changing PCMCIA bridging rules and power - management event handling. But there are things like detecting - internal vs. external display and picking a different screen - resolution based on that fact, not spinning down the disk if the - machine is in dock, and allowing dock-based cards to disappear - without affecting the machines ability to boot (same issue for - PCMCIA).</para> - </listitem> - </orderedlist> - </sect2> - - <sect2> - <title>Smaller tasks</title> - - <para>Most of the tasks listed in the previous sections require either a - considerable investment of time or an in-depth knowledge of the - FreeBSD kernel (or both). However, there are also many useful tasks - which are suitable for "weekend hackers", or people without - programming skills.</para> - - <orderedlist> - <listitem> - <para>If you run FreeBSD-current and have a good Internet - connection, there is a machine <hostid - role="fqdn">current.FreeBSD.org</hostid> which builds a full - release once a day — every now and again, try and install - the latest release from it and report any failures in the - process.</para> - </listitem> - - <listitem> - <para>Read the freebsd-bugs mailing list. There might be a - problem you can comment constructively on or with patches you - can test. Or you could even try to fix one of the problems - yourself.</para> - </listitem> - - <listitem> - <para>Read through the FAQ and Handbook periodically. If anything - is badly explained, out of date or even just completely wrong, let - us know. Even better, send us a fix (SGML is not difficult to - learn, but there is no objection to ASCII submissions).</para> - </listitem> - - <listitem> - <para>Help translate FreeBSD documentation into your native language - (if not already available) — just send an email to &a.doc; - asking if anyone is working on it. Note that you are not - committing yourself to translating every single FreeBSD document - by doing this — in fact, the documentation most in need of - translation is the installation instructions.</para> - </listitem> - - <listitem> - <para>Read the freebsd-questions mailing list and &ng.misc - occasionally (or even regularly). It can be very satisfying to - share your expertise and help people solve their problems; - sometimes you may even learn something new yourself! These forums - can also be a source of ideas for things to work on.</para> - </listitem> - - <listitem> - <para>If you know of any bugfixes which have been successfully - applied to -current but have not been merged into -stable after a - decent interval (normally a couple of weeks), send the committer a - polite reminder.</para> - </listitem> - - <listitem> - <para>Move contributed software to <filename>src/contrib</filename> - in the source tree.</para> - </listitem> - - <listitem> - <para>Make sure code in <filename>src/contrib</filename> is up to - date.</para> - </listitem> - - <listitem> - <para>Look for year 2000 bugs (and fix any you find!)</para> - </listitem> - - <listitem> - <para>Build the source tree (or just part of it) with extra warnings - enabled and clean up the warnings.</para> - </listitem> - - <listitem> - <para>Fix warnings for ports which do deprecated things like using - gets() or including malloc.h.</para> - </listitem> - - <listitem> - <para>If you have contributed any ports, send your patches back to - the original author (this will make your life easier when they - bring out the next version)</para> - </listitem> - - <listitem> - <para>Suggest further tasks for this list!</para> - </listitem> - </orderedlist> - </sect2> - - <sect2> - <title>Work through the PR database</title> - - <para>The <ulink - url="http://www.FreeBSD.org/cgi/query-pr-summary.cgi">FreeBSD PR - list</ulink> shows all the current active problem reports and - requests for enhancement that have been submitted by FreeBSD users. - Look through the open PRs, and see if anything there takes your - interest. Some of these might be very simple tasks, that just need an - extra pair of eyes to look over them and confirm that the fix in the - PR is a good one. Others might be much more complex.</para> - - <para>Start with the PRs that have not been assigned to anyone else, but - if one them is assigned to someone else, but it looks like something - you can handle, e-mail the person it is assigned to and ask if you can - work on it—they might already have a patch ready to be tested, - or further ideas that you can discuss with them.</para> - </sect2> - </sect1> - - <sect1> - <title>How to Contribute</title> - - <para>Contributions to the system generally fall into one or more of the - following 6 categories:</para> - - <sect2 id="contrib-general"> - <title>Bug reports and general commentary</title> - - <para>An idea or suggestion of <emphasis>general</emphasis> technical - interest should be mailed to the &a.hackers;. Likewise, people with - an interest in such things (and a tolerance for a - <emphasis>high</emphasis> volume of mail!) may subscribe to the - hackers mailing list by sending mail to &a.majordomo;. See <link - linkend="eresources-mail">mailing lists</link> for more information - about this and other mailing lists.</para> - - <para>If you find a bug or are submitting a specific change, please - report it using the &man.send-pr.1; program or its <ulink - URL="http://www.FreeBSD.org/send-pr.html">WEB-based - equivalent</ulink>. Try to fill-in each field of the bug report. - Unless they exceed 65KB, include any patches directly in the report. - When including patches, <emphasis>do not</emphasis> use cut-and-paste - because cut-and-paste turns tabs into spaces and makes them unusable. - Consider compressing patches and using &man.uuencode.1; if they exceed - 20KB. Upload very large submissions to <ulink - url="ftp://ftp.FreeBSD.org/pub/FreeBSD/incoming/">ftp.FreeBSD.org:/pub/FreeBSD/incoming/</ulink>.</para> - - <para>After filing a report, you should receive confirmation along with - a tracking number. Keep this tracking number so that you can update - us with details about the problem by sending mail to - <email>bug-followup@FreeBSD.org</email>. Use the number as the - message subject, e.g. <literal>"Re: kern/3377"</literal>. Additional - information for any bug report should be submitted this way.</para> - - <para>If you do not receive confirmation in a timely fashion (3 days to - a week, depending on your email connection) or are, for some reason, - unable to use the &man.send-pr.1; command, then you may ask - someone to file it for you by sending mail to the &a.bugs;.</para> - </sect2> - - <sect2> - <title>Changes to the documentation</title> - - <para>Changes to the documentation are overseen by the &a.doc;. Send - submissions and changes (even small ones are welcome!) using - <command>send-pr</command> as described in <link - linkend="contrib-general">Bug Reports and General - Commentary</link>.</para> - </sect2> - - <sect2> - <title>Changes to existing source code</title> - - <para>An addition or change to the existing source code is a somewhat - trickier affair and depends a lot on how far out of date you are with - the current state of the core FreeBSD development. There is a special - on-going release of FreeBSD known as “FreeBSD-current” - which is made available in a variety of ways for the convenience of - developers working actively on the system. See <link - linkend="current">Staying current with FreeBSD</link> for more - information about getting and using FreeBSD-current.</para> - - <para>Working from older sources unfortunately means that your changes - may sometimes be too obsolete or too divergent for easy re-integration - into FreeBSD. Chances of this can be minimized somewhat by - subscribing to the &a.announce; and the &a.current; lists, where - discussions on the current state of the system take place.</para> - - <para>Assuming that you can manage to secure fairly up-to-date sources - to base your changes on, the next step is to produce a set of diffs to - send to the FreeBSD maintainers. This is done with the &man.diff.1; - command, with the “context diff” form - being preferred. For example:</para> - - <para> - <screen>&prompt.user; <userinput>diff -c oldfile newfile</userinput></screen> - - or - - <screen>&prompt.user; <userinput>diff -c -r olddir newdir</userinput></screen> - - would generate such a set of context diffs for the given source file - or directory hierarchy. See the man page for &man.diff.1; for more - details.</para> - - <para>Once you have a set of diffs (which you may test with the - &man.patch.1; command), you should submit them for inclusion with - FreeBSD. Use the &man.send-pr.1; program as described in <link - linkend="contrib-general">Bug Reports and General Commentary</link>. - <emphasis>Do not</emphasis> just send the diffs to the &a.hackers; or - they will get lost! We greatly appreciate your submission (this is a - volunteer project!); because we are busy, we may not be able to - address it immediately, but it will remain in the pr database until we - do.</para> - - <para>If you feel it appropriate (e.g. you have added, deleted, or - renamed files), bundle your changes into a <command>tar</command> file - and run the &man.uuencode.1; program on it. Shar archives are also - welcome.</para> - - <para>If your change is of a potentially sensitive nature, e.g. you are - unsure of copyright issues governing its further distribution or you - are simply not ready to release it without a tighter review first, - then you should send it to &a.core; directly rather than submitting it - with &man.send-pr.1;. The core mailing list reaches a much smaller - group of people who do much of the day-to-day work on FreeBSD. Note - that this group is also <emphasis>very busy</emphasis> and so you - should only send mail to them where it is truly necessary.</para> - - <para>Please refer to <command>man 9 intro</command> and <command>man 9 - style</command> for some information on coding style. We would - appreciate it if you were at least aware of this information before - submitting code.</para> - </sect2> - - <sect2> - <title>New code or major value-added packages</title> - - <para>In the rare case of a significant contribution of a large body - work, or the addition of an important new feature to FreeBSD, it - becomes almost always necessary to either send changes as uuencode'd - tar files or upload them to our ftp site <ulink - URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/incoming">ftp://ftp.FreeBSD.org/pub/FreeBSD/incoming</ulink>.</para> - - <para>When working with large amounts of code, the touchy subject of - copyrights also invariably comes up. Acceptable copyrights for code - included in FreeBSD are:</para> - - <orderedlist> - <listitem> - <para>The BSD copyright. This copyright is most preferred due to - its “no strings attached” nature and general - attractiveness to commercial enterprises. Far from discouraging - such commercial use, the FreeBSD Project actively encourages such - participation by commercial interests who might eventually be - inclined to invest something of their own into FreeBSD.</para> - </listitem> - - <listitem> - <para>The GNU Public License, or “GPL”. This license is - not quite as popular with us due to the amount of extra effort - demanded of anyone using the code for commercial purposes, but - given the sheer quantity of GPL'd code we currently require - (compiler, assembler, text formatter, etc) it would be silly to - refuse additional contributions under this license. Code under - the GPL also goes into a different part of the tree, that being - <filename>/sys/gnu</filename> or - <filename>/usr/src/gnu</filename>, and is therefore easily - identifiable to anyone for whom the GPL presents a problem.</para> - </listitem> - </orderedlist> - - <para>Contributions coming under any other type of copyright must be - carefully reviewed before their inclusion into FreeBSD will be - considered. Contributions for which particularly restrictive - commercial copyrights apply are generally rejected, though the authors - are always encouraged to make such changes available through their own - channels.</para> - - <para>To place a “BSD-style” copyright on your work, include - the following text at the very beginning of every source code file you - wish to protect, replacing the text between the <literal>%%</literal> - with the appropriate information.</para> - - <programlisting> -Copyright (c) %%proper_years_here%% - %%your_name_here%%, %%your_state%% %%your_zip%%. - All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer as - the first lines of this file unmodified. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY %%your_name_here%% ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL %%your_name_here%% BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - $Id$</programlisting> - - <para>For your convenience, a copy of this text can be found in - <filename>/usr/share/examples/etc/bsd-style-copyright</filename>.</para> - </sect2> - - <sect2> - <title>Money, Hardware or Internet access</title> - - <para>We are always very happy to accept donations to further the cause - of the FreeBSD Project and, in a volunteer effort like ours, a little - can go a long way! Donations of hardware are also very important to - expanding our list of supported peripherals since we generally lack - the funds to buy such items ourselves.</para> - - <sect3> - <title><anchor id="donations">Donating funds</title> - - <para>While the FreeBSD Project is not a 501(c)(3) (charitable) - corporation and hence cannot offer special tax incentives for any - donations made, any such donations will be gratefully accepted on - behalf of the project by FreeBSD, Inc.</para> - - <para>FreeBSD, Inc. was founded in early 1995 by &a.jkh; and &a.dg; - with the goal of furthering the aims of the FreeBSD Project and - giving it a minimal corporate presence. Any and all funds donated - (as well as any profits that may eventually be realized by FreeBSD, - Inc.) will be used exclusively to further the project's - goals.</para> - - <para>Please make any checks payable to FreeBSD, Inc., sent in care of - the following address:</para> - - <address> - <otheraddr>FreeBSD, Inc.</otheraddr> - <otheraddr>c/o Jordan Hubbard</otheraddr> - <street>4041 Pike Lane, Suite F</street> - <city>Concord</city> - <state>CA</state>, <postcode>94520</postcode> - </address> - - <para>(currently using the Walnut Creek CDROM address until a PO box - can be opened)</para> - - <para>Wire transfers may also be sent directly to:</para> - - <address> - <otheraddr>Bank Of America</otheraddr> - <otheraddr>Concord Main Office</otheraddr> - <pob>P.O. Box 37176</pob> - <city>San Francisco</city> - <state>CA</state>, <postcode>94137-5176</postcode> - - <otheraddr>Routing #: 121-000-358</otheraddr> - <otheraddr>Account #: 01411-07441 (FreeBSD, Inc.)</otheraddr> - </address> - - <para>Any correspondence related to donations should be sent to &a.jkh, - either via email or to the FreeBSD, Inc. postal address given above. - </para> - - <para>If you do not wish to be listed in our <link - linkend="donors">donors</link> section, please specify this when - making your donation. Thanks!</para> - </sect3> - - <sect3> - <title>Donating hardware</title> - - <para>Donations of hardware in any of the 3 following categories are - also gladly accepted by the FreeBSD Project:</para> - - <itemizedlist> - <listitem> - <para>General purpose hardware such as disk drives, memory or - complete systems should be sent to the FreeBSD, Inc. address - listed in the <emphasis>donating funds</emphasis> - section.</para> - </listitem> - - <listitem> - <para>Hardware for which ongoing compliance testing is desired. - We are currently trying to put together a testing lab of all - components that FreeBSD supports so that proper regression - testing can be done with each new release. We are still lacking - many important pieces (network cards, motherboards, etc) and if - you would like to make such a donation, please contact &a.dg; - for information on which items are still required.</para> - </listitem> - - <listitem> - <para>Hardware currently unsupported by FreeBSD for which you - would like to see such support added. Please contact the - &a.core; before sending such items as we will need to find a - developer willing to take on the task before we can accept - delivery of new hardware.</para> - </listitem> - </itemizedlist> - </sect3> - - <sect3> - <title>Donating Internet access</title> - - <para>We can always use new mirror sites for FTP, WWW or - <command>cvsup</command>. If you would like to be such a mirror, - please contact the FreeBSD project administrators - <email>admin@FreeBSD.org</email> for more information.</para> - </sect3> - </sect2> - </sect1> - - <sect1 id="donors"> - <title>Donors Gallery</title> - - <para>The FreeBSD Project is indebted to the following donors and would - like to publically thank them here!</para> - - <itemizedlist> - <listitem> - <para><emphasis>Contributors to the central server - project:</emphasis></para> - - <para>The following individuals and businesses made it possible for - the FreeBSD Project to build a new central server machine to - eventually replace <hostid role="fqdn">freefall.FreeBSD.org</hostid> - by donating the following items:</para> - - <itemizedlist> - <listitem> - <para>&a.mbarkah and his employer, <ulink URL="http://www.hemi.com"> - Hemisphere Online</ulink>, donated a <emphasis>Pentium Pro - (P6) 200Mhz CPU</emphasis></para> - </listitem> - - <listitem> - <para><ulink URL="http://www.asacomputers.com">ASA - Computers</ulink> donated a <emphasis>Tyan 1662 - motherboard</emphasis>.</para> - </listitem> - - <listitem> - <para>Joe McGuckin <email>joe@via.net</email> of <ulink - URL="http://www.via.net">ViaNet Communications</ulink> donated - a <emphasis>Kingston ethernet controller.</emphasis></para> - </listitem> - - <listitem> - <para>Jack O'Neill <email>jack@diamond.xtalwind.net</email> - donated an <emphasis>NCR 53C875 SCSI controller - card</emphasis>.</para> - </listitem> - - <listitem> - <para>Ulf Zimmermann <email>ulf@Alameda.net</email> of <ulink - URL="http://www.Alameda.net">Alameda Networks</ulink> donated - <emphasis>128MB of memory</emphasis>, a <emphasis>4 Gb disk - drive and the case.</emphasis></para> - </listitem> - </itemizedlist> - </listitem> - - <listitem> - <para><emphasis>Direct funding:</emphasis></para> - - <para>The following individuals and businesses have generously - contributed direct funding to the project:</para> - - <itemizedlist> - <listitem> - <para>Annelise Anderson - <email>ANDRSN@HOOVER.STANFORD.EDU</email></para> - </listitem> - - <listitem> - <para>&a.dillon</para> - </listitem> - - <listitem> - <para><ulink URL="http://www.epilogue.com/">Epilogue Technology - Corporation</ulink></para> - </listitem> - - <listitem> - <para>&a.sef</para> - </listitem> - - <listitem> - <para>Don Scott Wilde</para> - </listitem> - - <listitem> - <para>Gianmarco Giovannelli - <email>gmarco@masternet.it</email></para> - </listitem> - - <listitem> - <para>Josef C. Grosch <email>joeg@truenorth.org</email></para> - </listitem> - - <listitem> - <para>Robert T. Morris</para> - </listitem> - - <listitem> - <para>&a.chuckr</para> - </listitem> - - <listitem> - <para>Kenneth P. Stox <email>ken@stox.sa.enteract.com</email> of - <ulink URL="http://www.imagescape.com">Imaginary Landscape, - LLC.</ulink></para> - </listitem> - - <listitem> - <para>Dmitry S. Kohmanyuk <email>dk@dog.farm.org</email></para> - </listitem> - - <listitem> - <para><ulink URL="http://www.cdrom.co.jp/">Laser5</ulink> of Japan - (a portion of the profits from sales of their various FreeBSD - CD-ROMs.</para> - </listitem> - - <listitem> - <para><ulink URL="http://www.mmjp.or.jp/fuki/">Fuki Shuppan - Publishing Co.</ulink> donated a portion of their profits from - <emphasis>Hajimete no FreeBSD</emphasis> (FreeBSD, Getting - started) to the FreeBSD and XFree86 projects.</para> - </listitem> - - <listitem> - <para><ulink URL="http://www.ascii.co.jp/">ASCII Corp.</ulink> - donated a portion of their profits from several FreeBSD-related - books to the FreeBSD project.</para> - </listitem> - - <listitem> - <para><ulink URL="http://www.yokogawa.co.jp/">Yokogawa Electric - Corp</ulink> has generously donated significant funding to the - FreeBSD project.</para> - </listitem> - - <listitem> - <para><ulink URL="http://www.buffnet.net/">BuffNET</ulink></para> - </listitem> - - <listitem> - <para><ulink url="http://www.pacificsolutions.com/">Pacific - Solutions</ulink></para> - </listitem> - - <listitem> - <para><ulink url="http://www.siemens.de/">Siemens AG</ulink> - via <ulink url="mailto:andre.albsmeier@mchp.siemens.de">Andre - Albsmeier</ulink></para> - </listitem> - - <listitem> - <para><ulink url="mailto:ras@interaccess.com">Chris Silva</ulink> - </para> - </listitem> - - </itemizedlist> - </listitem> - - <listitem> - <para><emphasis>Hardware contributors:</emphasis></para> - - <para>The following individuals and businesses have generously - contributed hardware for testing and device driver - development/support:</para> - - <itemizedlist> - <listitem> - <para>Walnut Creek CDROM for providing the Pentium P5-90 and - 486/DX2-66 EISA/VL systems that are being used for our - development work, to say nothing of the network access and other - donations of hardware resources.</para> - </listitem> - - <listitem> - <para>TRW Financial Systems, Inc. provided 130 PCs, three 68 GB - fileservers, twelve Ethernets, two routers and an ATM switch for - debugging the diskless code.</para> - </listitem> - - <listitem> - <para>Dermot McDonnell donated the Toshiba XM3401B CDROM drive - currently used in freefall.</para> - </listitem> - - <listitem> - <para>&a.chuck; contributed his floppy tape streamer for - experimental work.</para> - </listitem> - - <listitem> - <para>Larry Altneu <email>larry@ALR.COM</email>, and &a.wilko;, - provided Wangtek and Archive QIC-02 tape drives in order to - improve the <devicename>wt</devicename> driver.</para> - </listitem> - - <listitem> - <para>Ernst Winter <email>ewinter@lobo.muc.de</email> contributed - a 2.88 MB floppy drive to the project. This will hopefully - increase the pressure for rewriting the floppy disk driver. - <!-- smiley -->;-)</para> - </listitem> - - <listitem> - <para><ulink URL="http://www.tekram.com">Tekram - Technologies</ulink> sent one each of their DC-390, DC-390U - and DC-390F FAST and ULTRA SCSI host adapter cards for - regression testing of the NCR and AMD drivers with their cards. - They are also to be applauded for making driver sources for free - operating systems available from their FTP server <ulink - URL="ftp://ftp.tekram.com/scsi/FreeBSD">ftp://ftp.tekram.com/scsi/FreeBSD</ulink>.</para> - </listitem> - - <listitem> - <para><email>Larry M. Augustin</email> contributed not only a - Symbios Sym8751S SCSI card, but also a set of data books, - including one about the forthcoming Sym53c895 chip with Ultra-2 - and LVD support, and the latest programming manual with - information on how to safely use the advanced features of the - latest Symbios SCSI chips. Thanks a lot!</para> - </listitem> - - <listitem> - <para>Christoph Kukulies <email>kuku@FreeBSD.org</email> donated - an FX120 12 speed Mitsumi CDROM drive for IDE CDROM driver - development.</para> - </listitem> - </itemizedlist> - </listitem> - - <listitem> - <para><emphasis>Special contributors:</emphasis></para> - - <itemizedlist> - <listitem> - <para><ulink URL="http://www.cdrom.com">Walnut Creek CDROM</ulink> - has donated almost more than we can say (see the <link - linkend="history">history</link> document for more details). - In particular, we would like to thank them for the original - hardware used for <hostid - role="fqdn">freefall.FreeBSD.org</hostid>, our primary - development machine, and for <hostid - role="fqdn">thud.FreeBSD.org</hostid>, a testing and build - box. We are also indebted to them for funding various - contributors over the years and providing us with unrestricted - use of their T1 connection to the Internet.</para> - </listitem> - - <listitem> - <para>The <ulink URL="http://www.interface-business.de">interface - business GmbH, Dresden</ulink> has been patiently supporting - &a.joerg; who has often preferred FreeBSD work over paywork, and - used to fall back to their (quite expensive) EUnet Internet - connection whenever his private connection became too slow or - flakey to work with it...</para> - </listitem> - - <listitem> - <para><ulink URL="http://www.bsdi.com">Berkeley Software Design, - Inc.</ulink> has contributed their DOS emulator code to the - remaining BSD world, which is used in the - <emphasis>doscmd</emphasis> command.</para> - </listitem> - </itemizedlist> - </listitem> - </itemizedlist> - </sect1> - - <sect1> - <title>Core Team Alumni</title> - - <para>The following people were members of the FreeBSD core team during - the periods indicated. We thank them for their past efforts in the - service of the FreeBSD project.</para> - - <para><emphasis>In rough chronological order:</emphasis></para> - - <itemizedlist> - <listitem> - <para>&a.guido (1995 - 1999)</para> - </listitem> - - <listitem> - <para>&a.dyson (1993 - 1998)</para> - </listitem> - - <listitem> - <para>&a.nate (1992 - 1996)</para> - </listitem> - - <listitem> - <para>&a.rgrimes (1992 - 1995)</para> - </listitem> - - <listitem> - <para>Andreas Schulz (1992 - 1995)</para> - </listitem> - - <listitem> - <para>&a.csgr (1993 - 1995)</para> - </listitem> - - <listitem> - <para>&a.paul (1992 - 1995)</para> - </listitem> - - <listitem> - <para>&a.smace (1993 - 1994)</para> - </listitem> - - <listitem> - <para>Andrew Moore (1993 - 1994)</para> - </listitem> - - <listitem> - <para>Christoph Robitschko (1993 - 1994)</para> - </listitem> - - <listitem> - <para>J. T. Conklin (1992 - 1993)</para> - </listitem> - </itemizedlist> - </sect1> - - <sect1> - <title>Derived Software Contributors</title> - - <para>This software was originally derived from William F. Jolitz's 386BSD - release 0.1, though almost none of the original 386BSD specific code - remains. This software has been essentially re-implemented from the - 4.4BSD-Lite release provided by the Computer Science Research Group - (CSRG) at the University of California, Berkeley and associated academic - contributors.</para> - - <para>There are also portions of NetBSD and OpenBSD that have been - integrated into FreeBSD as well, and we would therefore like to thank - all the contributors to NetBSD and OpenBSD for their work.</para> - </sect1> - - <sect1 id="contrib-additional"> - <title>Additional FreeBSD Contributors</title> - - <para>(in alphabetical order by first name):</para> - - <itemizedlist> - <listitem> - <para>ABURAYA Ryushirou <email>rewsirow@ff.iij4u.or.jp</email></para> - </listitem> - - <listitem> - <para>AMAGAI Yoshiji <email>amagai@nue.org</email></para> - </listitem> - - <listitem> - <para>Aaron Bornstein <email>aaronb@j51.com</email></para> - </listitem> - - <listitem> - <para>Aaron Smith <email>aaron@mutex.org</email></para> - </listitem> - - <listitem> - <para>Achim Patzner <email>ap@noses.com</email></para> - </listitem> - - <listitem> - <para>Ada T Lim <email>ada@bsd.org</email></para> - </listitem> - - <listitem> - <para>Adam Baran <email>badam@mw.mil.pl</email></para> - </listitem> - - <listitem> - <para>Adam Glass <email>glass@postgres.berkeley.edu</email></para> - </listitem> - - <listitem> - <para>Adam McDougall <email>mcdouga9@egr.msu.edu</email></para> - </listitem> - - <listitem> - <para>Adrian Colley <email>aecolley@ois.ie</email></para> - </listitem> - - <listitem> - <para>Adrian Hall <email>adrian@ibmpcug.co.uk</email></para> - </listitem> - - <listitem> - <para>Adrian Mariano <email>adrian@cam.cornell.edu</email></para> - </listitem> - - <listitem> - <para>Adrian Steinmann <email>ast@marabu.ch</email></para> - </listitem> - - <listitem> - <para>Adam Strohl <email>troll@digitalspark.net</email></para> - </listitem> - - <listitem> - <para>Adrian T. Filipi-Martin - <email>atf3r@agate.cs.virginia.edu</email></para> - </listitem> - - <listitem> - <para>Ajit Thyagarajan <email>unknown</email></para> - </listitem> - - <listitem> - <para>Akio Morita - <email>amorita@meadow.scphys.kyoto-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>Akira SAWADA <email>unknown</email></para> - </listitem> - - <listitem> - <para>Akira Watanabe - <email>akira@myaw.ei.meisei-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>Akito Fujita <email>fujita@zoo.ncl.omron.co.jp</email></para> - </listitem> - - <listitem> - <para>Alain Kalker - <email>A.C.P.M.Kalker@student.utwente.nl</email></para> - </listitem> - - <listitem> - <para>Alan Bawden <email>alan@curry.epilogue.com</email></para> - </listitem> - - <listitem> - <para>Alec Wolman <email>wolman@cs.washington.edu</email></para> - </listitem> - - <listitem> - <para>Aled Morris <email>aledm@routers.co.uk</email></para> - </listitem> - - <listitem> - <para>Alex <email>garbanzo@hooked.net</email></para> - </listitem> - - <listitem> - <para>Alex D. Chen - <email>dhchen@Canvas.dorm7.nccu.edu.tw</email></para> - </listitem> - - <listitem> - <para>Alex G. Bulushev <email>bag@demos.su</email></para> - </listitem> - - <listitem> - <para>Alex Le Heux <email>alexlh@funk.org</email></para> - </listitem> - - <listitem> - <para>Alex Perel <email>veers@disturbed.net</email></para> - </listitem> - - <listitem> - <para>Alexander B. Povolotsky <email>tarkhil@mgt.msk.ru</email></para> - </listitem> - - <listitem> - <para>Alexander Leidinger - <email>netchild@wurzelausix.CS.Uni-SB.DE</email></para> - </listitem> - - <listitem> - <para>Alexander Langer <email>alex@cichlids.com</email></para> - </listitem> - - <listitem> - <para>Alexandre Snarskii <email>snar@paranoia.ru</email></para> - </listitem> - - <listitem> - <para>Alistair G. Crooks <email>agc@uts.amdahl.com</email></para> - </listitem> - - <listitem> - <para>Allan Saddi <email>asaddi@philosophysw.com</email></para> - </listitem> - - <listitem> - <para>Allen Campbell <email>allenc@verinet.com</email></para> - </listitem> - - <listitem> - <para>Amakawa Shuhei <email>amakawa@hoh.t.u-tokyo.ac.jp</email></para> - </listitem> - - <listitem> - <para>Amancio Hasty <email>hasty@star-gate.com</email></para> - </listitem> - - <listitem> - <para>Amir Farah <email>amir@comtrol.com</email></para> - </listitem> - - <listitem> - <para>Amy Baron <email>amee@beer.org</email></para> - </listitem> - - <listitem> - <para>Anatoly A. Orehovsky <email>tolik@mpeks.tomsk.su</email></para> - </listitem> - - <listitem> - <para>Anatoly Vorobey <email>mellon@pobox.com</email></para> - </listitem> - - <listitem> - <para>Anders Nordby <email>nickerne@nome.no</email></para> - </listitem> - - <listitem> - <para>Anders Thulin <email>Anders.X.Thulin@telia.se</email></para> - </listitem> - - <listitem> - <para>Andras Olah <email>olah@cs.utwente.nl</email></para> - </listitem> - - <listitem> - <para>Andre Albsmeier - <email>Andre.Albsmeier@mchp.siemens.de</email></para> - </listitem> - - <listitem> - <para>Andre Oppermann <email>andre@pipeline.ch</email></para> - </listitem> - - <listitem> - <para>Andreas Haakh <email>ah@alman.robin.de</email></para> - </listitem> - - <listitem> - <para>Andreas Kohout <email>shanee@rabbit.augusta.de</email></para> - </listitem> - - <listitem> - <para>Andreas Lohr <email>andreas@marvin.RoBIN.de</email></para> - </listitem> - - <listitem> - <para>Andreas Schulz <email>unknown</email></para> - </listitem> - - <listitem> - <para>Andreas Wetzel <email>mickey@deadline.snafu.de</email></para> - </listitem> - - <listitem> - <para>Andreas Wrede <email>andreas@planix.com</email></para> - </listitem> - - <listitem> - <para>Andres Vega Garcia <email>unknown</email></para> - </listitem> - - <listitem> - <para>Andrew Atrens <email>atreand@statcan.ca</email></para> - </listitem> - - <listitem> - <para>Andrew Boothman <email>andrew@cream.org</email></para> - </listitem> - - <listitem> - <para>Andrew Gillham <email>gillham@andrews.edu</email></para> - </listitem> - - <listitem> - <para>Andrew Gordon <email>andrew.gordon@net-tel.co.uk</email></para> - </listitem> - - <listitem> - <para>Andrew Herbert <email>andrew@werple.apana.org.au</email></para> - </listitem> - - <listitem> - <para>Andrew J. Korty <email>ajk@purdue.edu</email></para> - </listitem> - - <listitem> - <para>Andrew L. Moore <email>alm@mclink.com</email></para> - </listitem> - - <listitem> - <para>Andrew McRae <email>amcrae@cisco.com</email></para> - </listitem> - - <listitem> - <para>Andrew Stevenson <email>andrew@ugh.net.au</email></para> - </listitem> - - <listitem> - <para>Andrew Timonin <email>tim@pool1.convey.ru</email></para> - </listitem> - - <listitem> - <para>Andrew V. Stesin <email>stesin@elvisti.kiev.ua</email></para> - </listitem> - - <listitem> - <para>Andrew Webster <email>awebster@dataradio.com</email></para> - </listitem> - - <listitem> - <para>Andrey Zakhvatov <email>andy@icc.surw.chel.su</email></para> - </listitem> - - <listitem> - <para>Andy Farkas <email>andyf@speednet.com.au</email></para> - </listitem> - - <listitem> - <para>Andy Valencia <email>ajv@csd.mot.com</email></para> - </listitem> - - <listitem> - <para>Andy Whitcroft <email>andy@sarc.city.ac.uk</email></para> - </listitem> - - <listitem> - <para>Angelo Turetta <email>ATuretta@stylo.it</email></para> - </listitem> - - <listitem> - <para>Anthony C. Chavez <email>magus@xmission.com</email></para> - </listitem> - - <listitem> - <para>Anthony Yee-Hang Chan <email>yeehang@netcom.com</email></para> - </listitem> - - <listitem> - <para>Anton Berezin <email>tobez@plab.ku.dk</email></para> - </listitem> - - <listitem> - <para>Antti Kaipila <email>anttik@iki.fi</email></para> - </listitem> - - <listitem> - <para>Are Bryne <email>are.bryne@communique.no</email></para> - </listitem> - - <listitem> - <para>Ari Suutari <email>ari@suutari.iki.fi</email></para> - </listitem> - - <listitem> - <para>Arjan de Vet <email>devet@IAEhv.nl</email></para> - </listitem> - - <listitem> - <para>Arne Henrik Juul <email>arnej@Lise.Unit.NO</email></para> - </listitem> - - <listitem> - <para>Assar Westerlund <email>assar@sics.se</email></para> - </listitem> - - <listitem> - <para>Atsushi Furuta <email>furuta@sra.co.jp</email></para> - </listitem> - - <listitem> - <para>Atsushi Murai <email>amurai@spec.co.jp</email></para> - </listitem> - - <listitem> - <para>Bakul Shah <email>bvs@bitblocks.com</email></para> - </listitem> - - <listitem> - <para>Barry Bierbauch <email>pivrnec@vszbr.cz</email></para> - </listitem> - - <listitem> - <para>Barry Lustig <email>barry@ictv.com</email></para> - </listitem> - - <listitem> - <para>Ben Hutchinson <email>benhutch@xfiles.org.uk</email></para> - </listitem> - - <listitem> - <para>Ben Jackson <email>unknown</email></para> - </listitem> - - <listitem> - <para>Ben Smithurst <email>ben@scientia.demon.co.uk</email></para> - </listitem> - - <listitem> - <para>Ben Walter <email>bwalter@itachi.swcp.com</email></para> - </listitem> - - <listitem> - <para>Benjamin Lewis <email>bhlewis@gte.net</email></para> - </listitem> - - <listitem> - <para>Bernd Rosauer <email>br@schiele-ct.de</email></para> - </listitem> - - <listitem> - <para>Bill Kish <email>kish@osf.org</email></para> - </listitem> - - <listitem> - <para>Bill Trost <email>trost@cloud.rain.com</email></para> - </listitem> - - <listitem> - <para>Blaz Zupan <email>blaz@amis.net</email></para> - </listitem> - - <listitem> - <para>Bob Van Valzah <email>Bob@whitebarn.com</email></para> - </listitem> - - <listitem> - <para>Bob Willcox <email>bob@luke.pmr.com</email></para> - </listitem> - - <listitem> - <para>Boris Staeblow <email>balu@dva.in-berlin.de</email></para> - </listitem> - - <listitem> - <para>Boyd R. Faulkner <email>faulkner@asgard.bga.com</email></para> - </listitem> - - <listitem> - <para>Brad Karp <email>karp@eecs.harvard.edu</email></para> - </listitem> - - <listitem> - <para>Bradley Dunn <email>bradley@dunn.org</email></para> - </listitem> - - <listitem> - <para>Brandon Fosdick <email>bfoz@glue.umd.edu</email></para> - </listitem> - - <listitem> - <para>Brandon Gillespie <email>brandon@roguetrader.com</email></para> - </listitem> - - <listitem> - <para>&a.wlloyd</para> - </listitem> - - <listitem> - <para>Bob Wilcox <email>bob@obiwan.uucp</email></para> - </listitem> - - <listitem> - <para>Boyd Faulkner <email>faulkner@mpd.tandem.com</email></para> - </listitem> - - <listitem> - <para>Brent J. Nordquist <email>bjn@visi.com</email></para> - </listitem> - - <listitem> - <para>Brett Lymn <email>blymn@mulga.awadi.com.AU</email></para> - </listitem> - - <listitem> - <para>Brett Taylor - <email>brett@peloton.physics.montana.edu</email></para> - </listitem> - - <listitem> - <para>Brian Campbell <email>brianc@pobox.com</email></para> - </listitem> - - <listitem> - <para>Brian Clapper <email>bmc@willscreek.com</email></para> - </listitem> - - <listitem> - <para>Brian Cully <email>shmit@kublai.com</email></para> - </listitem> - - <listitem> - <para>Brian Handy - <email>handy@lambic.space.lockheed.com</email></para> - </listitem> - - <listitem> - <para>Brian Litzinger <email>brian@MediaCity.com</email></para> - </listitem> - - <listitem> - <para>Brian McGovern <email>bmcgover@cisco.com</email></para> - </listitem> - - <listitem> - <para>Brian Moore <email>ziff@houdini.eecs.umich.edu</email></para> - </listitem> - - <listitem> - <para>Brian R. Haug <email>haug@conterra.com</email></para> - </listitem> - - <listitem> - <para>Brian Tao <email>taob@risc.org</email></para> - </listitem> - - <listitem> - <para>Brion Moss <email>brion@queeg.com</email></para> - </listitem> - - <listitem> - <para>Bruce A. Mah <email>bmah@ca.sandia.gov</email></para> - </listitem> - - <listitem> - <para>Bruce Albrecht <email>bruce@zuhause.mn.org</email></para> - </listitem> - - <listitem> - <para>Bruce Gingery <email>bgingery@gtcs.com</email></para> - </listitem> - - <listitem> - <para>Bruce J. Keeler <email>loodvrij@gridpoint.com</email></para> - </listitem> - - <listitem> - <para>Bruce Murphy <email>packrat@iinet.net.au</email></para> - </listitem> - - <listitem> - <para>Bruce Walter <email>walter@fortean.com</email></para> - </listitem> - - <listitem> - <para>Carey Jones <email>mcj@acquiesce.org</email></para> - </listitem> - - <listitem> - <para>Carl Fongheiser <email>cmf@netins.net</email></para> - </listitem> - - <listitem> - <para>Carl Mascott <email>cmascott@world.std.com</email></para> - </listitem> - - <listitem> - <para>Casper <email>casper@acc.am</email></para> - </listitem> - - <listitem> - <para>Castor Fu <email>castor@geocast.com</email></para> - </listitem> - - <listitem> - <para>Cejka Rudolf <email>cejkar@dcse.fee.vutbr.cz</email></para> - </listitem> - - <listitem> - <para>Chain Lee <email>chain@110.net</email></para> - </listitem> - - <listitem> - <para>Charles Hannum <email>mycroft@ai.mit.edu</email></para> - </listitem> - - <listitem> - <para>Charles Henrich <email>henrich@msu.edu</email></para> - </listitem> - - <listitem> - <para>Charles Mott <email>cmott@srv.net</email></para> - </listitem> - - <listitem> - <para>Charles Owens <email>owensc@enc.edu</email></para> - </listitem> - - <listitem> - <para>Chet Ramey <email>chet@odin.INS.CWRU.Edu</email></para> - </listitem> - - <listitem> - <para>Chia-liang Kao <email>clkao@CirX.ORG</email></para> - </listitem> - - <listitem> - <para>Chiharu Shibata <email>chi@bd.mbn.or.jp</email></para> - </listitem> - - <listitem> - <para>Chip Norkus <email>unknown</email></para> - </listitem> - - <listitem> - <para>Choi Jun Ho <email>junker@jazz.snu.ac.kr</email></para> - </listitem> - - <listitem> - <para>Chris Csanady <email>cc@tarsier.ca.sandia.gov</email></para> - </listitem> - - <listitem> - <para>Chris Dabrowski <email>chris@vader.org</email></para> - </listitem> - - <listitem> - <para>Chris Dillon <email>cdillon@wolves.k12.mo.us</email></para> - </listitem> - - <listitem> - <para>Chris Shenton - <email>cshenton@angst.it.hq.nasa.gov</email></para> - </listitem> - - <listitem> - <para>Chris Stenton <email>jacs@gnome.co.uk</email></para> - </listitem> - - <listitem> - <para>Chris Timmons <email>skynyrd@opus.cts.cwu.edu</email></para> - </listitem> - - <listitem> - <para>Chris Torek <email>torek@ee.lbl.gov</email></para> - </listitem> - - <listitem> - <para>Christian Gusenbauer - <email>cg@fimp01.fim.uni-linz.ac.at</email></para> - </listitem> - - <listitem> - <para>Christian Haury <email>Christian.Haury@sagem.fr</email></para> - </listitem> - - <listitem> - <para>Christian Weisgerber - <email>naddy@bigeye.rhein-neckar.de</email></para> - </listitem> - - <listitem> - <para>Christoph P. Kukulies <email>kuku@FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Christoph Robitschko - <email>chmr@edvz.tu-graz.ac.at</email></para> - </listitem> - - <listitem> - <para>Christoph Weber-Fahr - <email>wefa@callcenter.systemhaus.net</email></para> - </listitem> - - <listitem> - <para>Christopher G. Demetriou - <email>cgd@postgres.berkeley.edu</email></para> - </listitem> - - <listitem> - <para>Christopher T. Johnson - <email>cjohnson@neunacht.netgsi.com</email></para> - </listitem> - - <listitem> - <para>Chrisy Luke <email>chrisy@flix.net</email></para> - </listitem> - - <listitem> - <para>Chuck Hein <email>chein@cisco.com</email></para> - </listitem> - - <listitem> - <para>Clive Lin <email>clive@CiRX.ORG</email></para> - </listitem> - - <listitem> - <para>Colman Reilly <email>careilly@tcd.ie</email></para> - </listitem> - - <listitem> - <para>Conrad Sabatier <email>conrads@neosoft.com</email></para> - </listitem> - - <listitem> - <para>Coranth Gryphon <email>gryphon@healer.com</email></para> - </listitem> - - <listitem> - <para>Cornelis van der Laan - <email>nils@guru.ims.uni-stuttgart.de</email></para> - </listitem> - - <listitem> - <para>Cove Schneider <email>cove@brazil.nbn.com</email></para> - </listitem> - - <listitem> - <para>Craig Leres <email>leres@ee.lbl.gov</email></para> - </listitem> - - <listitem> - <para>Craig Loomis <email>unknown</email></para> - </listitem> - - <listitem> - <para>Craig Metz <email>cmetz@inner.net</email></para> - </listitem> - - <listitem> - <para>Craig Spannring <email>cts@internetcds.com</email></para> - </listitem> - - <listitem> - <para>Craig Struble <email>cstruble@vt.edu</email></para> - </listitem> - - <listitem> - <para>Cristian Ferretti <email>cfs@riemann.mat.puc.cl</email></para> - </listitem> - - <listitem> - <para>Curt Mayer <email>curt@toad.com</email></para> - </listitem> - - <listitem> - <para>Cy Schubert <email>cschuber@uumail.gov.bc.ca</email></para> - </listitem> - - <listitem> - <para>DI. Christian Gusenbauer - <email>cg@scotty.edvz.uni-linz.ac.at</email></para> - </listitem> - - <listitem> - <para>Dai Ishijima <email>ishijima@tri.pref.osaka.jp</email></para> - </listitem> - - <listitem> - <para>Damian Hamill <email>damian@cablenet.net</email></para> - </listitem> - - <listitem> - <para>Dan Cross <email>tenser@spitfire.ecsel.psu.edu</email></para> - </listitem> - - <listitem> - <para>Dan Lukes <email>dan@obluda.cz</email></para> - </listitem> - - <listitem> - <para>Dan Nelson <email>dnelson@emsphone.com</email></para> - </listitem> - - <listitem> - <para>Dan Walters <email>hannibal@cyberstation.net</email></para> - </listitem> - - <listitem> - <para>Daniel M. Eischen - <email>deischen@iworks.InterWorks.org</email></para> - </listitem> - - <listitem> - <para>Daniel O'Connor <email>doconnor@gsoft.com.au</email></para> - </listitem> - - <listitem> - <para>Daniel Poirot <email>poirot@aio.jsc.nasa.gov</email></para> - </listitem> - - <listitem> - <para>Daniel Rock <email>rock@cs.uni-sb.de</email></para> - </listitem> - - <listitem> - <para>Danny Egen <email>unknown</email></para> - </listitem> - - <listitem> - <para>Danny J. Zerkel <email>dzerkel@phofarm.com</email></para> - </listitem> - - <listitem> - <para>Darren Reed <email>avalon@coombs.anu.edu.au</email></para> - </listitem> - - <listitem> - <para>Dave Adkins <email>adkin003@tc.umn.edu</email></para> - </listitem> - - <listitem> - <para>Dave Andersen <email>angio@aros.net</email></para> - </listitem> - - <listitem> - <para>Dave Blizzard <email>dblizzar@sprynet.com</email></para> - </listitem> - - <listitem> - <para>Dave Bodenstab <email>imdave@synet.net</email></para> - </listitem> - - <listitem> - <para>Dave Burgess <email>burgess@hrd769.brooks.af.mil</email></para> - </listitem> - - <listitem> - <para>Dave Chapeskie <email>dchapes@ddm.on.ca</email></para> - </listitem> - - <listitem> - <para>Dave Cornejo <email>dave@dogwood.com</email></para> - </listitem> - - <listitem> - <para>Dave Edmondson <email>davided@sco.com</email></para> - </listitem> - - <listitem> - <para>Dave Glowacki <email>dglo@ssec.wisc.edu</email></para> - </listitem> - - <listitem> - <para>Dave Marquardt <email>marquard@austin.ibm.com</email></para> - </listitem> - - <listitem> - <para>Dave Tweten <email>tweten@FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>David A. Adkins <email>adkin003@tc.umn.edu</email></para> - </listitem> - - <listitem> - <para>David A. Bader <email>dbader@umiacs.umd.edu</email></para> - </listitem> - - <listitem> - <para>David Borman <email>dab@bsdi.com</email></para> - </listitem> - - <listitem> - <para>David Dawes <email>dawes@XFree86.org</email></para> - </listitem> - - <listitem> - <para>David Filo <email>filo@yahoo.com</email></para> - </listitem> - - <listitem> - <para>David Holland <email>dholland@eecs.harvard.edu</email></para> - </listitem> - - <listitem> - <para>David Holloway <email>daveh@gwythaint.tamis.com</email></para> - </listitem> - - <listitem> - <para>David Horwitt <email>dhorwitt@ucsd.edu</email></para> - </listitem> - - <listitem> - <para>David Hovemeyer <email>daveho@infocom.com</email></para> - </listitem> - - <listitem> - <para>David Jones <email>dej@qpoint.torfree.net</email></para> - </listitem> - - <listitem> - <para>David Kelly <email>dkelly@tomcat1.tbe.com</email></para> - </listitem> - - <listitem> - <para>David Kulp <email>dkulp@neomorphic.com</email></para> - </listitem> - - <listitem> - <para>David L. Nugent <email>davidn@blaze.net.au</email></para> - </listitem> - - <listitem> - <para>David Leonard <email>d@scry.dstc.edu.au</email></para> - </listitem> - - <listitem> - <para>David Malone <email>dwmalone@maths.tcd.ie</email></para> - </listitem> - - <listitem> - <para>David Muir Sharnoff <email>muir@idiom.com</email></para> - </listitem> - - <listitem> - <para>David S. Miller <email>davem@jenolan.rutgers.edu</email></para> - </listitem> - - <listitem> - <para>David Wolfskill <email>dhw@whistle.com</email></para> - </listitem> - - <listitem> - <para>Dean Gaudet <email>dgaudet@arctic.org</email></para> - </listitem> - - <listitem> - <para>Dean Huxley <email>dean@fsa.ca</email></para> - </listitem> - - <listitem> - <para>Denis Fortin <email>unknown</email></para> - </listitem> - - <listitem> - <para>Dennis Glatting - <email>dennis.glatting@software-munitions.com</email></para> - </listitem> - - <listitem> - <para>Denton Gentry <email>denny1@home.com</email></para> - </listitem> - - <listitem> - <para>Derek Inksetter <email>derek@saidev.com</email></para> - </listitem> - - <listitem> - <para>Dima Sivachenko <email>dima@Chg.RU</email></para> - </listitem> - - <listitem> - <para>Dirk Keunecke <email>dk@panda.rhein-main.de</email></para> - </listitem> - - <listitem> - <para>Dirk Nehrling <email>nerle@pdv.de</email></para> - </listitem> - - <listitem> - <para>Dmitry Khrustalev <email>dima@xyzzy.machaon.ru</email></para> - </listitem> - - <listitem> - <para>Dmitry Kohmanyuk <email>dk@farm.org</email></para> - </listitem> - - <listitem> - <para>Dom Mitchell <email>dom@myrddin.demon.co.uk</email></para> - </listitem> - - <listitem> - <para>Dominik Brettnacher <email>domi@saargate.de</email></para> - </listitem> - - <listitem> - <para>Don Croyle <email>croyle@gelemna.ft-wayne.in.us</email></para> - </listitem> - - <listitem> - <para>&a.whiteside;</para> - </listitem> - - <listitem> - <para>Don Morrison <email>dmorrisn@u.washington.edu</email></para> - </listitem> - - <listitem> - <para>Don Yuniskis <email>dgy@rtd.com</email></para> - </listitem> - - <listitem> - <para>Donald Maddox <email>dmaddox@conterra.com</email></para> - </listitem> - - <listitem> - <para>Doug Barton <email>studded@dal.net</email></para> - </listitem> - - <listitem> - <para>Douglas Ambrisko <email>ambrisko@whistle.com</email></para> - </listitem> - - <listitem> - <para>Douglas Carmichael <email>dcarmich@mcs.com</email></para> - </listitem> - - <listitem> - <para>Douglas Crosher <email>dtc@scrooge.ee.swin.oz.au</email></para> - </listitem> - - <listitem> - <para>Drew Derbyshire <email>ahd@kew.com</email></para> - </listitem> - - <listitem> - <para>Duncan Barclay <email>dmlb@ragnet.demon.co.uk</email></para> - </listitem> - - <listitem> - <para>Dustin Sallings <email>dustin@spy.net</email></para> - </listitem> - - <listitem> - <para>Eckart "Isegrim" Hofmann - <email>Isegrim@Wunder-Nett.org</email></para> - </listitem> - - <listitem> - <para>Ed Gold - <email>vegold01@starbase.spd.louisville.edu</email></para> - </listitem> - - <listitem> - <para>Ed Hudson <email>elh@p5.spnet.com</email></para> - </listitem> - - <listitem> - <para>Edward Wang <email>edward@edcom.com</email></para> - </listitem> - - <listitem> - <para>Edwin Groothus <email>edwin@nwm.wan.philips.com</email></para> - </listitem> - - <listitem> - <para>Eiji-usagi-MATSUmoto <email>usagi@clave.gr.jp</email></para> - </listitem> - - <listitem> - <para>ELISA Font Project</para> - </listitem> - - <listitem> - <para>Elmar Bartel - <email>bartel@informatik.tu-muenchen.de</email></para> - </listitem> - - <listitem> - <para>Eric A. Griff <email>eagriff@global2000.net</email></para> - </listitem> - - <listitem> - <para>Eric Blood <email>eblood@cs.unr.edu</email></para> - </listitem> - - <listitem> - <para>Eric J. Haug <email>ejh@slustl.slu.edu</email></para> - </listitem> - - <listitem> - <para>Eric J. Schwertfeger <email>eric@cybernut.com</email></para> - </listitem> - - <listitem> - <para>Eric L. Hernes <email>erich@lodgenet.com</email></para> - </listitem> - - <listitem> - <para>Eric P. Scott <email>eps@sirius.com</email></para> - </listitem> - - <listitem> - <para>Eric Sprinkle <email>eric@ennovatenetworks.com</email></para> - </listitem> - - <listitem> - <para>Erich Stefan Boleyn <email>erich@uruk.org</email></para> - </listitem> - - <listitem> - <para>Erik E. Rantapaa <email>rantapaa@math.umn.edu</email></para> - </listitem> - - <listitem> - <para>Erik H. Moe <email>ehm@cris.com</email></para> - </listitem> - - <listitem> - <para>Ernst Winter <email>ewinter@lobo.muc.de</email></para> - </listitem> - - <listitem> - <para>Espen Skoglund <email>espensk@stud.cs.uit.no></email></para> - </listitem> - - <listitem> - <para>Eugene M. Kim <email>astralblue@usa.net</email></para> - </listitem> - - <listitem> - <para>Eugene Radchenko <email>genie@qsar.chem.msu.su</email></para> - </listitem> - - <listitem> - <para>Evan Champion <email>evanc@synapse.net</email></para> - </listitem> - - <listitem> - <para>Faried Nawaz <email>fn@Hungry.COM</email></para> - </listitem> - - <listitem> - <para>Flemming Jacobsen <email>fj@tfs.com</email></para> - </listitem> - - <listitem> - <para>Fong-Ching Liaw <email>fong@juniper.net</email></para> - </listitem> - - <listitem> - <para>Francis M J Hsieh <email>mjshieh@life.nthu.edu.tw</email></para> - </listitem> - - <listitem> - <para>Frank Bartels <email>knarf@camelot.de</email></para> - </listitem> - - <listitem> - <para>Frank Chen Hsiung Chan - <email>frankch@waru.life.nthu.edu.tw</email></para> - </listitem> - - <listitem> - <para>Frank Durda IV <email>uhclem@nemesis.lonestar.org</email></para> - </listitem> - - <listitem> - <para>Frank MacLachlan <email>fpm@n2.net</email></para> - </listitem> - - <listitem> - <para>Frank Mayhar <email>frank@exit.com</email></para> - </listitem> - - <listitem> - <para>Frank Nobis <email>fn@Radio-do.de</email></para> - </listitem> - - <listitem> - <para>Frank Volf <email>volf@oasis.IAEhv.nl</email></para> - </listitem> - - <listitem> - <para>Frank ten Wolde <email>franky@pinewood.nl</email></para> - </listitem> - - <listitem> - <para>Frank van der Linden <email>frank@fwi.uva.nl</email></para> - </listitem> - - <listitem> - <para>Fred Cawthorne <email>fcawth@jjarray.umn.edu</email></para> - </listitem> - - <listitem> - <para>Fred Gilham <email>gilham@csl.sri.com</email></para> - </listitem> - - <listitem> - <para>Fred Templin <email>templin@erg.sri.com</email></para> - </listitem> - - <listitem> - <para>Frederick Earl Gray <email>fgray@rice.edu</email></para> - </listitem> - - <listitem> - <para>FUJIMOTO Kensaku - <email>fujimoto@oscar.elec.waseda.ac.jp</email></para> - </listitem> - - <listitem> - <para>FUJISHIMA Satsuki <email>k5@respo.or.jp</email></para> - </listitem> - - <listitem> - <para>FURUSAWA Kazuhisa - <email>furusawa@com.cs.osakafu-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>Gabor Kincses <email>gabor@acm.org</email></para> - </listitem> - - <listitem> - <para>Gabor Zahemszky <email>zgabor@CoDe.hu</email></para> - </listitem> - - <listitem> - <para>G. Adam Stanislav<email>adam@whizkidtech.net</email></para> - </listitem> - - <listitem> - <para>Garance A Drosehn <email>gad@eclipse.its.rpi.edu</email></para> - </listitem> - - <listitem> - <para>Gareth McCaughan <email>gjm11@dpmms.cam.ac.uk</email></para> - </listitem> - - <listitem> - <para>Gary A. Browning <email>gab10@griffcd.amdahl.com</email></para> - </listitem> - - <listitem> - <para>Gary Howland <email>gary@hotlava.com</email></para> - </listitem> - - <listitem> - <para>Gary J. <email>garyj@rks32.pcs.dec.com</email></para> - </listitem> - - <listitem> - <para>Gary Kline <email>kline@thought.org</email></para> - </listitem> - - <listitem> - <para>Gaspar Chilingarov <email>nightmar@lemming.acc.am</email></para> - </listitem> - - <listitem> - <para>Gea-Suan Lin <email>gsl@tpts4.seed.net.tw</email></para> - </listitem> - - <listitem> - <para>Geoff Rehmet <email>csgr@alpha.ru.ac.za</email></para> - </listitem> - - <listitem> - <para>Georg Wagner <email>georg.wagner@ubs.com</email></para> - </listitem> - - <listitem> - <para>Gerard Roudier <email>groudier@club-internet.fr</email></para> - </listitem> - - <listitem> - <para>Gianmarco Giovannelli - <email>gmarco@giovannelli.it</email></para> - </listitem> - - <listitem> - <para>Gil Kloepfer Jr. <email>gil@limbic.ssdl.com</email></para> - </listitem> - - <listitem> - <para>Gilad Rom <email>rom_glsa@ein-hashofet.co.il</email></para> - </listitem> - - <listitem> - <para>Ginga Kawaguti - <email>ginga@amalthea.phys.s.u-tokyo.ac.jp</email></para> - </listitem> - - <listitem> - <para>Giles Lean <email>giles@nemeton.com.au</email></para> - </listitem> - - <listitem> - <para>Glen Foster <email>gfoster@gfoster.com</email></para> - </listitem> - - <listitem> - <para>Glenn Johnson <email>gljohns@bellsouth.net</email></para> - </listitem> - - <listitem> - <para>Godmar Back <email>gback@facility.cs.utah.edu</email></para> - </listitem> - - <listitem> - <para>Goran Hammarback <email>goran@astro.uu.se</email></para> - </listitem> - - <listitem> - <para>Gord Matzigkeit <email>gord@enci.ucalgary.ca</email></para> - </listitem> - - <listitem> - <para>Gordon Greeff <email>gvg@uunet.co.za</email></para> - </listitem> - - <listitem> - <para>Graham Wheeler <email>gram@cdsec.com</email></para> - </listitem> - - <listitem> - <para>Greg A. Woods <email>woods@zeus.leitch.com</email></para> - </listitem> - - <listitem> - <para>Greg Ansley <email>gja@ansley.com</email></para> - </listitem> - - <listitem> - <para>Greg Troxel <email>gdt@ir.bbn.com</email></para> - </listitem> - - <listitem> - <para>Greg Ungerer <email>gerg@stallion.oz.au</email></para> - </listitem> - - <listitem> - <para>Gregory Bond <email>gnb@itga.com.au</email></para> - </listitem> - - <listitem> - <para>Gregory D. Moncreaff - <email>moncrg@bt340707.res.ray.com</email></para> - </listitem> - - <listitem> - <para>Guy Harris <email>guy@netapp.com</email></para> - </listitem> - - <listitem> - <para>Guy Helmer <email>ghelmer@cs.iastate.edu</email></para> - </listitem> - - <listitem> - <para>HAMADA Naoki <email>hamada@astec.co.jp</email></para> - </listitem> - - <listitem> - <para>HONDA Yasuhiro - <email>honda@kashio.info.mie-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>HOSOBUCHI Noriyuki <email>hoso@buchi.tama.or.jp</email></para> - </listitem> - - <listitem> - <para>Hannu Savolainen <email>hannu@voxware.pp.fi</email></para> - </listitem> - - <listitem> - <para>Hans Huebner <email>hans@artcom.de</email></para> - </listitem> - - <listitem> - <para>Hans Petter Bieker <email>zerium@webindex.no</email></para> - </listitem> - - <listitem> - <para>Hans Zuidam <email>hans@brandinnovators.com</email></para> - </listitem> - - <listitem> - <para>Harlan Stenn <email>Harlan.Stenn@pfcs.com</email></para> - </listitem> - - <listitem> - <para>Harold Barker <email>hbarker@dsms.com</email></para> - </listitem> - - <listitem> - <para>Havard Eidnes - <email>Havard.Eidnes@runit.sintef.no</email></para> - </listitem> - - <listitem> - <para>Heikki Suonsivu <email>hsu@cs.hut.fi</email></para> - </listitem> - - <listitem> - <para>Heiko W. Rupp <email>unknown</email></para> - </listitem> - - <listitem> - <para>Helmut F. Wirth <email>hfwirth@ping.at</email></para> - </listitem> - - <listitem> - <para>Henrik Vestergaard Draboel - <email>hvd@terry.ping.dk</email></para> - </listitem> - - <listitem> - <para>Herb Peyerl <email>hpeyerl@NetBSD.org</email></para> - </listitem> - - <listitem> - <para>Hideaki Ohmon <email>ohmon@tom.sfc.keio.ac.jp</email></para> - </listitem> - - <listitem> - <para>Hidekazu Kuroki <email>hidekazu@cs.titech.ac.jp</email></para> - </listitem> - - <listitem> - <para>Hideki Yamamoto <email>hyama@acm.org</email></para> - </listitem> - - <listitem> - <para>Hideyuki Suzuki - <email>hideyuki@sat.t.u-tokyo.ac.jp</email></para> - </listitem> - - <listitem> - <para>Hirayama Issei <email>iss@mail.wbs.ne.jp</email></para> - </listitem> - - <listitem> - <para>Hiroaki Sakai <email>sakai@miya.ee.kagu.sut.ac.jp</email></para> - </listitem> - - <listitem> - <para>Hiroharu Tamaru <email>tamaru@ap.t.u-tokyo.ac.jp</email></para> - </listitem> - - <listitem> - <para>Hironori Ikura <email>hikura@kaisei.org</email></para> - </listitem> - - <listitem> - <para>Hiroshi Nishikawa <email>nis@pluto.dti.ne.jp</email></para> - </listitem> - - <listitem> - <para>Hiroya Tsubakimoto <email>unknown</email></para> - </listitem> - - <listitem> - <para>Holger Veit <email>Holger.Veit@gmd.de</email></para> - </listitem> - - <listitem> - <para>Holm Tiffe <email>holm@geophysik.tu-freiberg.de</email></para> - </listitem> - - <listitem> - <para>Horance Chou - <email>horance@freedom.ie.cycu.edu.tw</email></para> - </listitem> - - <listitem> - <para>Horihiro Kumagai <email>kuma@jp.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>HOTARU-YA <email>hotaru@tail.net</email></para> - </listitem> - - <listitem> - <para>Hr.Ladavac <email>lada@ws2301.gud.siemens.co.at</email></para> - </listitem> - - <listitem> - <para>Hubert Feyrer <email>hubertf@NetBSD.ORG</email></para> - </listitem> - - <listitem> - <para>Hugh F. Mahon <email>hugh@nsmdserv.cnd.hp.com</email></para> - </listitem> - - <listitem> - <para>Hugh Mahon <email>h_mahon@fc.hp.com</email></para> - </listitem> - - <listitem> - <para>Hung-Chi Chu <email>hcchu@r350.ee.ntu.edu.tw</email></para> - </listitem> - - <listitem> - <para>IMAI Takeshi <email>take-i@ceres.dti.ne.jp</email></para> - </listitem> - - <listitem> - <para>IMAMURA Tomoaki - <email>tomoak-i@is.aist-nara.ac.jp</email></para> - </listitem> - - <listitem> - <para>Ian Dowse <email>iedowse@maths.tcd.ie</email></para> - </listitem> - - <listitem> - <para>Ian Holland <email>ianh@tortuga.com.au</email></para> - </listitem> - - <listitem> - <para>Ian Struble <email>ian@broken.net</email></para> - </listitem> - - <listitem> - <para>Ian Vaudrey <email>i.vaudrey@bigfoot.com</email></para> - </listitem> - - <listitem> - <para>Igor Khasilev <email>igor@jabber.paco.odessa.ua</email></para> - </listitem> - - <listitem> - <para>Igor Roshchin <email>str@giganda.komkon.org</email></para> - </listitem> - - <listitem> - <para>Igor Sviridov <email>siac@ua.net</email></para> - </listitem> - - <listitem> - <para>Igor Vinokurov <email>igor@zynaps.ru</email></para> - </listitem> - - <listitem> - <para>Ikuo Nakagawa <email>ikuo@isl.intec.co.jp</email></para> - </listitem> - - <listitem> - <para>Ilya V. Komarov <email>mur@lynx.ru</email></para> - </listitem> - - <listitem> - <para>Issei Suzuki <email>issei@jp.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Itsuro Saito <email>saito@miv.t.u-tokyo.ac.jp</email></para> - </listitem> - - <listitem> - <para>J. Bryant <email>jbryant@argus.flash.net</email></para> - </listitem> - - <listitem> - <para>J. David Lowe <email>lowe@saturn5.com</email></para> - </listitem> - - <listitem> - <para>J. Han <email>hjh@best.com</email></para> - </listitem> - - <listitem> - <para>J. Hawk <email>jhawk@MIT.EDU</email></para> - </listitem> - - <listitem> - <para>J.T. Conklin <email>jtc@cygnus.com</email></para> - </listitem> - - <listitem> - <para>J.T. Jang <email>keith@email.gcn.net.tw</email></para> - </listitem> - - <listitem> - <para>Jack <email>jack@zeus.xtalwind.net</email></para> - </listitem> - - <listitem> - <para>Jacob Bohn Lorensen <email>jacob@jblhome.ping.mk</email></para> - </listitem> - - <listitem> - <para>Jagane D Sundar <email>jagane@netcom.com</email></para> - </listitem> - - <listitem> - <para>Jake Burkholder <email>jake@checker.org</email></para> - </listitem> - - <listitem> - <para>Jake Hamby <email>jehamby@lightside.com</email></para> - </listitem> - - <listitem> - <para>James Clark <email>jjc@jclark.com</email></para> - </listitem> - - <listitem> - <para>James D. Stewart <email>jds@c4systm.com</email></para> - </listitem> - - <listitem> - <para>James Jegers <email>jimj@miller.cs.uwm.edu</email></para> - </listitem> - - <listitem> - <para>James Raynard - <email>fhackers@jraynard.demon.co.uk</email></para> - </listitem> - - <listitem> - <para>James T. Liu <email>jtliu@phlebas.rockefeller.edu</email></para> - </listitem> - - <listitem> - <para>James da Silva <email>jds@cs.umd.edu</email></para> - </listitem> - - <listitem> - <para>Jan Conard - <email>charly@fachschaften.tu-muenchen.de</email></para> - </listitem> - - <listitem> - <para>Jan Koum <email>jkb@FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Janick Taillandier - <email>Janick.Taillandier@ratp.fr</email></para> - </listitem> - - <listitem> - <para>Janusz Kokot <email>janek@gaja.ipan.lublin.pl</email></para> - </listitem> - - <listitem> - <para>Jarle Greipsland <email>jarle@idt.unit.no</email></para> - </listitem> - - <listitem> - <para>Jason Garman <email>init@risen.org</email></para> - </listitem> - - <listitem> - <para>Jason Thorpe <email>thorpej@NetBSD.org</email></para> - </listitem> - - <listitem> - <para>Jason Wright <email>jason@OpenBSD.org</email></para> - </listitem> - - <listitem> - <para>Jason Young - <email>doogie@forbidden-donut.anet-stl.com</email></para> - </listitem> - - <listitem> - <para>Javier Martin Rueda <email>jmrueda@diatel.upm.es</email></para> - </listitem> - - <listitem> - <para>Jay Fenlason <email>hack@datacube.com</email></para> - </listitem> - - <listitem> - <para>Jaye Mathisen <email>mrcpu@cdsnet.net</email></para> - </listitem> - - <listitem> - <para>Jeff Bartig <email>jeffb@doit.wisc.edu</email></para> - </listitem> - - <listitem> - <para>Jeff Forys <email>jeff@forys.cranbury.nj.us</email></para> - </listitem> - - <listitem> - <para>Jeff Kletsky <email>Jeff@Wagsky.com</email></para> - </listitem> - - <listitem> - <para>Jeffrey Evans <email>evans@scnc.k12.mi.us</email></para> - </listitem> - - <listitem> - <para>Jeffrey Wheat <email>jeff@cetlink.net</email></para> - </listitem> - - <listitem> - <para>Jens Schweikhardt <email>schweikh@noc.dfn.d</email></para> - </listitem> - - <listitem> - <para>Jeremy Allison <email>jallison@whistle.com</email></para> - </listitem> - - <listitem> - <para>Jeremy Chatfield <email>jdc@xinside.com</email></para> - </listitem> - - <listitem> - <para>Jeremy Lea <email>reg@shale.csir.co.za</email></para> - </listitem> - - <listitem> - <para>Jeremy Prior <email>unknown</email></para> - </listitem> - - <listitem> - <para>Jeroen Ruigrok/Asmodai <email>asmodai@wxs.nl</email></para> - </listitem> - - <listitem> - <para>Jesse Rosenstock <email>jmr@ugcs.caltech.edu</email></para> - </listitem> - - <listitem> - <para>Jian-Da Li <email>jdli@csie.nctu.edu.tw</email></para> - </listitem> - - <listitem> - <para>Jim Babb <email>babb@FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Jim Binkley <email>jrb@cs.pdx.edu</email></para> - </listitem> - - <listitem> - <para>Jim Carroll <email>jim@carroll.com</email></para> - </listitem> - - <listitem> - <para>Jim Flowers <email>jflowers@ezo.net</email></para> - </listitem> - - <listitem> - <para>Jim Leppek <email>jleppek@harris.com</email></para> - </listitem> - - <listitem> - <para>Jim Lowe <email>james@cs.uwm.edu</email></para> - </listitem> - - <listitem> - <para>Jim Mattson <email>jmattson@sonic.net</email></para> - </listitem> - - <listitem> - <para>Jim Mercer <email>jim@komodo.reptiles.org</email></para> - </listitem> - - <listitem> - <para>Jim Wilson <email>wilson@moria.cygnus.com</email></para> - </listitem> - - <listitem> - <para>Jimbo Bahooli - <email>griffin@blackhole.iceworld.org</email></para> - </listitem> - - <listitem> - <para>Jin Guojun <email>jin@george.lbl.gov</email></para> - </listitem> - - <listitem> - <para>Joachim Kuebart <email>unknown</email></para> - </listitem> - - <listitem> - <para>Joao Carlos Mendes Luis <email>jonny@jonny.eng.br</email></para> - </listitem> - - <listitem> - <para>Jochen Pohl <email>jpo.drs@sni.de</email></para> - </listitem> - - <listitem> - <para>Joe "Marcus" Clarke <email>marcus@miami.edu</email></para> - </listitem> - - <listitem> - <para>Joe Abley <email>jabley@clear.co.nz</email></para> - </listitem> - - <listitem> - <para>Joe Jih-Shian Lu <email>jslu@dns.ntu.edu.tw</email></para> - </listitem> - - <listitem> - <para>Joe Orthoefer <email>j_orthoefer@tia.net</email></para> - </listitem> - - <listitem> - <para>Joe Traister <email>traister@mojozone.org</email></para> - </listitem> - - <listitem> - <para>Joel Faedi <email>Joel.Faedi@esial.u-nancy.fr</email></para> - </listitem> - - <listitem> - <para>Joel Ray Holveck <email>joelh@gnu.org</email></para> - </listitem> - - <listitem> - <para>Joel Sutton <email>sutton@aardvark.apana.org.au</email></para> - </listitem> - - <listitem> - <para>Johan Granlund <email>johan@granlund.nu</email></para> - </listitem> - - <listitem> - <para>Johan Karlsson <email>k@numeri.campus.luth.se</email></para> - </listitem> - - <listitem> - <para>Johan Larsson <email>johan@moon.campus.luth.se</email></para> - </listitem> - - <listitem> - <para>Johann Tonsing <email>jtonsing@mikom.csir.co.za</email></para> - </listitem> - - <listitem> - <para>Johannes Helander <email>unknown</email></para> - </listitem> - - <listitem> - <para>Johannes Stille <email>unknown</email></para> - </listitem> - - <listitem> - <para>John Baldwin <email>jobaldwi@vt.edu</email></para> - </listitem> - - <listitem> - <para>John Beckett <email>jbeckett@southern.edu</email></para> - </listitem> - - <listitem> - <para>John Beukema <email>jbeukema@hk.super.net</email></para> - </listitem> - - <listitem> - <para>John Brezak <email>unknown</email></para> - </listitem> - - <listitem> - <para>John Capo <email>jc@irbs.com</email></para> - </listitem> - - <listitem> - <para>John F. Woods <email>jfw@jfwhome.funhouse.com</email></para> - </listitem> - - <listitem> - <para>John Goerzen - <email>jgoerzen@alexanderwohl.complete.org</email></para> - </listitem> - - <listitem> - <para>John Hay <email>jhay@mikom.csir.co.za</email></para> - </listitem> - - <listitem> - <para>John Heidemann <email>johnh@isi.edu</email></para> - </listitem> - - <listitem> - <para>John Hood <email>cgull@owl.org</email></para> - </listitem> - - <listitem> - <para>John Kohl <email>unknown</email></para> - </listitem> - - <listitem> - <para>John Lind <email>john@starfire.mn.org</email></para> - </listitem> - - <listitem> - <para>John Mackin <email>john@physiol.su.oz.au</email></para> - </listitem> - - <listitem> - <para>John P <email>johnp@lodgenet.com</email></para> - </listitem> - - <listitem> - <para>John Perry <email>perry@vishnu.alias.net</email></para> - </listitem> - - <listitem> - <para>John Preisler <email>john@vapornet.com</email></para> - </listitem> - - <listitem> - <para>John Rochester <email>jr@cs.mun.ca</email></para> - </listitem> - - <listitem> - <para>John Sadler <email>john_sadler@alum.mit.edu</email></para> - </listitem> - - <listitem> - <para>John Saunders <email>john@pacer.nlc.net.au</email></para> - </listitem> - - <listitem> - <para>John W. DeBoskey <email>jwd@unx.sas.com</email></para> - </listitem> - - <listitem> - <para>John Wehle <email>john@feith.com</email></para> - </listitem> - - <listitem> - <para>John Woods <email>jfw@eddie.mit.edu</email></para> - </listitem> - - <listitem> - <para>Jon Morgan <email>morgan@terminus.trailblazer.com</email></para> - </listitem> - - <listitem> - <para>Jonathan H N Chin <email>jc254@newton.cam.ac.uk</email></para> - </listitem> - - <listitem> - <para>Jonathan Hanna - <email>jh@pc-21490.bc.rogers.wave.ca</email></para> - </listitem> - - <listitem> - <para>Jorge Goncalves <email>j@bug.fe.up.pt</email></para> - </listitem> - - <listitem> - <para>Jorge M. Goncalves <email>ee96199@tom.fe.up.pt</email></para> - </listitem> - - <listitem> - <para>Jos Backus <email>jbackus@plex.nl</email></para> - </listitem> - - <listitem> - <para>Jose M. Alcaide <email>jose@we.lc.ehu.es</email></para> - </listitem> - - <listitem> - <para>Jose Marques <email>jose@nobody.org</email></para> - </listitem> - - <listitem> - <para>Josef Grosch - <email>jgrosch@superior.mooseriver.com</email></para> - </listitem> - - <listitem> - <para>Josef Karthauser <email>joe@uk.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Joseph Stein <email>joes@wstein.com</email></para> - </listitem> - - <listitem> - <para>Josh Gilliam <email>josh@quick.net</email></para> - </listitem> - - <listitem> - <para>Josh Tiefenbach <email>josh@ican.net</email></para> - </listitem> - - <listitem> - <para>Juergen Lock <email>nox@jelal.hb.north.de</email></para> - </listitem> - - <listitem> - <para>Juha Inkari <email>inkari@cc.hut.fi</email></para> - </listitem> - - <listitem> - <para>Jukka A. Ukkonen <email>jua@iki.fi</email></para> - </listitem> - - <listitem> - <para>Julian Assange <email>proff@suburbia.net</email></para> - </listitem> - - <listitem> - <para>Julian Coleman <email>j.d.coleman@ncl.ac.uk</email></para> - </listitem> - - <listitem> - <para>&a.jhs</para> - </listitem> - - <listitem> - <para>Julian Jenkins <email>kaveman@magna.com.au</email></para> - </listitem> - - <listitem> - <para>Junichi Satoh <email>junichi@jp.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Junji SAKAI <email>sakai@jp.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Junya WATANABE <email>junya-w@remus.dti.ne.jp</email></para> - </listitem> - - <listitem> - <para>K.Higashino <email>a00303@cc.hc.keio.ac.jp</email></para> - </listitem> - - <listitem> - <para>KUNISHIMA Takeo <email>kunishi@c.oka-pu.ac.jp</email></para> - </listitem> - - <listitem> - <para>Kai Vorma <email>vode@snakemail.hut.fi</email></para> - </listitem> - - <listitem> - <para>Kaleb S. Keithley <email>kaleb@ics.com</email></para> - </listitem> - - <listitem> - <para>Kaneda Hiloshi <email>vanitas@ma3.seikyou.ne.jp</email></para> - </listitem> - - <listitem> - <para>Kapil Chowksey <email>kchowksey@hss.hns.com</email></para> - </listitem> - - <listitem> - <para>Karl Denninger <email>karl@mcs.com</email></para> - </listitem> - - <listitem> - <para>Karl Dietz <email>Karl.Dietz@triplan.com</email></para> - </listitem> - - <listitem> - <para>Karl Lehenbauer <email>karl@NeoSoft.com</email></para> - </listitem> - - <listitem> - <para>Kato Takenori - <email>kato@eclogite.eps.nagoya-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>Kawanobe Koh <email>kawanobe@st.rim.or.jp</email></para> - </listitem> - - <listitem> - <para>Kazuhiko Kiriyama <email>kiri@kiri.toba-cmt.ac.jp</email></para> - </listitem> - - <listitem> - <para>Kazuo Horikawa <email>horikawa@jp.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Kees Jan Koster <email>kjk1@ukc.ac.uk</email></para> - </listitem> - - <listitem> - <para>Keith Bostic <email>bostic@bostic.com</email></para> - </listitem> - - <listitem> - <para>Keith E. Walker <email>unknown</email></para> - </listitem> - - <listitem> - <para>Keith Moore <email>unknown</email></para> - </listitem> - - <listitem> - <para>Keith Sklower <email>unknown</email></para> - </listitem> - - <listitem> - <para>Kelly Yancey <email>kbyanc@posi.net</email></para> - </listitem> - - <listitem> - <para>Ken Hornstein <email>unknown</email></para> - </listitem> - - <listitem> - <para>Ken Key <email>key@cs.utk.edu</email></para> - </listitem> - - <listitem> - <para>Ken Mayer <email>kmayer@freegate.com</email></para> - </listitem> - - <listitem> - <para>Kenji Saito <email>marukun@mx2.nisiq.net</email></para> - </listitem> - - <listitem> - <para>Kenji Tomita <email>tommyk@da2.so-net.or.jp</email></para> - </listitem> - - <listitem> - <para>Kenneth Furge <email>kenneth.furge@us.endress.com</email></para> - </listitem> - - <listitem> - <para>Kenneth Monville <email>desmo@bandwidth.org</email></para> - </listitem> - - <listitem> - <para>Kenneth R. Westerback <email>krw@tcn.net</email></para> - </listitem> - - <listitem> - <para>Kenneth Stailey <email>kstailey@gnu.ai.mit.edu</email></para> - </listitem> - - <listitem> - <para>Kent Talarico <email>kent@shipwreck.tsoft.net</email></para> - </listitem> - - <listitem> - <para>Kent Vander Velden <email>graphix@iastate.edu</email></para> - </listitem> - - <listitem> - <para>Kentaro Inagaki <email>JBD01226@niftyserve.ne.jp</email></para> - </listitem> - - <listitem> - <para>Kevin Bracey <email>kbracey@art.acorn.co.uk</email></para> - </listitem> - - <listitem> - <para>Kevin Day <email>toasty@dragondata.com</email></para> - </listitem> - - <listitem> - <para>Kevin Lahey <email>kml@nas.nasa.gov</email></para> - </listitem> - - <listitem> - <para>Kevin Lo<email>kevlo@hello.com.tw</email></para> - </listitem> - - <listitem> - <para>Kevin Street <email>street@iname.com</email></para> - </listitem> - - <listitem> - <para>Kevin Van Maren <email>vanmaren@fast.cs.utah.edu</email></para> - </listitem> - - <listitem> - <para>Kiroh HARADA <email>kiroh@kh.rim.or.jp</email></para> - </listitem> - - <listitem> - <para>Klaus Klein <email>kleink@layla.inka.de</email></para> - </listitem> - - <listitem> - <para>Klaus-J. Wolf <email>Yanestra@t-online.de</email></para> - </listitem> - - <listitem> - <para>Koichi Sato <email>copan@ppp.fastnet.or.jp</email></para> - </listitem> - - <listitem> - <para>Kostya Lukin <email>lukin@okbmei.msk.su</email></para> - </listitem> - - <listitem> - <para>Kouichi Hirabayashi <email>kh@mogami-wire.co.jp</email></para> - </listitem> - - <listitem> - <para>Kurt D. Zeilenga <email>Kurt@Boolean.NET</email></para> - </listitem> - - <listitem> - <para>Kurt Olsen <email>kurto@tiny.mcs.usu.edu</email></para> - </listitem> - - <listitem> - <para>L. Jonas Olsson - <email>ljo@ljo-slip.DIALIN.CWRU.Edu</email></para> - </listitem> - - <listitem> - <para>Lars Köller - <email>Lars.Koeller@Uni-Bielefeld.DE</email></para> - </listitem> - - <listitem> - <para>Larry Altneu <email>larry@ALR.COM</email></para> - </listitem> - - <listitem> - <para>Laurence Lopez <email>lopez@mv.mv.com</email></para> - </listitem> - - <listitem> - <para>Lee Cremeans <email>lcremean@tidalwave.net</email></para> - </listitem> - - <listitem> - <para>Liang Tai-hwa - <email>avatar@www.mmlab.cse.yzu.edu.tw</email></para> - </listitem> - - <listitem> - <para>Lon Willett <email>lon%softt.uucp@math.utah.edu</email></para> - </listitem> - - <listitem> - <para>Louis A. Mamakos <email>louie@TransSys.COM</email></para> - </listitem> - - <listitem> - <para>Louis Mamakos <email>loiue@TransSys.com</email></para> - </listitem> - - <listitem> - <para>Lucas James <email>Lucas.James@ldjpc.apana.org.au</email></para> - </listitem> - - <listitem> - <para>Lyndon Nerenberg <email>lyndon@orthanc.com</email></para> - </listitem> - - <listitem> - <para>M.C. Wong <email>unknown</email></para> - </listitem> - - <listitem> - <para>MANTANI Nobutaka <email>nobutaka@nobutaka.com</email></para> - </listitem> - - <listitem> - <para>MIHIRA Sanpei Yoshiro <email>sanpei@sanpei.org</email></para> - </listitem> - - <listitem> - <para>MITA Yoshio <email>mita@jp.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>MITSUNAGA Noriaki - <email>mitchy@er.ams.eng.osaka-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>MOROHOSHI Akihiko <email>moro@race.u-tokyo.ac.jp</email></para> - </listitem> - - <listitem> - <para>Magnus Enbom <email>dot@tinto.campus.luth.se</email></para> - </listitem> - - <listitem> - <para>Mahesh Neelakanta <email>mahesh@gcomm.com</email></para> - </listitem> - - <listitem> - <para>Makoto MATSUSHITA <email>matusita@jp.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Makoto WATANABE - <email>watanabe@zlab.phys.nagoya-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>Malte Lance <email>malte.lance@gmx.net</email></para> - </listitem> - - <listitem> - <para>Manu Iyengar - <email>iyengar@grunthos.pscwa.psca.com</email></para> - </listitem> - - <listitem> - <para>Marc Frajola <email>marc@dev.com</email></para> - </listitem> - - <listitem> - <para>Marc Ramirez <email>mrami@mramirez.sy.yale.edu</email></para> - </listitem> - - <listitem> - <para>Marc Slemko <email>marcs@znep.com</email></para> - </listitem> - - <listitem> - <para>Marc van Kempen <email>wmbfmk@urc.tue.nl</email></para> - </listitem> - - <listitem> - <para>Marc van Woerkom <email>van.woerkom@netcologne.de</email></para> - </listitem> - - <listitem> - <para>Marcel Moolenaar <email>marcel@scc.nl</email></para> - </listitem> - - <listitem> - <para>Mario Sergio Fujikawa Ferreira - <email>lioux@gns.com.br</email></para> - </listitem> - - <listitem> - <para>Mark Andrews <email>unknown</email></para> - </listitem> - - <listitem> - <para>Mark Cammidge <email>mark@gmtunx.ee.uct.ac.za</email></para> - </listitem> - - <listitem> - <para>Mark Diekhans <email>markd@grizzly.com</email></para> - </listitem> - - <listitem> - <para>Mark Huizer <email>xaa@stack.nl</email></para> - </listitem> - - <listitem> - <para>Mark J. Taylor <email>mtaylor@cybernet.com</email></para> - </listitem> - - <listitem> - <para>Mark Krentel <email>krentel@rice.edu</email></para> - </listitem> - - <listitem> - <para>Mark Mayo <email>markm@vmunix.com</email></para> - </listitem> - - <listitem> - <para>Mark Thompson <email>thompson@tgsoft.com</email></para> - </listitem> - - <listitem> - <para>Mark Tinguely <email>tinguely@plains.nodak.edu</email></para> - </listitem> - - <listitem> - <para>Mark Treacy <email>unknown</email></para> - </listitem> - - <listitem> - <para>Mark Valentine <email>mark@linus.demon.co.uk</email></para> - </listitem> - - <listitem> - <para>Martin Birgmeier</para> - </listitem> - - <listitem> - <para>Martin Ibert <email>mib@ppe.bb-data.de</email></para> - </listitem> - - <listitem> - <para>Martin Kammerhofer <email>dada@sbox.tu-graz.ac.at</email></para> - </listitem> - - <listitem> - <para>Martin Renters <email>martin@tdc.on.ca</email></para> - </listitem> - - <listitem> - <para>Martti Kuparinen - <email>martti.kuparinen@ericsson.com</email></para> - </listitem> - - <listitem> - <para>Masachika ISHIZUKA - <email>ishizuka@isis.min.ntt.jp</email></para> - </listitem> - - <listitem> - <para>Mas.TAKEMURA <email>unknown</email></para> - </listitem> - - <listitem> - <para>Masafumi NAKANE <email>max@wide.ad.jp</email></para> - </listitem> - - <listitem> - <para>Masahiro Sekiguchi - <email>seki@sysrap.cs.fujitsu.co.jp</email></para> - </listitem> - - <listitem> - <para>Masanobu Saitoh <email>msaitoh@spa.is.uec.ac.jp</email></para> - </listitem> - - <listitem> - <para>Masanori Kanaoka <email>kana@saijo.mke.mei.co.jp</email></para> - </listitem> - - <listitem> - <para>Masanori Kiriake <email>seiken@ARGV.AC</email></para> - </listitem> - - <listitem> - <para>Masatoshi TAMURA - <email>tamrin@shinzan.kuee.kyoto-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>Mats Lofkvist <email>mal@algonet.se</email></para> - </listitem> - - <listitem> - <para>Matt Bartley <email>mbartley@lear35.cytex.com</email></para> - </listitem> - - <listitem> - <para>Matt Thomas <email>matt@3am-software.com</email></para> - </listitem> - - <listitem> - <para>Matt White <email>mwhite+@CMU.EDU</email></para> - </listitem> - - <listitem> - <para>Matthew C. Mead <email>mmead@Glock.COM</email></para> - </listitem> - - <listitem> - <para>Matthew Cashdollar <email>mattc@rfcnet.com</email></para> - </listitem> - - <listitem> - <para>Matthew Flatt <email>mflatt@cs.rice.edu</email></para> - </listitem> - - <listitem> - <para>Matthew Fuller <email>fullermd@futuresouth.com</email></para> - </listitem> - - <listitem> - <para>Matthew Stein <email>matt@bdd.net</email></para> - </listitem> - - <listitem> - <para>Matthias Pfaller <email>leo@dachau.marco.de</email></para> - </listitem> - - <listitem> - <para>Matthias Scheler <email>tron@netbsd.org</email></para> - </listitem> - - <listitem> - <para>Mattias Gronlund - <email>Mattias.Gronlund@sa.erisoft.se</email></para> - </listitem> - - <listitem> - <para>Mattias Pantzare <email>pantzer@ludd.luth.se</email></para> - </listitem> - - <listitem> - <para>Maurice Castro - <email>maurice@planet.serc.rmit.edu.au</email></para> - </listitem> - - <listitem> - <para>Max Euston <email>meuston@jmrodgers.com</email></para> - </listitem> - - <listitem> - <para>Max Khon <email>fjoe@husky.iclub.nsu.ru</email></para> - </listitem> - - <listitem> - <para>Maxim Bolotin <email>max@rsu.ru</email></para> - </listitem> - - <listitem> - <para>Maxim V. Sobolev <email>sobomax@altavista.net</email></para> - </listitem> - - <listitem> - <para>Micha Class - <email>michael_class@hpbbse.bbn.hp.com</email></para> - </listitem> - - <listitem> - <para>Michael Butler <email>imb@scgt.oz.au</email></para> - </listitem> - - <listitem> - <para>Michael Butschky <email>butsch@computi.erols.com</email></para> - </listitem> - - <listitem> - <para>Michael Clay <email>mclay@weareb.org</email></para> - </listitem> - - <listitem> - <para>Michael Elbel <email>me@FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Michael Galassi <email>nerd@percival.rain.com</email></para> - </listitem> - - <listitem> - <para>Michael Hancock <email>michaelh@cet.co.jp</email></para> - </listitem> - - <listitem> - <para>Michael Hohmuth <email>hohmuth@inf.tu-dresden.de</email></para> - </listitem> - - <listitem> - <para>Michael Perlman <email>canuck@caam.rice.edu</email></para> - </listitem> - - <listitem> - <para>Michael Petry <email>petry@netwolf.NetMasters.com</email></para> - </listitem> - - <listitem> - <para>Michael Reifenberger <email>root@totum.plaut.de</email></para> - </listitem> - - <listitem> - <para>Michael Sardo <email>jaeger16@yahoo.com</email></para> - </listitem> - - <listitem> - <para>Michael Searle <email>searle@longacre.demon.co.uk</email></para> - </listitem> - - <listitem> - <para>Michal Listos <email>mcl@Amnesiac.123.org</email></para> - </listitem> - - <listitem> - <para>Michio Karl Jinbo - <email>karl@marcer.nagaokaut.ac.jp</email></para> - </listitem> - - <listitem> - <para>Miguel Angel Sagreras - <email>msagre@cactus.fi.uba.ar</email></para> - </listitem> - - <listitem> - <para>Mihoko Tanaka <email>m_tonaka@pa.yokogawa.co.jp</email></para> - </listitem> - - <listitem> - <para>Mika Nystrom <email>mika@cs.caltech.edu</email></para> - </listitem> - - <listitem> - <para>Mikael Hybsch <email>micke@dynas.se</email></para> - </listitem> - - <listitem> - <para>Mikael Karpberg - <email>karpen@ocean.campus.luth.se</email></para> - </listitem> - - <listitem> - <para>Mike Del <email>repenting@hotmail.com</email></para> - </listitem> - - <listitem> - <para>Mike Durian <email>durian@plutotech.com</email></para> - </listitem> - - <listitem> - <para>Mike Durkin <email>mdurkin@tsoft.sf-bay.org</email></para> - </listitem> - - <listitem> - <para>Mike E. Matsnev <email>mike@azog.cs.msu.su</email></para> - </listitem> - - <listitem> - <para>Mike Evans <email>mevans@candle.com</email></para> - </listitem> - - <listitem> - <para>Mike Grupenhoff <email>kashmir@umiacs.umd.edu</email></para> - </listitem> - - <listitem> - <para>Mike Hibler <email>mike@marker.cs.utah.edu</email></para> - </listitem> - - <listitem> - <para>Mike Karels <email>unknown</email></para> - </listitem> - - <listitem> - <para>Mike McGaughey <email>mmcg@cs.monash.edu.au</email></para> - </listitem> - - <listitem> - <para>Mike Meyer <email>mwm@shiva.the-park.com</email></para> - </listitem> - - <listitem> - <para>Mike Mitchell <email>mitchell@ref.tfs.com</email></para> - </listitem> - - <listitem> - <para>Mike Murphy <email>mrm@alpharel.com</email></para> - </listitem> - - <listitem> - <para>Mike Peck <email>mike@binghamton.edu</email></para> - </listitem> - - <listitem> - <para>Mike Spengler <email>mks@msc.edu</email></para> - </listitem> - - <listitem> - <para>Mikhail A. Sokolov <email>mishania@demos.su</email></para> - </listitem> - - <listitem> - <para>Mikhail Teterin <email>mi@aldan.ziplink.net</email></para> - </listitem> - - <listitem> - <para>Ming-I Hseh <email>PA@FreeBSD.ee.Ntu.edu.TW</email></para> - </listitem> - - <listitem> - <para>Mitsuru IWASAKI <email>iwasaki@pc.jaring.my</email></para> - </listitem> - - <listitem> - <para>Mitsuru Yoshida <email>mitsuru@riken.go.jp</email></para> - </listitem> - - <listitem> - <para>Monte Mitzelfelt <email>monte@gonefishing.org</email></para> - </listitem> - - <listitem> - <para>Morgan Davis <email>root@io.cts.com</email></para> - </listitem> - - <listitem> - <para>Mostyn Lewis <email>mostyn@mrl.com</email></para> - </listitem> - - <listitem> - <para>Motomichi Matsuzaki <email>mzaki@e-mail.ne.jp</email></para> - </listitem> - - <listitem> - <para>Motoyuki Kasahara <email>m-kasahr@sra.co.jp</email></para> - </listitem> - - <listitem> - <para>Motoyuki Konno <email>motoyuki@snipe.rim.or.jp</email></para> - </listitem> - - <listitem> - <para>Murray Stokely <email>murray@cdrom.com</email></para> - </listitem> - - <listitem> - <para>N.G.Smith <email>ngs@sesame.hensa.ac.uk</email></para> - </listitem> - - <listitem> - <para>NAGAO Tadaaki <email>nagao@cs.titech.ac.jp</email></para> - </listitem> - - <listitem> - <para>NAKAJI Hiroyuki - <email>nakaji@tutrp.tut.ac.jp</email></para> - </listitem> - - <listitem> - <para>NAKAMURA Kazushi <email>nkazushi@highway.or.jp</email></para> - </listitem> - - <listitem> - <para>NAKAMURA Motonori - <email>motonori@econ.kyoto-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>NIIMI Satoshi <email>sa2c@and.or.jp</email></para> - </listitem> - - <listitem> - <para>NOKUBI Hirotaka <email>h-nokubi@yyy.or.jp</email></para> - </listitem> - - <listitem> - <para>Nadav Eiron <email>nadav@barcode.co.il</email></para> - </listitem> - - <listitem> - <para>Nanbor Wang <email>nw1@cs.wustl.edu</email></para> - </listitem> - - <listitem> - <para>Naofumi Honda - <email>honda@Kururu.math.sci.hokudai.ac.jp</email></para> - </listitem> - - <listitem> - <para>Naoki Hamada <email>nao@tom-yam.or.jp</email></para> - </listitem> - - <listitem> - <para>Narvi <email>narvi@haldjas.folklore.ee</email></para> - </listitem> - - <listitem> - <para>Nathan Ahlstrom <email>nrahlstr@winternet.com</email></para> - </listitem> - - <listitem> - <para>Nathan Dorfman <email>nathan@rtfm.net</email></para> - </listitem> - - <listitem> - <para>Neal Fachan <email>kneel@ishiboo.com</email></para> - </listitem> - - <listitem> - <para>Neil Blakey-Milner <email>nbm@rucus.ru.ac.za</email></para> - </listitem> - - <listitem> - <para>Niall Smart <email>rotel@indigo.ie</email></para> - </listitem> - - <listitem> - <para>Nick Barnes <email>Nick.Barnes@pobox.com</email></para> - </listitem> - - <listitem> - <para>Nick Handel <email>nhandel@NeoSoft.com</email></para> - </listitem> - - <listitem> - <para>Nick Hilliard <email>nick@foobar.org</email></para> - </listitem> - - <listitem> - <para>&a.nsayer;</para> - </listitem> - - <listitem> - <para>Nick Williams <email>njw@cs.city.ac.uk</email></para> - </listitem> - - <listitem> - <para>Nickolay N. Dudorov <email>nnd@itfs.nsk.su</email></para> - </listitem> - - <listitem> - <para>Niklas Hallqvist <email>niklas@filippa.appli.se</email></para> - </listitem> - - <listitem> - <para>Nisha Talagala <email>nisha@cs.berkeley.edu</email></para> - </listitem> - - <listitem> - <para>No Name <email>ZW6T-KND@j.asahi-net.or.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>adrian@virginia.edu</email></para> - </listitem> - - <listitem> - <para>No Name <email>alex@elvisti.kiev.ua</email></para> - </listitem> - - <listitem> - <para>No Name <email>anto@netscape.net</email></para> - </listitem> - - <listitem> - <para>No Name <email>bobson@egg.ics.nitch.ac.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>bovynf@awe.be</email></para> - </listitem> - - <listitem> - <para>No Name <email>burg@is.ge.com</email></para> - </listitem> - - <listitem> - <para>No Name <email>chris@gnome.co.uk</email></para> - </listitem> - - <listitem> - <para>No Name <email>colsen@usa.net</email></para> - </listitem> - - <listitem> - <para>No Name <email>coredump@nervosa.com</email></para> - </listitem> - - <listitem> - <para>No Name <email>dannyman@arh0300.urh.uiuc.edu</email></para> - </listitem> - - <listitem> - <para>No Name <email>davids@SECNET.COM</email></para> - </listitem> - - <listitem> - <para>No Name <email>derek@free.org</email></para> - </listitem> - - <listitem> - <para>No Name <email>devet@adv.IAEhv.nl</email></para> - </listitem> - - <listitem> - <para>No Name <email>djv@bedford.net</email></para> - </listitem> - - <listitem> - <para>No Name <email>dvv@sprint.net</email></para> - </listitem> - - <listitem> - <para>No Name <email>enami@ba2.so-net.or.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>flash@eru.tubank.msk.su</email></para> - </listitem> - - <listitem> - <para>No Name <email>flash@hway.ru</email></para> - </listitem> - - <listitem> - <para>No Name <email>fn@pain.csrv.uidaho.edu</email></para> - </listitem> - - <listitem> - <para>No Name <email>gclarkii@netport.neosoft.com</email></para> - </listitem> - - <listitem> - <para>No Name <email>gordon@sheaky.lonestar.org</email></para> - </listitem> - - <listitem> - <para>No Name <email>graaf@iae.nl</email></para> - </listitem> - - <listitem> - <para>No Name <email>greg@greg.rim.or.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>grossman@cygnus.com</email></para> - </listitem> - - <listitem> - <para>No Name <email>gusw@fub46.zedat.fu-berlin.de</email></para> - </listitem> - - <listitem> - <para>No Name <email>hfir@math.rochester.edu</email></para> - </listitem> - - <listitem> - <para>No Name <email>hnokubi@yyy.or.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>iaint@css.tuu.utas.edu.au</email></para> - </listitem> - - <listitem> - <para>No Name <email>invis@visi.com</email></para> - </listitem> - - <listitem> - <para>No Name <email>ishisone@sra.co.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>iverson@lionheart.com</email></para> - </listitem> - - <listitem> - <para>No Name <email>jpt@magic.net</email></para> - </listitem> - - <listitem> - <para>No Name <email>junker@jazz.snu.ac.kr</email></para> - </listitem> - - <listitem> - <para>No Name <email>k-sugyou@ccs.mt.nec.co.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>kenji@reseau.toyonaka.osaka.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>kfurge@worldnet.att.net</email></para> - </listitem> - - <listitem> - <para>No Name <email>lh@aus.org</email></para> - </listitem> - - <listitem> - <para>No Name <email>lhecking@nmrc.ucc.ie</email></para> - </listitem> - - <listitem> - <para>No Name <email>mrgreen@mame.mu.oz.au</email></para> - </listitem> - - <listitem> - <para>No Name <email>nakagawa@jp.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>No Name <email>ohki@gssm.otsuka.tsukuba.ac.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>owaki@st.rim.or.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>pechter@shell.monmouth.com</email></para> - </listitem> - - <listitem> - <para>No Name <email>pete@pelican.pelican.com</email></para> - </listitem> - - <listitem> - <para>No Name <email>pritc003@maroon.tc.umn.edu</email></para> - </listitem> - - <listitem> - <para>No Name <email>risner@stdio.com</email></para> - </listitem> - - <listitem> - <para>No Name <email>roman@rpd.univ.kiev.ua</email></para> - </listitem> - - <listitem> - <para>No Name <email>root@ns2.redline.ru</email></para> - </listitem> - - <listitem> - <para>No Name <email>root@uglabgw.ug.cs.sunysb.edu</email></para> - </listitem> - - <listitem> - <para>No Name <email>stephen.ma@jtec.com.au</email></para> - </listitem> - - <listitem> - <para>No Name <email>sumii@is.s.u-tokyo.ac.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>takas-su@is.aist-nara.ac.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>tamone@eig.unige.ch</email></para> - </listitem> - - <listitem> - <para>No Name <email>tjevans@raleigh.ibm.com</email></para> - </listitem> - - <listitem> - <para>No Name <email>tony-o@iij.ad.jp amurai@spec.co.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>torii@tcd.hitachi.co.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>uenami@imasy.or.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>uhlar@netlab.sk</email></para> - </listitem> - - <listitem> - <para>No Name <email>vode@hut.fi</email></para> - </listitem> - - <listitem> - <para>No Name <email>wlloyd@mpd.ca</email></para> - </listitem> - - <listitem> - <para>No Name <email>wlr@furball.wellsfargo.com</email></para> - </listitem> - - <listitem> - <para>No Name <email>wmbfmk@urc.tue.nl</email></para> - </listitem> - - <listitem> - <para>No Name <email>yamagata@nwgpc.kek.jp</email></para> - </listitem> - - <listitem> - <para>No Name <email>ziggy@ryan.org</email></para> - </listitem> - - <listitem> - <para>Nobuhiro Yasutomi <email>nobu@psrc.isac.co.jp</email></para> - </listitem> - - <listitem> - <para>Nobuyuki Koganemaru - <email>kogane@koganemaru.co.jp</email></para> - </listitem> - - <listitem> - <para>Norio Suzuki <email>nosuzuki@e-mail.ne.jp</email></para> - </listitem> - - <listitem> - <para>Noritaka Ishizumi <email>graphite@jp.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Noriyuki Soda <email>soda@sra.co.jp</email></para> - </listitem> - - <listitem> - <para>Oh Junseon <email>hollywar@mail.holywar.net</email></para> - </listitem> - - <listitem> - <para>Olaf Wagner <email>wagner@luthien.in-berlin.de</email></para> - </listitem> - - <listitem> - <para>Oleg Sharoiko <email>os@rsu.ru</email></para> - </listitem> - - <listitem> - <para>Oleg V. Volkov <email>rover@lglobus.ru</email></para> - </listitem> - - <listitem> - <para>Oliver Breuninger <email>ob@seicom.NET</email></para> - </listitem> - - <listitem> - <para>Oliver Friedrichs <email>oliver@secnet.com</email></para> - </listitem> - - <listitem> - <para>Oliver Fromme - <email>oliver.fromme@heim3.tu-clausthal.de</email></para> - </listitem> - - <listitem> - <para>Oliver Laumann - <email>net@informatik.uni-bremen.de</email></para> - </listitem> - - <listitem> - <para>Oliver Oberdorf <email>oly@world.std.com</email></para> - </listitem> - - <listitem> - <para>Olof Johansson <email>offe@ludd.luth.se</email></para> - </listitem> - - <listitem> - <para>Osokin Sergey aka oZZ <email>ozz@FreeBSD.org.ru</email></para> - </listitem> - - <listitem> - <para>Pace Willisson <email>pace@blitz.com</email></para> - </listitem> - - <listitem> - <para>Paco Rosich <email>rosich@modico.eleinf.uv.es</email></para> - </listitem> - - <listitem> - <para>Palle Girgensohn <email>girgen@partitur.se</email></para> - </listitem> - - <listitem> - <para>Parag Patel <email>parag@cgt.com</email></para> - </listitem> - - <listitem> - <para>Pascal Pederiva <email>pascal@zuo.dec.com</email></para> - </listitem> - - <listitem> - <para>Pasvorn Boonmark <email>boonmark@juniper.net</email></para> - </listitem> - - <listitem> - <para>Patrick Gardella <email>patrick@cre8tivegroup.com</email></para> - </listitem> - - <listitem> - <para>Patrick Hausen <email>unknown</email></para> - </listitem> - - <listitem> - <para>Paul Antonov <email>apg@demos.su</email></para> - </listitem> - - <listitem> - <para>Paul F. Werkowski <email>unknown</email></para> - </listitem> - - <listitem> - <para>Paul Fox <email>pgf@foxharp.boston.ma.us</email></para> - </listitem> - - <listitem> - <para>Paul Koch <email>koch@thehub.com.au</email></para> - </listitem> - - <listitem> - <para>Paul Kranenburg <email>pk@NetBSD.org</email></para> - </listitem> - - <listitem> - <para>Paul Mackerras <email>paulus@cs.anu.edu.au</email></para> - </listitem> - - <listitem> - <para>Paul Popelka <email>paulp@uts.amdahl.com</email></para> - </listitem> - - <listitem> - <para>Paul S. LaFollette, Jr. <email>unknown</email></para> - </listitem> - - <listitem> - <para>Paul Saab <email>paul@mu.org</email></para> - </listitem> - - <listitem> - <para>Paul Sandys <email>myj@nyct.net</email></para> - </listitem> - - <listitem> - <para>Paul T. Root <email>proot@horton.iaces.com</email></para> - </listitem> - - <listitem> - <para>Paul Vixie <email>paul@vix.com</email></para> - </listitem> - - <listitem> - <para>Paulo Menezes <email>paulo@isr.uc.pt</email></para> - </listitem> - - <listitem> - <para>Paulo Menezes <email>pm@dee.uc.pt</email></para> - </listitem> - - <listitem> - <para>Pedro A M Vazquez <email>vazquez@IQM.Unicamp.BR</email></para> - </listitem> - - <listitem> - <para>Pedro Giffuni <email>giffunip@asme.org</email></para> - </listitem> - - <listitem> - <para>Pete Bentley <email>pete@demon.net</email></para> - </listitem> - - <listitem> - <para>Peter Childs <email>pjchilds@imforei.apana.org.au</email></para> - </listitem> - - <listitem> - <para>Peter Cornelius <email>pc@inr.fzk.de</email></para> - </listitem> - - <listitem> - <para>Peter Haight <email>peterh@prognet.com</email></para> - </listitem> - - <listitem> - <para>Peter Jeremy <email>perer.jeremy@alcatel.com.au</email></para> - </listitem> - - <listitem> - <para>Peter M. Chen <email>pmchen@eecs.umich.edu</email></para> - </listitem> - - <listitem> - <para>Peter Much <email>peter@citylink.dinoex.sub.org</email></para> - </listitem> - - <listitem> - <para>Peter Olsson <email>unknown</email></para> - </listitem> - - <listitem> - <para>Peter Philipp <email>pjp@bsd-daemon.net</email></para> - </listitem> - - <listitem> - <para>Peter Stubbs <email>PETERS@staidan.qld.edu.au</email></para> - </listitem> - - <listitem> - <para>Phil Maker <email>pjm@cs.ntu.edu.au</email></para> - </listitem> - - <listitem> - <para>Phil Sutherland - <email>philsuth@mycroft.dialix.oz.au</email></para> - </listitem> - - <listitem> - <para>Phil Taylor <email>phil@zipmail.co.uk</email></para> - </listitem> - - <listitem> - <para>Philip Musumeci <email>philip@rmit.edu.au</email></para> - </listitem> - - <listitem> - <para>Pierre Y. Dampure <email>pierre.dampure@k2c.co.uk</email></para> - </listitem> - - <listitem> - <para>Pius Fischer <email>pius@ienet.com</email></para> - </listitem> - - <listitem> - <para>Pomegranate <email>daver@flag.blackened.net</email></para> - </listitem> - - <listitem> - <para>Powerdog Industries - <email>kevin.ruddy@powerdog.com</email></para> - </listitem> - - <listitem> - <para>R. Kym Horsell</para> - </listitem> - - <listitem> - <para>Rajesh Vaidheeswarran <email>rv@fore.com</email></para> - </listitem> - - <listitem> - <para>Ralf Friedl <email>friedl@informatik.uni-kl.de</email></para> - </listitem> - - <listitem> - <para>Randal S. Masutani <email>randal@comtest.com</email></para> - </listitem> - - <listitem> - <para>Randall Hopper <email>rhh@ct.picker.com</email></para> - </listitem> - - <listitem> - <para>Randall W. Dean <email>rwd@osf.org</email></para> - </listitem> - - <listitem> - <para>Randy Bush <email>rbush@bainbridge.verio.net</email></para> - </listitem> - - <listitem> - <para>Reinier Bezuidenhout - <email>rbezuide@mikom.csir.co.za</email></para> - </listitem> - - <listitem> - <para>Remy Card <email>Remy.Card@masi.ibp.fr</email></para> - </listitem> - - <listitem> - <para>Ricardas Cepas <email>rch@richard.eu.org</email></para> - </listitem> - - <listitem> - <para>Riccardo Veraldi <email>veraldi@cs.unibo.it</email></para> - </listitem> - - <listitem> - <para>Richard Henderson <email>richard@atheist.tamu.edu</email></para> - </listitem> - - <listitem> - <para>Richard Hwang <email>rhwang@bigpanda.com</email></para> - </listitem> - - <listitem> - <para>Richard Kiss <email>richard@homemail.com</email></para> - </listitem> - - <listitem> - <para>Richard J Kuhns <email>rjk@watson.grauel.com</email></para> - </listitem> - - <listitem> - <para>Richard M. Neswold - <email>rneswold@drmemory.fnal.gov</email></para> - </listitem> - - <listitem> - <para>Richard Seaman, Jr. <email>dick@tar.com</email></para> - </listitem> - - <listitem> - <para>Richard Stallman <email>rms@gnu.ai.mit.edu</email></para> - </listitem> - - <listitem> - <para>Richard Straka <email>straka@user1.inficad.com</email></para> - </listitem> - - <listitem> - <para>Richard Tobin <email>richard@cogsci.ed.ac.uk</email></para> - </listitem> - - <listitem> - <para>Richard Wackerbarth <email>rkw@Dataplex.NET</email></para> - </listitem> - - <listitem> - <para>Richard Winkel <email>rich@math.missouri.edu</email></para> - </listitem> - - <listitem> - <para>Richard Wiwatowski <email>rjwiwat@adelaide.on.net</email></para> - </listitem> - - <listitem> - <para>Rick Macklem <email>rick@snowhite.cis.uoguelph.ca</email></para> - </listitem> - - <listitem> - <para>Rick Macklin <email>unknown</email></para> - </listitem> - - <listitem> - <para>Rob Austein <email>sra@epilogue.com</email></para> - </listitem> - - <listitem> - <para>Rob Mallory <email>rmallory@qualcomm.com</email></para> - </listitem> - - <listitem> - <para>Rob Snow <email>rsnow@txdirect.net</email></para> - </listitem> - - <listitem> - <para>Robert Crowe <email>bob@speakez.com</email></para> - </listitem> - - <listitem> - <para>Robert D. Thrush <email>rd@phoenix.aii.com</email></para> - </listitem> - - <listitem> - <para>Robert Eckardt - <email>roberte@MEP.Ruhr-Uni-Bochum.de</email></para> - </listitem> - - <listitem> - <para>Robert Sanders <email>rsanders@mindspring.com</email></para> - </listitem> - - <listitem> - <para>Robert Sexton <email>robert@kudra.com</email></para> - </listitem> - - <listitem> - <para>Robert Shady <email>rls@id.net</email></para> - </listitem> - - <listitem> - <para>Robert Swindells <email>swindellsr@genrad.co.uk</email></para> - </listitem> - - <listitem> - <para>Robert Watson <email>robert@cyrus.watson.org</email></para> - </listitem> - - <listitem> - <para>Robert Withrow <email>witr@rwwa.com</email></para> - </listitem> - - <listitem> - <para>Robert Yoder <email>unknown</email></para> - </listitem> - - <listitem> - <para>Robin Carey - <email>robin@mailgate.dtc.rankxerox.co.uk</email></para> - </listitem> - - <listitem> - <para>Roger Hardiman <email>roger@cs.strath.ac.uk</email></para> - </listitem> - - <listitem> - <para>Roland Jesse <email>jesse@cs.uni-magdeburg.de</email></para> - </listitem> - - <listitem> - <para>Ron Bickers <email>rbickers@intercenter.net</email></para> - </listitem> - - <listitem> - <para>Ron Lenk <email>rlenk@widget.xmission.com</email></para> - </listitem> - - <listitem> - <para>Ronald Kuehn <email>kuehn@rz.tu-clausthal.de</email></para> - </listitem> - - <listitem> - <para>Rudolf Cejka <email>unknown</email></para> - </listitem> - - <listitem> - <para>Ruslan Belkin <email>rus@home2.UA.net</email></para> - </listitem> - - <listitem> - <para>Ruslan Ermilov <email>ru@ucb.crimea.ua</email></para> - </listitem> - - <listitem> - <para>Ruslan Shevchenko <email>rssh@cam.grad.kiev.ua</email></para> - </listitem> - - <listitem> - <para>Russell L. Carter <email>rcarter@pinyon.org</email></para> - </listitem> - - <listitem> - <para>Russell Vincent <email>rv@groa.uct.ac.za</email></para> - </listitem> - - <listitem> - <para>Ryan Younce <email>ryany@pobox.com</email></para> - </listitem> - - <listitem> - <para>Ryuichiro IMURA <email>imura@cs.titech.ac.jp</email></para> - </listitem> - - <listitem> - <para>SANETO Takanori <email>sanewo@strg.sony.co.jp</email></para> - </listitem> - - <listitem> - <para>SAWADA Mizuki <email>miz@qb3.so-net.ne.jp</email></para> - </listitem> - - <listitem> - <para>SUGIMURA Takashi <email>sugimura@jp.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>SURANYI Peter - <email>suranyip@jks.is.tsukuba.ac.jp</email></para> - </listitem> - - <listitem> - <para>Sakai Hiroaki <email>sakai@miya.ee.kagu.sut.ac.jp</email></para> - </listitem> - - <listitem> - <para>Sakari Jalovaara <email>sja@tekla.fi</email></para> - </listitem> - - <listitem> - <para>Sam Hartman <email>hartmans@mit.edu</email></para> - </listitem> - - <listitem> - <para>Samuel Lam <email>skl@ScalableNetwork.com</email></para> - </listitem> - - <listitem> - <para>Samuele Zannoli <email>zannoli@cs.unibo.it</email></para> - </listitem> - - <listitem> - <para>Sander Vesik <email>sander@haldjas.folklore.ee</email></para> - </listitem> - - <listitem> - <para>Sandro Sigala <email>ssigala@globalnet.it</email></para> - </listitem> - - <listitem> - <para>Sascha Blank <email>blank@fox.uni-trier.de</email></para> - </listitem> - - <listitem> - <para>Sascha Wildner <email>swildner@channelz.GUN.de</email></para> - </listitem> - - <listitem> - <para>Satoh Junichi <email>junichi@astec.co.jp</email></para> - </listitem> - - <listitem> - <para>Scot Elliott <email>scot@poptart.org</email></para> - </listitem> - - <listitem> - <para>Scot W. Hetzel <email>hetzels@westbend.net</email></para> - </listitem> - - <listitem> - <para>Scott A. Kenney <email>saken@rmta.ml.org</email></para> - </listitem> - - <listitem> - <para>Scott Blachowicz - <email>scott.blachowicz@seaslug.org</email></para> - </listitem> - - <listitem> - <para>Scott Burris <email>scott@pita.cns.ucla.edu</email></para> - </listitem> - - <listitem> - <para>Scott Hazen Mueller <email>scott@zorch.sf-bay.org</email></para> - </listitem> - - <listitem> - <para>Scott Michel <email>scottm@cs.ucla.edu</email></para> - </listitem> - - <listitem> - <para>Scott Mitchel <email>scott@uk.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Scott Reynolds <email>scott@clmqt.marquette.mi.us</email></para> - </listitem> - - <listitem> - <para>Sebastian Strollo <email>seb@erix.ericsson.se</email></para> - </listitem> - - <listitem> - <para>Serge A. Babkin <email>babkin@hq.icb.chel.su</email></para> - </listitem> - - <listitem> - <para>Serge V. Vakulenko <email>vak@zebub.msk.su</email></para> - </listitem> - - <listitem> - <para>Sergei Chechetkin - <email>csl@whale.sunbay.crimea.ua</email></para> - </listitem> - - <listitem> - <para>Sergei S. Laskavy <email>laskavy@pc759.cs.msu.su</email></para> - </listitem> - - <listitem> - <para>Sergey Gershtein <email>sg@mplik.ru</email></para> - </listitem> - - <listitem> - <para>Sergey Kosyakov <email>ks@itp.ac.ru</email></para> - </listitem> - - <listitem> - <para>Sergey Potapov <email>sp@alkor.ru</email></para> - </listitem> - - <listitem> - <para>Sergey Shkonda <email>serg@bcs.zp.ua</email></para> - </listitem> - - <listitem> - <para>Sergey V.Dorokhov <email>svd@kbtelecom.nalnet.ru</email></para> - </listitem> - - <listitem> - <para>Sergio Lenzi <email>lenzi@bsi.com.br</email></para> - </listitem> - - <listitem> - <para>Shaun Courtney <email>shaun@emma.eng.uct.ac.za</email></para> - </listitem> - - <listitem> - <para>Shawn M. Carey <email>smcarey@mailbox.syr.edu</email></para> - </listitem> - - <listitem> - <para>Shigio Yamaguchi <email>shigio@tamacom.com</email></para> - </listitem> - - <listitem> - <para>Shinya Esu <email>esu@yk.rim.or.jp</email></para> - </listitem> - - <listitem> - <para>Shuichi Tanaka <email>stanaka@bb.mbn.or.jp</email></para> - </listitem> - - <listitem> - <para>Shunsuke Akiyama <email>akiyama@jp.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Simon <email>simon@masi.ibp.fr</email></para> - </listitem> - - <listitem> - <para>Simon Burge <email>simonb@telstra.com.au</email></para> - </listitem> - - <listitem> - <para>Simon J Gerraty <email>sjg@melb.bull.oz.au</email></para> - </listitem> - - <listitem> - <para>Simon Marlow <email>simonm@dcs.gla.ac.uk</email></para> - </listitem> - - <listitem> - <para>Simon Shapiro <email>shimon@simon-shapiro.org</email></para> - </listitem> - - <listitem> - <para>Sin'ichiro MIYATANI <email>siu@phaseone.co.jp</email></para> - </listitem> - - <listitem> - <para>Slaven Rezic <email>eserte@cs.tu-berlin.de</email></para> - </listitem> - - <listitem> - <para>Soochon Radee <email>slr@mitre.org</email></para> - </listitem> - - <listitem> - <para>Soren Dayton <email>csdayton@midway.uchicago.edu</email></para> - </listitem> - - <listitem> - <para>Soren Dossing <email>sauber@netcom.com</email></para> - </listitem> - - <listitem> - <para>Soren S. Jorvang <email>soren@dt.dk</email></para> - </listitem> - - <listitem> - <para>Stefan Bethke <email>stb@hanse.de</email></para> - </listitem> - - <listitem> - <para>Stefan Eggers <email>seggers@semyam.dinoco.de</email></para> - </listitem> - - <listitem> - <para>Stefan Moeding <email>s.moeding@ndh.net</email></para> - </listitem> - - <listitem> - <para>Stefan Petri <email>unknown</email></para> - </listitem> - - <listitem> - <para>Stefan `Sec` Zehl <email>sec@42.org</email></para> - </listitem> - - <listitem> - <para>Steinar Haug <email>sthaug@nethelp.no</email></para> - </listitem> - - <listitem> - <para>Stephane E. Potvin <email>sepotvin@videotron.ca</email></para> - </listitem> - - <listitem> - <para>Stephane Legrand <email>stephane@lituus.fr</email></para> - </listitem> - - <listitem> - <para>Stephen Clawson - <email>sclawson@marker.cs.utah.edu</email></para> - </listitem> - - <listitem> - <para>Stephen F. Combs <email>combssf@salem.ge.com</email></para> - </listitem> - - <listitem> - <para>Stephen Farrell <email>stephen@farrell.org</email></para> - </listitem> - - <listitem> - <para>Stephen Hocking <email>sysseh@devetir.qld.gov.au</email></para> - </listitem> - - <listitem> - <para>Stephen J. Roznowski <email>sjr@home.net</email></para> - </listitem> - - <listitem> - <para>Stephen McKay <email>syssgm@devetir.qld.gov.au</email></para> - </listitem> - - <listitem> - <para>Stephen Melvin <email>melvin@zytek.com</email></para> - </listitem> - - <listitem> - <para>Steve Bauer <email>sbauer@rock.sdsmt.edu</email></para> - </listitem> - - <listitem> - <para>Steve Coltrin <email>spcoltri@io.com</email></para> - </listitem> - - <listitem> - <para>Steve Deering <email>unknown</email></para> - </listitem> - - <listitem> - <para>Steve Gerakines <email>steve2@genesis.tiac.net</email></para> - </listitem> - - <listitem> - <para>Steve Gericke <email>steveg@comtrol.com</email></para> - </listitem> - - <listitem> - <para>Steve Piette <email>steve@simon.chi.il.US</email></para> - </listitem> - - <listitem> - <para>Steve Schwarz <email>schwarz@alpharel.com</email></para> - </listitem> - - <listitem> - <para>Steven G. Kargl - <email>kargl@troutmask.apl.washington.edu</email></para> - </listitem> - - <listitem> - <para>Steven H. Samorodin <email>samorodi@NUXI.com</email></para> - </listitem> - - <listitem> - <para>Steven McCanne <email>mccanne@cs.berkeley.edu</email></para> - </listitem> - - <listitem> - <para>Steven Plite <email>splite@purdue.edu</email></para> - </listitem> - - <listitem> - <para>Steven Wallace <email>unknown</email></para> - </listitem> - - <listitem> - <para>Stuart Henderson - <email>stuart@internationalschool.co.uk</email></para> - </listitem> - - <listitem> - <para>Sue Blake <email>sue@welearn.com.au</email></para> - </listitem> - - <listitem> - <para>Sugimoto Sadahiro <email>ixtl@komaba.utmc.or.jp</email></para> - </listitem> - - <listitem> - <para>Sugiura Shiro <email>ssugiura@duo.co.jp</email></para> - </listitem> - - <listitem> - <para>Sujal Patel <email>smpatel@wam.umd.edu</email></para> - </listitem> - - <listitem> - <para>Sune Stjerneby <email>stjerneby@usa.net</email></para> - </listitem> - - <listitem> - <para>Suzuki Yoshiaki - <email>zensyo@ann.tama.kawasaki.jp</email></para> - </listitem> - - <listitem> - <para>Tadashi Kumano <email>kumano@strl.nhk.or.jp</email></para> - </listitem> - - <listitem> - <para>Taguchi Takeshi <email>taguchi@tohoku.iij.ad.jp</email></para> - </listitem> - - <listitem> - <para>Takahiro Yugawa <email>yugawa@orleans.rim.or.jp</email></para> - </listitem> - - <listitem> - <para>Takanori Watanabe - <email>takawata@shidahara1.planet.sci.kobe-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>Takashi Mega <email>mega@minz.org</email></para> - </listitem> - - <listitem> - <para>Takashi Uozu <email>j1594016@ed.kagu.sut.ac.jp</email></para> - </listitem> - - <listitem> - <para>Takayuki Ariga <email>a00821@cc.hc.keio.ac.jp</email></para> - </listitem> - - <listitem> - <para>Takeru NAIKI <email>naiki@bfd.es.hokudai.ac.jp</email></para> - </listitem> - - <listitem> - <para>Takeshi Amaike <email>amaike@iri.co.jp</email></para> - </listitem> - - <listitem> - <para>Takeshi MUTOH <email>mutoh@info.nara-k.ac.jp</email></para> - </listitem> - - <listitem> - <para>Takeshi Ohashi - <email>ohashi@mickey.ai.kyutech.ac.jp</email></para> - </listitem> - - <listitem> - <para>Takeshi WATANABE - <email>watanabe@crayon.earth.s.kobe-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>Takuya SHIOZAKI - <email>tshiozak@makino.ise.chuo-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>Tatoku Ogaito <email>tacha@tera.fukui-med.ac.jp</email></para> - </listitem> - - <listitem> - <para>Tatsumi HOSOKAWA <email>hosokawa@jp.FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Ted Buswell <email>tbuswell@mediaone.net</email></para> - </listitem> - - <listitem> - <para>Ted Faber <email>faber@isi.edu</email></para> - </listitem> - - <listitem> - <para>Ted Lemon <email>mellon@isc.org</email></para> - </listitem> - - <listitem> - <para>Terry Lambert <email>terry@lambert.org</email></para> - </listitem> - - <listitem> - <para>Terry Lee <email>terry@uivlsi.csl.uiuc.edu</email></para> - </listitem> - - <listitem> - <para>Tetsuya Furukawa <email>tetsuya@secom-sis.co.jp</email></para> - </listitem> - - <listitem> - <para>Theo de Raadt <email>deraadt@OpenBSD.org</email></para> - </listitem> - - <listitem> - <para>Thomas <email>thomas@mathematik.uni-Bremen.de</email></para> - </listitem> - - <listitem> - <para>Thomas D. Dean <email>tomdean@ix.netcom.com</email></para> - </listitem> - - <listitem> - <para>Thomas David Rivers <email>rivers@dignus.com</email></para> - </listitem> - - <listitem> - <para>Thomas G. McWilliams <email>tgm@netcom.com</email></para> - </listitem> - - <listitem> - <para>Thomas Gellekum - <email>thomas@ghpc8.ihf.rwth-aachen.de</email></para> - </listitem> - - <listitem> - <para>Thomas Graichen - <email>graichen@omega.physik.fu-berlin.de</email></para> - </listitem> - - <listitem> - <para>Thomas König - <email>Thomas.Koenig@ciw.uni-karlsruhe.de</email></para> - </listitem> - - <listitem> - <para>Thomas Ptacek <email>unknown</email></para> - </listitem> - - <listitem> - <para>Thomas A. Stephens <email>tas@stephens.org</email></para> - </listitem> - - <listitem> - <para>Thomas Stromberg <email>tstrombe@rtci.com</email></para> - </listitem> - - <listitem> - <para>Thomas Valentino Crimi - <email>tcrimi+@andrew.cmu.edu</email></para> - </listitem> - - <listitem> - <para>Thomas Wintergerst <email>thomas@lemur.nord.de</email></para> - </listitem> - - <listitem> - <para>Þórður Ívarsson - <email>totii@est.is</email></para> - </listitem> - - <listitem> - <para>Tim Kientzle <email>kientzle@netcom.com</email></para> - </listitem> - - <listitem> - <para>Tim Singletary - <email>tsingle@sunland.gsfc.nasa.gov</email></para> - </listitem> - - <listitem> - <para>Tim Wilkinson <email>tim@sarc.city.ac.uk</email></para> - </listitem> - - <listitem> - <para>Timo J. Rinne <email>tri@iki.fi</email></para> - </listitem> - - <listitem> - <para>Todd Miller <email>millert@openbsd.org</email></para> - </listitem> - - <listitem> - <para>Tom <email>root@majestix.cmr.no</email></para> - </listitem> - - <listitem> - <para>Tom <email>tom@sdf.com</email></para> - </listitem> - - <listitem> - <para>Tom Gray - DCA <email>dcasba@rain.org</email></para> - </listitem> - - <listitem> - <para>Tom Jobbins <email>tom@tom.tj</email></para> - </listitem> - - <listitem> - <para>Tom Pusateri <email>pusateri@juniper.net</email></para> - </listitem> - - <listitem> - <para>Tom Rush <email>tarush@mindspring.com</email></para> - </listitem> - - <listitem> - <para>Tom Samplonius <email>tom@misery.sdf.com</email></para> - </listitem> - - <listitem> - <para>Tomohiko Kurahashi - <email>kura@melchior.q.t.u-tokyo.ac.jp</email></para> - </listitem> - - <listitem> - <para>Tony Kimball <email>alk@Think.COM</email></para> - </listitem> - - <listitem> - <para>Tony Li <email>tli@jnx.com</email></para> - </listitem> - - <listitem> - <para>Tony Lynn <email>wing@cc.nsysu.edu.tw</email></para> - </listitem> - - <listitem> - <para>Tony Maher <email>tonym@angis.org.au</email></para> - </listitem> - - <listitem> - <para>Torbjorn Granlund <email>tege@matematik.su.se</email></para> - </listitem> - - <listitem> - <para>Toshihiko ARAI <email>toshi@tenchi.ne.jp</email></para> - </listitem> - - <listitem> - <para>Toshihiko SHIMOKAWA <email>toshi@tea.forus.or.jp</email></para> - </listitem> - - <listitem> - <para>Toshihiro Kanda <email>candy@kgc.co.jp</email></para> - </listitem> - - <listitem> - <para>Toshiomi Moriki - <email>Toshiomi.Moriki@ma1.seikyou.ne.jp</email></para> - </listitem> - - <listitem> - <para>Trefor S. <email>trefor@flevel.co.uk</email></para> - </listitem> - - <listitem> - <para>Trevor Blackwell <email>tlb@viaweb.com</email></para> - </listitem> - - <listitem> - <para>URATA Shuichiro <email>s-urata@nmit.tmg.nec.co.jp</email></para> - </listitem> - - <listitem> - <para>Udo Schweigert <email>ust@cert.siemens.de</email></para> - </listitem> - - <listitem> - <para>Ugo Paternostro <email>paterno@dsi.unifi.it</email></para> - </listitem> - - <listitem> - <para>Ulf Kieber <email>kieber@sax.de</email></para> - </listitem> - - <listitem> - <para>Ulli Linzen <email>ulli@perceval.camelot.de</email></para> - </listitem> - - <listitem> - <para>Ustimenko Semen <email>semen@iclub.nsu.ru</email></para> - </listitem> - - <listitem> - <para>Uwe Arndt <email>arndt@mailhost.uni-koblenz.de</email></para> - </listitem> - - <listitem> - <para>Vadim Chekan <email>vadim@gc.lviv.ua</email></para> - </listitem> - - <listitem> - <para>Vadim Kolontsov <email>vadim@tversu.ac.ru</email></para> - </listitem> - - <listitem> - <para>Vadim Mikhailov <email>mvp@braz.ru</email></para> - </listitem> - - <listitem> - <para>Van Jacobson <email>van@ee.lbl.gov</email></para> - </listitem> - - <listitem> - <para>Vasily V. Grechishnikov - <email>bazilio@ns1.ied-vorstu.ac.ru</email></para> - </listitem> - - <listitem> - <para>Vasim Valejev <email>vasim@uddias.diaspro.com</email></para> - </listitem> - - <listitem> - <para>Vernon J. Schryver <email>vjs@mica.denver.sgi.com</email></para> - </listitem> - - <listitem> - <para>Vic Abell <email>abe@cc.purdue.edu</email></para> - </listitem> - - <listitem> - <para>Ville Eerola <email>ve@sci.fi</email></para> - </listitem> - - <listitem> - <para>Vincent Poy <email>vince@venus.gaianet.net</email></para> - </listitem> - - <listitem> - <para>Vincenzo Capuano - <email>VCAPUANO@vmprofs.esoc.esa.de</email></para> - </listitem> - - <listitem> - <para>Virgil Champlin <email>champlin@pa.dec.com</email></para> - </listitem> - - <listitem> - <para>Vladimir A. Jakovenko - <email>vovik@ntu-kpi.kiev.ua</email></para> - </listitem> - - <listitem> - <para>Vladimir Kushnir <email>kushn@mail.kar.net</email></para> - </listitem> - - <listitem> - <para>Vsevolod Lobko <email>seva@alex-ua.com</email></para> - </listitem> - - <listitem> - <para>W. Gerald Hicks <email>wghicks@bellsouth.net</email></para> - </listitem> - - <listitem> - <para>W. Richard Stevens <email>rstevens@noao.edu</email></para> - </listitem> - - <listitem> - <para>Walt Howard <email>howard@ee.utah.edu</email></para> - </listitem> - - <listitem> - <para>Warren Toomey <email>wkt@csadfa.cs.adfa.oz.au</email></para> - </listitem> - - <listitem> - <para>Wayne Scott <email>wscott@ichips.intel.com</email></para> - </listitem> - - <listitem> - <para>Werner Griessl - <email>werner@btp1da.phy.uni-bayreuth.de</email></para> - </listitem> - - <listitem> - <para>Wes Santee <email>wsantee@wsantee.oz.net</email></para> - </listitem> - - <listitem> - <para>Wietse Venema <email>wietse@wzv.win.tue.nl</email></para> - </listitem> - - <listitem> - <para>Wilfredo Sanchez <email>wsanchez@apple.com</email></para> - </listitem> - - <listitem> - <para>Wiljo Heinen <email>wiljo@freeside.ki.open.de</email></para> - </listitem> - - <listitem> - <para>Wilko Bulte <email>wilko@yedi.iaf.nl</email></para> - </listitem> - - <listitem> - <para>Will Andrews <email>andrews@technologist.com</email></para> - </listitem> - - <listitem> - <para>Willem Jan Withagen <email>wjw@surf.IAE.nl</email></para> - </listitem> - - <listitem> - <para>William Jolitz <email>withheld</email></para> - </listitem> - - <listitem> - <para>William Liao <email>william@tale.net</email></para> - </listitem> - - <listitem> - <para>Wojtek Pilorz - <email>wpilorz@celebris.bdk.lublin.pl</email></para> - </listitem> - - <listitem> - <para>Wolfgang Helbig <email>helbig@ba-stuttgart.de</email></para> - </listitem> - - <listitem> - <para>Wolfgang Solfrank <email>ws@tools.de</email></para> - </listitem> - - <listitem> - <para>Wolfgang Stanglmeier <email>wolf@FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Wu Ching-hong <email>woju@FreeBSD.ee.Ntu.edu.TW</email></para> - </listitem> - - <listitem> - <para>Yarema <email>yds@ingress.com</email></para> - </listitem> - - <listitem> - <para>Yaroslav Terletsky <email>ts@polynet.lviv.ua</email></para> - </listitem> - - <listitem> - <para>Yasuhito FUTATSUKI <email>futatuki@fureai.or.jp</email></para> - </listitem> - - <listitem> - <para>Yasuhiro Fukama <email>yasuf@big.or.jp</email></para> - </listitem> - - <listitem> - <para>Yen-Shuo Su <email>yssu@CCCA.NCTU.edu.tw</email></para> - </listitem> - - <listitem> - <para>Ying-Chieh Liao <email>ijliao@csie.NCTU.edu.tw</email></para> - </listitem> - - <listitem> - <para>Yixin Jin <email>yjin@rain.cs.ucla.edu</email></para> - </listitem> - - <listitem> - <para>Yoshiaki Uchikawa <email>yoshiaki@kt.rim.or.jp</email></para> - </listitem> - - <listitem> - <para>Yoshihiko OHTA <email>yohta@bres.tsukuba.ac.jp</email></para> - </listitem> - - <listitem> - <para>Yoshihisa NAKAGAWA - <email>y-nakaga@ccs.mt.nec.co.jp</email></para> - </listitem> - - <listitem> - <para>Yoshikazu Goto <email>gotoh@ae.anritsu.co.jp</email></para> - </listitem> - - <listitem> - <para>Yoshimasa Ohnishi - <email>ohnishi@isc.kyutech.ac.jp</email></para> - </listitem> - - <listitem> - <para>Yoshishige Arai <email>ryo2@on.rim.or.jp</email></para> - </listitem> - - <listitem> - <para>Yuichi MATSUTAKA <email>matutaka@osa.att.ne.jp</email></para> - </listitem> - - <listitem> - <para>Yujiro MIYATA - <email>miyata@bioele.nuee.nagoya-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>Yukihiro Nakai <email>nacai@iname.com</email></para> - </listitem> - - <listitem> - <para>Yusuke Nawano <email>azuki@azkey.org</email></para> - </listitem> - - <listitem> - <para>Yuu Yashiki <email>s974123@cc.matsuyama-u.ac.jp</email></para> - </listitem> - - <listitem> - <para>Yuval Yarom <email>yval@cs.huji.ac.il</email></para> - </listitem> - - <listitem> - <para>Yves Fonk <email>yves@cpcoup5.tn.tudelft.nl</email></para> - </listitem> - - <listitem> - <para>Yves Fonk <email>yves@dutncp8.tn.tudelft.nl</email></para> - </listitem> - - <listitem> - <para>Zach Heilig <email>zach@gaffaneys.com</email></para> - </listitem> - - <listitem> - <para>Zahemszhky Gabor <email>zgabor@code.hu</email></para> - </listitem> - - <listitem> - <para>Zhong Ming-Xun <email>zmx@mail.CDPA.nsysu.edu.tw</email></para> - </listitem> - - <listitem> - <para>arci <email>vega@sophia.inria.fr</email></para> - </listitem> - - <listitem> - <para>der Mouse <email>mouse@Collatz.McRCIM.McGill.EDU</email></para> - </listitem> - - <listitem> - <para>frf <email>frf@xocolatl.com</email></para> - </listitem> - - <listitem> - <para>Ege Rekk <email>aagero@aage.priv.no</email></para> - </listitem> - </itemizedlist> - </sect1> - - <sect1> - <title>386BSD Patch Kit Patch Contributors</title> - - <para>(in alphabetical order by first name):</para> - - <itemizedlist> - <listitem> - <para>Adam Glass <email>glass@postgres.berkeley.edu</email></para> - </listitem> - - <listitem> - <para>Adrian Hall <email>adrian@ibmpcug.co.uk</email></para> - </listitem> - - <listitem> - <para>Andrey A. Chernov <email>ache@astral.msk.su</email></para> - </listitem> - - <listitem> - <para>Andrew Herbert <email>andrew@werple.apana.org.au</email></para> - </listitem> - - <listitem> - <para>Andrew Moore <email>alm@netcom.com</email></para> - </listitem> - - <listitem> - <para>Andy Valencia <email>ajv@csd.mot.com</email> - <email>jtk@netcom.com</email></para> - </listitem> - - <listitem> - <para>Arne Henrik Juul <email>arnej@Lise.Unit.NO</email></para> - </listitem> - - <listitem> - <para>Bakul Shah <email>bvs@bitblocks.com</email></para> - </listitem> - - <listitem> - <para>Barry Lustig <email>barry@ictv.com</email></para> - </listitem> - - <listitem> - <para>Bob Wilcox <email>bob@obiwan.uucp</email></para> - </listitem> - - <listitem> - <para>Branko Lankester</para> - </listitem> - - <listitem> - <para>Brett Lymn <email>blymn@mulga.awadi.com.AU</email></para> - </listitem> - - <listitem> - <para>Charles Hannum <email>mycroft@ai.mit.edu</email></para> - </listitem> - - <listitem> - <para>Chris G. Demetriou - <email>cgd@postgres.berkeley.edu</email></para> - </listitem> - - <listitem> - <para>Chris Torek <email>torek@ee.lbl.gov</email></para> - </listitem> - - <listitem> - <para>Christoph Robitschko - <email>chmr@edvz.tu-graz.ac.at</email></para> - </listitem> - - <listitem> - <para>Daniel Poirot <email>poirot@aio.jsc.nasa.gov</email></para> - </listitem> - - <listitem> - <para>Dave Burgess <email>burgess@hrd769.brooks.af.mil</email></para> - </listitem> - - <listitem> - <para>Dave Rivers <email>rivers@ponds.uucp</email></para> - </listitem> - - <listitem> - <para>David Dawes <email>dawes@physics.su.OZ.AU</email></para> - </listitem> - - <listitem> - <para>David Greenman <email>dg@Root.COM</email></para> - </listitem> - - <listitem> - <para>Eric J. Haug <email>ejh@slustl.slu.edu</email></para> - </listitem> - - <listitem> - <para>Felix Gaehtgens - <email>felix@escape.vsse.in-berlin.de</email></para> - </listitem> - - <listitem> - <para>Frank Maclachlan <email>fpm@crash.cts.com</email></para> - </listitem> - - <listitem> - <para>Gary A. Browning <email>gab10@griffcd.amdahl.com</email></para> - </listitem> - - <listitem> - <para>Gary Howland <email>gary@hotlava.com</email></para> - </listitem> - - <listitem> - <para>Geoff Rehmet <email>csgr@alpha.ru.ac.za</email></para> - </listitem> - - <listitem> - <para>Goran Hammarback <email>goran@astro.uu.se</email></para> - </listitem> - - <listitem> - <para>Guido van Rooij <email>guido@gvr.org</email></para> - </listitem> - - <listitem> - <para>Guy Harris <email>guy@auspex.com</email></para> - </listitem> - - <listitem> - <para>Havard Eidnes - <email>Havard.Eidnes@runit.sintef.no</email></para> - </listitem> - - <listitem> - <para>Herb Peyerl <email>hpeyerl@novatel.cuc.ab.ca</email></para> - </listitem> - - <listitem> - <para>Holger Veit <email>Holger.Veit@gmd.de</email></para> - </listitem> - - <listitem> - <para>Ishii Masahiro, R. Kym Horsell</para> - </listitem> - - <listitem> - <para>J.T. Conklin <email>jtc@cygnus.com</email></para> - </listitem> - - <listitem> - <para>Jagane D Sundar <email>jagane@netcom.com</email></para> - </listitem> - - <listitem> - <para>James Clark <email>jjc@jclark.com</email></para> - </listitem> - - <listitem> - <para>James Jegers <email>jimj@miller.cs.uwm.edu</email></para> - </listitem> - - <listitem> - <para>James W. Dolter</para> - </listitem> - - <listitem> - <para>James da Silva <email>jds@cs.umd.edu</email> et al</para> - </listitem> - - <listitem> - <para>Jay Fenlason <email>hack@datacube.com</email></para> - </listitem> - - <listitem> - <para>Jim Wilson <email>wilson@moria.cygnus.com</email></para> - </listitem> - - <listitem> - <para>Jörg Lohse - <email>lohse@tech7.informatik.uni-hamburg.de</email></para> - </listitem> - - <listitem> - <para>Jörg Wunsch - <email>joerg_wunsch@uriah.heep.sax.de</email></para> - </listitem> - - <listitem> - <para>John Dyson</para> - </listitem> - - <listitem> - <para>John Woods <email>jfw@eddie.mit.edu</email></para> - </listitem> - - <listitem> - <para>Jordan K. Hubbard <email>jkh@whisker.hubbard.ie</email></para> - </listitem> - - <listitem> - <para>Julian Elischer <email>julian@dialix.oz.au</email></para> - </listitem> - - <listitem> - <para>Julian Stacey <email>jhs@FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Karl Dietz <email>Karl.Dietz@triplan.com</email></para> - </listitem> - - <listitem> - <para>Karl Lehenbauer <email>karl@NeoSoft.com</email> - <email>karl@one.neosoft.com</email></para> - </listitem> - - <listitem> - <para>Keith Bostic <email>bostic@toe.CS.Berkeley.EDU</email></para> - </listitem> - - <listitem> - <para>Ken Hughes</para> - </listitem> - - <listitem> - <para>Kent Talarico <email>kent@shipwreck.tsoft.net</email></para> - </listitem> - - <listitem> - <para>Kevin Lahey <email>kml%rokkaku.UUCP@mathcs.emory.edu</email> - <email>kml@mosquito.cis.ufl.edu</email></para> - </listitem> - - <listitem> - <para>Marc Frajola <email>marc@dev.com</email></para> - </listitem> - - <listitem> - <para>Mark Tinguely <email>tinguely@plains.nodak.edu</email> - <email>tinguely@hookie.cs.ndsu.NoDak.edu</email></para> - </listitem> - - <listitem> - <para>Martin Renters <email>martin@tdc.on.ca</email></para> - </listitem> - - <listitem> - <para>Michael Clay <email>mclay@weareb.org</email></para> - </listitem> - - <listitem> - <para>Michael Galassi <email>nerd@percival.rain.com</email></para> - </listitem> - - <listitem> - <para>Mike Durkin <email>mdurkin@tsoft.sf-bay.org</email></para> - </listitem> - - <listitem> - <para>Naoki Hamada <email>nao@tom-yam.or.jp</email></para> - </listitem> - - <listitem> - <para>Nate Williams <email>nate@bsd.coe.montana.edu</email></para> - </listitem> - - <listitem> - <para>Nick Handel <email>nhandel@NeoSoft.com</email> - <email>nick@madhouse.neosoft.com</email></para> - </listitem> - - <listitem> - <para>Pace Willisson <email>pace@blitz.com</email></para> - </listitem> - - <listitem> - <para>Paul Kranenburg <email>pk@cs.few.eur.nl</email></para> - </listitem> - - <listitem> - <para>Paul Mackerras <email>paulus@cs.anu.edu.au</email></para> - </listitem> - - <listitem> - <para>Paul Popelka <email>paulp@uts.amdahl.com</email></para> - </listitem> - - <listitem> - <para>Peter da Silva <email>peter@NeoSoft.com</email></para> - </listitem> - - <listitem> - <para>Phil Sutherland - <email>philsuth@mycroft.dialix.oz.au</email></para> - </listitem> - - <listitem> - <para>Poul-Henning Kamp<email>phk@FreeBSD.org</email></para> - </listitem> - - <listitem> - <para>Ralf Friedl <email>friedl@informatik.uni-kl.de</email></para> - </listitem> - - <listitem> - <para>Rick Macklem <email>root@snowhite.cis.uoguelph.ca</email></para> - </listitem> - - <listitem> - <para>Robert D. Thrush <email>rd@phoenix.aii.com</email></para> - </listitem> - - <listitem> - <para>Rodney W. Grimes <email>rgrimes@cdrom.com</email></para> - </listitem> - - <listitem> - <para>Sascha Wildner <email>swildner@channelz.GUN.de</email></para> - </listitem> - - <listitem> - <para>Scott Burris <email>scott@pita.cns.ucla.edu</email></para> - </listitem> - - <listitem> - <para>Scott Reynolds <email>scott@clmqt.marquette.mi.us</email></para> - </listitem> - - <listitem> - <para>Sean Eric Fagan <email>sef@kithrup.com</email></para> - </listitem> - - <listitem> - <para>Simon J Gerraty <email>sjg@melb.bull.oz.au</email> - <email>sjg@zen.void.oz.au</email></para> - </listitem> - - <listitem> - <para>Stephen McKay <email>syssgm@devetir.qld.gov.au</email></para> - </listitem> - - <listitem> - <para>Terry Lambert <email>terry@icarus.weber.edu</email></para> - </listitem> - - <listitem> - <para>Terry Lee <email>terry@uivlsi.csl.uiuc.edu</email></para> - </listitem> - - <listitem> - <para>Tor Egge <email>Tor.Egge@idi.ntnu.no</email></para> - </listitem> - - <listitem> - <para>Warren Toomey <email>wkt@csadfa.cs.adfa.oz.au</email></para> - </listitem> - - <listitem> - <para>Wiljo Heinen <email>wiljo@freeside.ki.open.de</email></para> - </listitem> - - <listitem> - <para>William Jolitz <email>withheld</email></para> - </listitem> - - <listitem> - <para>Wolfgang Solfrank <email>ws@tools.de</email></para> - </listitem> - - <listitem> - <para>Wolfgang Stanglmeier <email>wolf@dentaro.GUN.de</email></para> - </listitem> - - <listitem> - <para>Yuval Yarom <email>yval@cs.huji.ac.il</email></para> - </listitem> - </itemizedlist> - </sect1> -</chapter> - -<!-- - Local Variables: - mode: sgml - sgml-declaration: "../chapter.decl" - sgml-indent-data: t - sgml-omittag: nil - sgml-always-quote-attributes: t - sgml-parent-document: ("../handbook.sgml" "part" "chapter") - End: ---> - diff --git a/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml b/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml index 8e69fe94a9..cfab29891b 100644 --- a/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml +++ b/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml @@ -5621,6 +5621,11 @@ </listitem> <listitem> + <para>Sergei Kolobov + <email>sergei@kolobov.com</email></para> + </listitem> + + <listitem> <para>Sergei S. Laskavy <email>laskavy@pc759.cs.msu.su</email></para> </listitem> diff --git a/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml b/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml index 21561615d9..c6b55389d1 100644 --- a/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml +++ b/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml @@ -555,10 +555,6 @@ </listitem> <listitem> - <para>&a.sergei;</para> - </listitem> - - <listitem> <para>&a.motoyuki;</para> </listitem> diff --git a/en_US.ISO8859-1/share/sgml/authors.ent b/en_US.ISO8859-1/share/sgml/authors.ent index 8501ab619c..64e1363b8f 100644 --- a/en_US.ISO8859-1/share/sgml/authors.ent +++ b/en_US.ISO8859-1/share/sgml/authors.ent @@ -664,8 +664,6 @@ <!ENTITY a.semenu "Semen Ustimenko <email>semenu@FreeBSD.org</email>"> -<!ENTITY a.sergei "Sergei Kolobov <email>sergei@FreeBSD.org</email>"> - <!ENTITY a.sf "Satsuki FUJISHIMA <email>sf@FreeBSD.org</email>"> <!ENTITY a.shafeeq "Shafeeq Sinnamohideen <email>shafeeq@FreeBSD.org</email>"> diff --git a/ja_JP.eucJP/books/handbook/multimedia/Makefile b/ja_JP.eucJP/books/handbook/multimedia/Makefile deleted file mode 100644 index 2487a8c522..0000000000 --- a/ja_JP.eucJP/books/handbook/multimedia/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# -# Build the Handbook with just the content from this chapter. -# -# $FreeBSD$ -# -# Original revision: 1.1 - -CHAPTERS= sound/chapter.sgml - -VPATH= .. - -MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} - -DOC_PREFIX?= ${.CURDIR}/../../../.. - -.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/multimedia/chapter.sgml b/ja_JP.eucJP/books/handbook/multimedia/chapter.sgml deleted file mode 100644 index 5ded4d2497..0000000000 --- a/ja_JP.eucJP/books/handbook/multimedia/chapter.sgml +++ /dev/null @@ -1,397 +0,0 @@ -<!-- - The FreeBSD Documentation Project - The FreeBSD Japanese Documentation Project - - Original revision: 1.16 - $FreeBSD$ ---> - -<chapter id="sound"> - <chapterinfo> - <authorgroup> - <author> - <firstname>Moses</firstname> - <surname>Moore</surname> - <contrib>���</contrib> - </author> - </authorgroup> - <!-- 20 November 2000 --> - </chapterinfo> - - <title>�������</title> - - <sect1> - <title>���ξϤǤ�</title> - - <para>FreeBSD �Ϥ��ʤ��Υ���ԥ塼�����鸶������¤ʺ�����ڤ��ि��Ρ� - ��¿���μ���Υ�����ɥ����ɤݡ��Ȥ��Ƥ��ޤ��� - ����ˤ�ꡢMPEG Audio Layer 3 (MP3) �� WAV��Ogg Vorbis �ʤɤ� - ���ڤ�Ͽ�����������������Ǥ���褦�ˤʤ�ޤ��� - �ä��� FreeBSD Ports ���쥯�����ˤϡ����ʤ���Ͽ���������ڤ� - �Խ������ꡢ�������̤�ä����ꡢ��³���줿 MIDI ��������椷���� - ���뤿��Υ��ץꥱ������ޤޤ�Ƥ��ޤ���</para> - -<!-- XXX we need to talk about ripping MP3s here. --> - - <para>���ξϤ��ɤ�С��ʲ��Τ��Ȥ��Τ뤳�Ȥ��Ǥ��ޤ�:</para> - <itemizedlist> - <listitem><para>������ɥ����ɤȡ��뤹����ˡ</para></listitem> - <listitem><para>�����ƥ�����ꤷ�ƥ�����ɥ����ɤ�ǧ����������ˡ - </para></listitem> - <listitem><para>����ץ륢�ץꥱ�����������Ѥ��ƥ�����ɥ����ɤ� - ���ޤ�ư���Ƥ��뤫�ɤ�����ƥ��Ȥ�����ˡ</para></listitem> - <listitem><para>������ɴ�Ϣ������Υȥ�֥륷�塼����ˡ - </para></listitem> - </itemizedlist> - - <para>���ξϤ��ɤ����ˡ��ʲ��Τ��Ȥ����Ƥ���ɬ�פ�����ޤ�:</para> - - <itemizedlist> - <listitem><para>�����������ͥ�����ꤷ�ƥ��ȡ��뤹����ˡ (<xref - linkend="kernelconfig">)</para></listitem> - </itemizedlist> - </sect1> - - <sect1> - <title>�������ǥХ����γ�ǧ</title> - - <indexterm><primary>PCI</primary></indexterm> - <indexterm><primary>ISA</primary></indexterm> - <indexterm><primary>������ɥ�����</primary></indexterm> - <para>�����Ϥ�������ˡ����ʤ������äƤ��륫���ɤΥ�ǥ롢 - ���Υ����ɤ����Ѥ��Ƥ�����åס������� PCI��ISA - �ɤ���Υ����ɤʤΤ����ǧ����ɬ�פ�����ޤ��� - FreeBSD �ϡ����ޤ��ޤ� PCI ����� ISA �Υ����ɤݡ��Ȥ��Ƥ��ޤ��� - �⤷���ʤ��Υ����ɤ����Υꥹ�Ȥ�̵�����ϡ� - &man.pcm.4; �Υޥ˥奢��ڡ������ǧ���Ƥ��������� - ����ϴ����ʥꥹ�ȤǤϤ���ޤ��� - �ɤ��Ȥ��Ƥ��륫���ɤ����������ޤޤ�Ƥ��ޤ���</para> - - <itemizedlist> - <listitem> - <para>Crystal 4237��4236��4232��4231</para> - </listitem> - - <listitem> - <para>��ޥ� OPL-SAx</para> - </listitem> - - <listitem> - <para>OPTi931</para> - </listitem> - - <listitem> - <para>Ensoniq AudioPCI 1370/1371</para> - </listitem> - - <listitem> - <para>ESS Solo-1/1E</para> - </listitem> - - <listitem> - <para>NeoMagic 256AV/ZX</para> - </listitem> - - <listitem> - <para>Sound Blaster Pro��16��32��AWE64��AWE128��Live</para> - </listitem> - - <listitem> - <para>Creative ViBRA16</para> - </listitem> - - <listitem> - <para>Advanced Asound 100��110������� Logic ALS120</para> - </listitem> - - <listitem> - <para>ES 1868��1869��1879��1888</para> - </listitem> - - <listitem> - <para>Gravis UltraSound</para> - </listitem> - - <listitem> - <para>Aureal Vortex 1 ����� 2</para> - </listitem> - </itemizedlist> - - <indexterm> - <primary>�����ͥ�</primary> - <secondary>����ե����졼�����</secondary> - </indexterm> - <para>�����ͥ���ǻ��Ѥ���ɥ饤�Фϡ� - ���Ѥ��륫���ɤμ���ˤ�äưۤʤ�ޤ��� - ������Ǥϡ������ξܤ�������ȡ� - <link linkend="kernelconfig">�����ͥ륳��ե����졼�����ե�����</link>�� - �����ɲä�����ɤ��Τ��ˤĤ����������ޤ���</para> - - <sect2> - <title>Creative��Advance������� ESS ����������ɥ�����</title> - - <para>�����Υ����ɤ���Ѥ�����ϡ� - �����ͥ륳��ե����졼�����ե�����˰ʲ���������ɲä��ޤ���</para> - - <programlisting>device pcm</programlisting> - - <para>PnP �� ISA �����ɤ���Ѥ�����ϡ������</para> - - <programlisting>device sbc</programlisting> - - <para>��ä��Ƥ��������� - PnP �ǤϤʤ� ISA �Υ����ɤ���Ѥ�����ϡ�</para> - - <programlisting>device pcm</programlisting> - - <para>��</para> - - <programlisting>device sbc0 at isa? port0x220 irq 5 drq 1 flags 0x15</programlisting> - - <para>��ä��ޤ��� - ������ɸ�������ˤ��碌����ΤǤ��Τǡ� - IRQ �ʤɤ������ɬ�פ˱������ѹ�����ɬ�פ�����ޤ��� - �ޤ�������ξܺ٤ˤĤ��Ƥϡ�&man.sbc.4; - �Υޥ˥奢��ڡ����Ȥ��Ƥ���������</para> - - <note> - <para>�ѥå���Ŭ�Ѥ��Ƥ��ʤ� FreeBSD 4.0 �� - Sound Blaster Live ���б����Ƥ��ޤ��� - �ޤ�������ʸ��ǤϤ���������ˡ�ˤĤ��Ƥϰ����ޤ��� - ���Υ����ɤ���Ѥ������ˡ��ǿ��� -STABLE - �˥��åץǡ��Ȥ���褦�ˤ��Ƥ���������</para> - </note> - </sect2> - - <sect2> - <title>Gravis ���� UltraSound ������</title> - - <para>PnP �� ISA �����ɤ���Ѥ���ˤϡ� - �����ͥ륳��ե����졼�����ե�����˼��� - 2 �Ĥ�������ɲä��ޤ���</para> - - <programlisting>device pcm</programlisting> - - <programlisting>device gusc</programlisting> - - <para>PnP �ǤϤʤ� ISA �����ɤξ��ˤϡ�</para> - - <programlisting>device pcm</programlisting> - - <para>��</para> - - <programlisting>device gus0 at isa? port 0x220 irq 5 drq 1 flags 0x13</programlisting> - - <para>��ä��ޤ��� - IRQ �ʤɤ������ɬ�פ˱������ѹ�����ɬ�פ�����ޤ��� - �ޤ�������ξܺ٤ˤĤ��Ƥϡ�&man.gusc.4; - �Υޥ˥奢��ڡ����Ȥ��Ƥ���������</para> - </sect2> - - <sect2> - <title>Crystal ����������ɥ�����</title> - - <para>Crystal �����Υ����ɤ���Ѥ�����ϡ� - �����ͥ륳��ե����졼�����ե������</para> - - <programlisting>device pcm</programlisting> - - <para>��</para> - - <programlisting>device csa</programlisting> - - <para>��ξ����ɬ�פǤ���</para> - </sect2> - - <sect2> - <title>����Ū�ʥ����ɤΥ��ݡ���</title> - - <para>PnP ISA �����ɤ� PCI �����ɤ���Ѥ�����ϡ�</para> - - <programlisting>device pcm</programlisting> - - <para>���ͥ륳��ե����졼�����ե�������ɲä��ޤ��� - �֥�å��ɥ饤�Ф�����ʤ���PnP ���б��� ISA - �����ɤξ��ϡ�</para> - - <programlisting>device pcm0 at isa? irq 10 drq 1 flags 0x0</programlisting> - - <para>��ä��ޤ��� - IRQ �ʤɤ�����ϡ� - �ϡ��ɥ�����������˹礦�褦��ɬ�פ˱������ѹ����Ƥ���������</para> - </sect2> - </sect1> - - <sect1> - <title>�����ͥ�κƹ���</title> - - <para>ɬ�פ�������ͥ륳��ե����졼�����ե�������ɲä����顢 - �����ͥ��ƹ��ۤ��ޤ��� - �ܺ٤ˤĤ��Ƥϥϥ�ɥ֥å���<xref linkend="kernelconfig-building">�Ȥ��Ƥ���������</para> - </sect1> - - <sect1> - <title>�ǥХ����Ρ��ɤκ����ȥƥ���</title> - - <indexterm><primary>�ǥХ����Ρ���</primary></indexterm> - <para>�Ƶ�ư�����塢�������� <command>cat /dev/sndstat</command> - ��¹Ԥ��ޤ�������ȡ��ʲ��Τ褦�˽��Ϥ����Ϥ��Ǥ���</para> - - <programlisting>FreeBSD Audio Driver (newpcm) Sep 21 2000 18:29:53 -Installed devices: -pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels duplex)</programlisting> - - <para>���顼��å����������Ϥ������ϡ� - ���ޤǤμ��Τɤ������ְ�äƤ��ޤ��� - �����ͥ륳��ե����졼�����ե������⤦���ٸ�ľ���ơ� - �������ǥХ��������Ƥ��뤫�ɤ�����ǧ���Ƥ���������</para> - - <para>���顼�����Ϥ��줺�� <devicename>pcm0</devicename> - �����Ϥ��줿���ϡ� - <command>su</command> ���ޥ�ɤ� - <username>root</username> �ˤʤꡢ - ���Τ褦�˼¹Ԥ��ޤ���</para> - - <screen>&prompt.root; <userinput>cd /dev</userinput> -&prompt.root; <userinput>sh MAKEDEV snd0</userinput></screen> - - <para>���顼�����Ϥ��줺�� <devicename>pcm1</devicename> - �����Ϥ��줿���ϡ� - <command>su</command> ���ޥ�ɤ� - <username>root</username> �ˤʤꡢ - ���Τ褦�˼¹Ԥ��ޤ���</para> - - <screen>&prompt.root; <userinput>cd /dev</userinput> -&prompt.root; <userinput>sh MAKEDEV snd1</userinput></screen> - - <para>��Υ��ޥ�ɤϤɤ���⡢ - <devicename>/dev/snd</devicename> �Ȥ��� - �ǥХ��������������<emphasis>�ǤϤʤ�</emphasis>�Ȥ����������դ��Ƥ�������! - ����������ˡ� - ���Τ褦��ʣ���ΥǥХ����Ρ��ɤ�������ޤ���</para> - - <informaltable frame="none"> - <tgroup cols="2"> - <thead> - <row> - <entry>�ǥХ���</entry> - <entry>����</entry> - </row> - </thead> - - <tbody> - <row> - <entry><devicename>/dev/audio</devicename></entry> - <entry>SPARC �ߴ������ǥ����ǥХ���</entry> - </row> - - <row> - <entry><devicename>/dev/dsp</devicename></entry> - <entry>(����: 8 �ӥåȤ�) ����ץ���벻���ǥХ���</entry> - </row> - - <row> - <entry><devicename>/dev/dspW</devicename></entry> - <entry><devicename>/dev/dsp</devicename>��Ʊ�͡� - ����������ץ�� 16 �ӥåȡ�</entry> - </row> - - <row> - <entry><devicename>/dev/midi</devicename></entry> - <entry>Raw MIDI ���������ǥХ���</entry> - </row> - - <row> - <entry><devicename>/dev/mixer</devicename></entry> - <entry>����ȥ�����ݡ��ȥߥ������ǥХ���</entry> - </row> - - <row> - <entry><devicename>/dev/music</devicename></entry> - <entry>��٥� 2 ���������ե�����</entry> - </row> - - <row> - <entry><devicename>/dev/sequencer</devicename></entry> - <entry>�������ǥХ���</entry> - </row> - - <row> - <entry><devicename>/dev/pss</devicename></entry> - <entry>�ץ�������ǽ�ʥǥХ������ե�����</entry> - </row> - </tbody> - </tgroup> - </informaltable> - - <para>���٤Ƥ��ޤ��Ԥ��С� - ������ɥ����ɤε�ǽ����Ѥ��뤳�Ȥ��Ǥ��ޤ��� - ���ޤ��Ԥ��ʤ����ϡ��������������������</para> - </sect1> - - <sect1> - <title>�褯��������</title> - - <qandaset> - <indexterm><primary>�ǥХ����Ρ���</primary></indexterm> - <qandaentry> - <question> - <para>unsupported subdevice XX error ���Фޤ���!</para> - </question> - - <answer> - <para>�����Ĥ��ΥǥХ����Ρ��ɤ���������������Ƥ��ޤ��� - ����μ���⤦���٤�äƤߤƤ���������</para> - </answer> - </qandaentry> - - <indexterm><primary>I/O �ݡ���</primary></indexterm> - <qandaentry> - <question> - <para>sb_dspwr(XX) timed out error ���Фޤ���!</para> - </question> - - <answer> - <para>I/O �ݡ��Ȥ����������ꤵ��Ƥ��ޤ���</para> - </answer> - </qandaentry> - - <indexterm><primary>IRQ</primary></indexterm> - <qandaentry> - <question> - <para>bad irq XX error ���Фޤ���!</para> - </question> - - <answer> - <para>IRQ �����������ꤵ��Ƥ��ޤ��� - �����ͥ륳��ե����졼�����ե�������� - IRQ ������ȡ� - ������ɥ����ɤ� IRQ �����꤬Ʊ���Ǥ��뤫��ǧ���Ƥ���������</para> - </answer> - </qandaentry> - - <qandaentry> - <question> - <para><errorname>xxx: gus pcm not attached, out of memory</errorname> �Ȥ������顼���Фޤ��� - �����������ΤǤ��礦��?</para> - </question> - - <answer> - <para>����ϡ� - �ǥХ�������Ѥ��뤿���ɬ�פʥ��꤬���ݤǤ��ʤ�����ɽ������ޤ���</para> - </answer> - </qandaentry> - </qandaset> - </sect1> -</chapter> - -<!-- - Local Variables: - mode: sgml - sgml-declaration: "../chapter.decl" - sgml-indent-data: t - sgml-omittag: nil - sgml-always-quote-attributes: t - sgml-parent-document: ("../book.sgml" "part" "chapter") - End: ---> diff --git a/ja_JP.eucJP/man/man1/gtar.1 b/ja_JP.eucJP/man/man1/gtar.1 deleted file mode 100644 index dd06c3dc75..0000000000 --- a/ja_JP.eucJP/man/man1/gtar.1 +++ /dev/null @@ -1,597 +0,0 @@ -.\" Copyright (c) 1991, 1992, 1993 Free Software Foundation -*- nroff -*- -.\" See /usr/src/gnu/COPYING for conditions of redistribution -.\" -.\" Written by John F. Woods <jfw@jfwhome.funhouse.com> -.\" Updated by Robert Eckardt <roberte@mep.ruhr-uni-bochum.de> -.\" -.\" %FreeBSD: src/gnu/usr.bin/tar/tar.1,v 1.43 2002/12/12 17:25:52 ru Exp % -.\" -.\" $FreeBSD$ -.Dd December 23, 2000 -.Os -.Dt TAR 1 -.Sh ̾�� -.Nm tar -.Nd "�ơ��ץ���������; ""tar"" ���������֥ե���������" -.Sh �� -.Nm -.Op Oo Fl Oc Ns Ar bundled-options Ar Args -.Op Ar gnu-style-flags -.Op Ar filenames | Fl C Ar directory-name -.Ar ... -.Sh ���� -.Nm -�ϡ����Ū����ͳ�ˤ�� -.Dq tape archiver -���ά����̾�դ����ޤ����� -.Nm -�ץ������ϡ� -.Ar tarfile -�ȸƤФ�� -.Nm -�ե����ޥåȤΥ��������֥ե����������������������֤˥ե�������ɲä����ꡢ -�ޤ����������֤���ե��������Ф����ꤷ�ޤ��� -.Ar tarfile -���̾G���ơ��פ�ؤ��ޤ������ե��åԥǥ������åȤ� -�̾�Υե�����Ǥ���ޤ��� -.Pp -�̾ -.Nm -���ޥ�ɥ饤��κǽ�ΰ����ϡ���ǽʸ������ӵ�ǽ�ѹ�ʸ������ʤ�ñ��Ǥ��ꡢ -�������� ���å��� (-) ���դ��Ƥ��դ��ʤ��Ƥ⤤���褦�ˤʤäƤ��ޤ��� -ñ��ˤϡ����ε�ǽʸ���Τ������� 1 �Ĥ�ޤ�Ǥ���ɬ�פ�����ޤ�: -.Cm A , -.Cm c , -.Cm d , -.Cm r , -.Cm t , -.Cm u , -.Cm x , -�����Ϥ��줾�졢 -.Em �ɲ� (append) -�� -.Em ���� (create) -�� -.Em ��ʬ (difference) -�� -.Em �ִ� (replace) -�� -.Em �ꥹ��ɽ�� (table of contents) -�� -.Em ���� (update) -�� -.Em ��� (extract) -���̣���Ƥ��ޤ� (�����˾ܺ٤�����ޤ�)�� -������¾�ˡ��ʲ��˾ܺ٤�Ҥ٤뵡ǽ�ѹ�ʸ�����ޥ��ñ��� -�ޤ�뤳�Ȥ��Ǥ��ޤ��������Τ����Ĥ��ϡ����ޥ��ñ�����Ʊ����� -���ޥ�ɥ饤��������ᤷ�ޤ� ( -.Sx ������ -�����)�� -��ǽʸ���ȵ�ǽ�ѹ�ʸ���ϡ�GNU �����ΰ����ǻ��ꤹ�뤳�Ȥ�Ǥ��ޤ� -(2 �ĤΥ��å����ǽ���դ���1 �ĤΥ��ޥ��ñ�줴�Ȥ˵�ǽʸ���� -��ǽ�ѹ�ʸ���� 1 �Ĥ������ꤹ��)�� -���������֤ؤ��ɲá����������֤������С������ƥꥹ��ɽ���Τ���� -���ޥ�ɥ饤����ꤹ��ե�����̾�ˤϡ� -������Υѥ�����ޥå�ʸ�������Ѥ��뤳�Ȥ��Ǥ��ޤ��� -.Sh ��ǽ -�ʲ��ε�ǽ�Τ����줫 1 �Ĥ�����ɬ�����ꤹ��ɬ�פ�����ޤ��� -.Pp -.Bl -tag -width "--concatenate" -compact -.It Fl A -.It Fl -catenate -.It Fl "-concatenate" -���ꤵ�줿 ( -.Nm -���������ַ�����) �ե������ tar ���������֤����� -���ɲä��ޤ� (�ɲä������θŤ� end-of-archive �֥��å��Ϻ���� -��ޤ�)�� -����ϡ����ꤵ�줿�ե����뤬���������֤���� 1 �ե�����Ȥʤ�Τ� -�Ϥʤ������ꤷ���ե��������˴ޤޤ�Ƥ���ե�����ǽ�˻��� -�������������֤��ɲä���Ȥ������̤�����ޤ��� -.Em �� : -���Υ��ץ����� -.Ar tarfile -��ƽ��ߤ���ɬ�פ����뤿�ᡢ1/4 -����������ȥ�å��ơ��פǤ�ư��ޤ��� -.It Fl c -.It Fl -create -���������������֤�������� (�⤷���ϸŤ����Ƥ��ڤ�ΤƤ�)������ -���줿�ե�����������֤˽��ߤޤ��� -.It Fl d -.It Fl -diff -.It Fl -compare -���������֤���Υե�����ȡ��������������ե����륷���ƥ���� -�ե�����Ȥΰ㤤��Ĵ�����ޤ��� -.It Fl -delete -���ꤵ�줿�ե�����������֤��������ޤ� -(1/4 ������ơ��פǤ�ư��ޤ���)�� -.It Fl r -.It Fl -append -���������֤������˥ե�������ɲä��ޤ� -(1/4 ������ơ��פǤ�ư��ޤ���)�� -.It Fl t -.It Fl -list -�������������ƤΥꥹ��ɽ���ޤ����⤷�����Ȥ��� -.Ar filename -�����ꤵ��Ƥ���С����Υե�����������ꥹ��ɽ������ޤ��� -�����Ǥʤ���С����������֤˴ޤޤ�뤹�٤ƤΥե�����ꥹ�Ȥ�ɽ������ޤ��� -.It Fl u -.It Fl -update -���ꤷ���ե�����Τ�����������������Υե��������ǥ�������� -�ե�������ѹ����郎��������Τ������ɲä��ޤ���1/4 ������ơ��� -�Ǥ�ư��ޤ��� -.It Fl x -.It Fl -extract -.It Fl -get -���������֤���ե��������Ф��ޤ�����ǽ�ʤ�С���ͭ�ԡ� -�ѹ�����ե�����°���ϥꥹ�ȥ�����ޤ����⤷ -.Ar file -���������ꤵ��Ƥ��ʤ���С�����������������ե����뤬��Ф���ޤ��� -�⤷ -.Ar filename -�������ơ���Υǥ��쥯�ȥ�̾�˥ޥå����Ƥ���С����Υǥ��쥯�ȥ�� -�ǥ��쥯�ȥ���Υե����뤬��Ф���ޤ� (�ǥ��쥯�ȥ���� -���٤ƤΥǥ��쥯�ȥ�ˤĤ��Ƥ�Ʊ�ͤ���Ф���ޤ�)�� -�⤷������������ˡ���������Ʊ���ե����뤬ʣ���ޤޤ�Ƥ���� (�嵭�� -.Fl -append -���ޥ�ɤ�)���Ǹ�˴ޤޤ�Ƥ����Τ�¾�Τ��٤ƤΥե������ -����������Ф���ޤ��� -.El -.Sh ���ץ���� -.Nm -��¾�Υ��ץ����ϡ��Ȥ߹�碌�ƻ��Ѥ��뤳�Ȥ��Ǥ��ޤ��� -1 ʸ�����ץ����ϡ����ޥ��ñ�����ǻ��ꤹ�뤳�Ȥ��Ǥ��ޤ��� -������Ϳ����٤����ץ����ξ�硢���ץ�����³���ư�������ꤷ -�ޤ���1 ʸ�����ץ����Ǥ���С������³�����ޥ�ɥ饤������� -���Ѥ��ޤ� (�ʲ��� -.Sx ������ -�Ȥ��Ƥ�������)�� -.Pp -.Bl -tag -width "--preserve-permissions" -compact -.It Fl -help -.Nm -�Τ��٤ƤΥ��ޥ�ɥ��ץ����ˤĤ��ư����Ȳ����ɽ�����ޤ��� -.It Fl -atime-preserve -�ơ��פ˽�Ƥ��롢�ե�����Υ������������ꥹ�ȥ����ޤ��� -(inode ���ѹ����郎�ѹ�����뤳�Ȥ����դ��Ƥ�������!) -.It Fl b -.It Fl -block-size Ar number -�ɤ߽���֥��å��������� -.Ar number -* 512-byte �֥��å� �����ꤷ�ޤ��� -.It Fl B -.It Fl -read-full-blocks -û���ɤߤ����֥��å������ʥ֥��å��˺��Ȥ�Ω�Ƥ��ޤ� ( -.Bx 4.2 -�ѥ��פ��ɤ߹�����)�� -.It Fl C Ar directory -.It Fl -directory Ar directory -�Ĥ�ΰ���������������� -.Ar directory -�ذ�ư���ޤ��� -.It Fl -checkpoint -���������֤��ɤ߽���֤��ɤ߽����Хåե��ο���ɽ�����ޤ��� -.It Fl f Xo -.Oo Ar hostname : Oc Ns Ar file -.Xc -.It Fl -file Xo -.Oo Ar hostname : Oc Ns Ar file -.Xc -���ꤵ�줿 -.Ar file -(�ǥե���Ȥ� -.Pa /dev/sa0 ) -���ɤ߽��ޤ��� -�⤷ -.Ar hostname -�����ꤵ��Ƥ���С� -.Nm -�� -.Xr rmt 8 -��Ȥäơ���⡼�ȥޥ����� -.Ar file -���ɤ߽��ޤ��� -.Dq Ar - -�ϥե�����̾�Ȥ��ƻ��Ѥ���뤳�Ȥ⤢��ޤ����� -�����ɸ�����Ϥ����ɤ߽Ф����ꡢɸ����ϤؽФ����ꤹ�뤿��˻��Ѥ���ޤ��� -.It Fl -force-local -����������Ǥ��������������֥ե�����ϥ�������Τ�ΤȤ��ޤ��� -.It Fl F Ar file -.It Fl -info-script Ar file -.It Fl -new-volume-script Ar file -���줾��Υ��������֤�����ȡ�������ץȤ�¹Ԥ��ޤ� (���ۤ� -.Fl M -���꤬�Ԥʤ��ޤ�)�� -.It Fl -fast-read -�磻��ɥ����ɤǻ��ꤵ��Ƥ��ʤ����٤Ƥ���Х������åȤ� -������������˸��Ĥ��ä��顢���λ����ǽ�λ���ޤ��� -.It Fl G -.It Fl -incremental -�Ť� GNU-format ������Хå����åץե���������/�ꥹ��/��Ф��ޤ��� -.It Fl g Ar file -.It Fl -listed-incremental Ar file -������ GNU-format ������Хå����åץե������ -����/�ꥹ��/��Ф��ޤ��� -.It Fl h -.It Fl -dereference -����ܥ�å����ܥ�å��Τޤ��ߤޤ�����ܥ�å���� -�ؤ��Ƥ���ǡ�������ߤޤ��� -.It Fl i -.It Fl -ignore-zeros -���������֤���� 0 �֥��å� (�̾End-Of-File ���̣����) ��̵�뤷�ޤ��� -.It Fl -ignore-failed-read -�ե����뤬�ɤ�ʤ��Ƥ⡢�� 0 �Υ��ơ������� exit ���ޤ��� -.It Fl j -.It Fl y -.It Fl -bzip -.It Fl -bzip2 -.It Fl -bunzip2 -���������֤� -.Xr bzip2 1 -�ǥե��륿����ޤ��� -.It Fl k -.It Fl -keep-old-files -�ǥ�������˴��ˤ���ե�������ݻ����ޤ����Ĥޤꡢ���������֤��� -��Ф���ե�����ϡ��ǥ�������Υե�����ؾ���ޤ��� -.It Fl K Ar file -.It Fl -starting-file Ar file -���������֤���� -.Ar file -���� (��С��ꥹ�Ȥʤɤ�) �Ϥ�ޤ��� -.It Fl l -.It Fl -one-file-system -����ե����륷���ƥ���ˤ���ե���������ǥ��������֤�������ޤ� -(¾�ե����륷���ƥ�ؤΥޥ���ȥݥ���Ȥ�٤��ޤ���)�� -.It Fl L Ar number -.It Fl -tape-length Ar number -.Ar number -* 1024 �Х��Ƚ������ǥơ��פθ��ᤷ�ޤ��� -.It Fl m -.It Fl -modification-time -�ե�������ѹ��������Ф��ޤ��� -.It Fl M -.It Fl -multi-volume -�ޥ���ܥ�塼�ॢ�������֤����/�ꥹ��/��Ф��ޤ��� -.It Fl n -.It Fl -norecurse -�������˺Ƶ�Ū�˥��֥ǥ��쥯�ȥ���������ޤ��� -.It Fl -volno-file Ar file -�ܥ�塼���ֹ��դ��Υե�����̾�Ǥ��� -.It Fl N Ar date -.It Fl -after-date Ar date -.It Fl -newer Ar date -�������֤� -.Ar date -��꿷�����ե������������Ф��ޤ��� -.It Fl -newer-mtime Ar date -�ѹ����֤� -.Ar date -��꿷�����ե������������Ф��ޤ��� -.It Fl o -.It Fl -old-archive -.It Fl -portability -POSIX �ե����ޥåȤǤϤʤ���V7 �ե����ޥåȤΥ��������֤�������ޤ��� -.It Fl O -.It Fl -to-stdout -�ե������ɸ����Ϥ���Ф��ޤ��� -.It Fl p -.It Fl -same-permissions -.It Fl -preserve-permissions -�ݸ�����������Ф��ޤ��� -.It Fl -preserve -.Fl p s -�λ����Ʊ�����̤�����ޤ��� -.It Fl P -.It Fl -absolute-paths -�ե�����̾������Ƭ�� -.Ql / -��Ȥ�ޤ��� -.It Fl R -.It Fl -record-number -��å�������˥�����������Υ쥳�����ֹ��������ɽ�����ޤ��� -.It Fl -remove-files -���������֤��ɲä����ե�������ɲø�˺�����ޤ��� -.It Fl s -.It Fl -same-order -.It Fl -preserve-order -�����������⤫����Ф���ե�������ꤵ�줿��Τޤޤˤ��ޤ��� -.It Fl -show-omitted-dirs -���������ֺ�����˽������줿�ǥ��쥯�ȥ��ɽ�����ޤ��� -.It Fl S -.It Fl -sparse -.Dq �¤� -�ե�������ΨŪ�˰����褦�ˤ��ޤ��� -.It Fl T Ar file -.It Fl I Ar file -.It Fl -files-from Ar file -.Ar file -������Ф⤷���Ϻ�������ե�����̾�����ޤ� (1 �� 1 �ե�����̾)�� -.It Fl -null -null �ǽ���äƤ���̾�����θ���� -.Fl T -�ο�����ѹ����ޤ��� -����� -.Fl C -�����̵���ˤ��ޤ��� -.It Fl -totals -.Fl -create -�ˤ�äƽ줿���Х��ȿ���ɽ�����ޤ��� -.It Fl U -.It Fl -unlink -.It Fl -unlink-first -�ե����������������ˡ����ä��������ޤ��� -.It Fl v -.It Fl -verbose -.Fl -create -�ǥ��������֤˽ե������ -.Fl -extract -�ǥ��������֤��� -���Ф��ե�����̾��ꥹ��ɽ�����ޤ��� -�ե�������ݸ�����ե�����̾�ȤȤ��ɽ��������ˤϡ� -.Fl -list -��Ȥ��ޤ��� -.It Fl V Ar volume-name -.It Fl -label Ar volume-name -���ꤵ�줿 -.Ar volume-name -����ä����������֤�������ޤ��� -.It Fl -version -.Nm -�ץ������ΥС�������ֹ��ɽ�����ޤ��� -.It Fl w -.It Fl -interactive -.It Fl -confirmation -���٤Ƥ�ư����Ф��ơ���ǧ�����褦�ˤʤ�ޤ��� -.It Fl W -.It Fl -verify -���������֤������塢�٥�ե������ߤޤ��� -.It Fl -exclude Ar pattern -.Ar pattern -�˥ޥå�����ե������������ޤ� -(��Ф��ޤ����ɲä��ޤ��ꥹ��ɽ�����ޤ���)�� -.It Fl X Ar file -.It Fl -exclude-from Ar file -.Ar file -�˰�������Ƥ���ե������������ޤ��� -.It Fl Z -.It Fl -compress -.It Fl -uncompress -���������֤� -.Xr compress 1 -�ǥե��륿����ޤ��� -.It Fl z -.It Fl -gzip -.It Fl -gunzip -���������֤� -.Xr gzip 1 -�ǥե��륿����ޤ��� -.It Fl -use-compress-program Ar program -���������֤� -.Ar program -�ǥե��륿����ޤ� -(����ϡ� -.Fl d -�����ꤵ�줿�Ȥ��� -.Dq decompress -���̣���ʤ���Фʤ�ޤ���)�� -.It Fl -block-compress -�ơ��פ⤷���ϥե��åԤΤ���ˡ����̥ץ������ν��Ϥ�֥��å� -�����ޤ� (�������ʤ��ȡ��֥��å�Ĺ�����������ʤꡢ�ǥХ����ɥ饤�Ф� -���Υ֥��å�����䤹��Ǥ��礦)�� -.It Fl Xo -.Op Cm 0 Ns - Ns Cm 7 Ns -.Op Cm lmh -.Xc -�ơ��ץɥ饤�֤�̩�٤���ꤷ�ޤ��� -.El -.Sh �Ķ� -�Ķ��ѿ� -.Ev TAR_OPTIONS -�� -.Nm -�Υǥե���ȥ��ץ������ݻ������뤳�Ȥ���ǽ�Ǥ��� -�����Υ��ץ����Ϻǽ�˲�ᤵ��ޤ��Τǡ� -����Ū�ʥ��ޥ�ɥ饤��ѥ����Ǿ��ǽ�Ǥ��� -.Sh ������ -.Pa bert -�� -.Pa ernie -�Ȥ����ե������ޤࡢ -�֥��å��������� 20 �֥��å��Υ��������֤� -�ơ��ץɥ饤�� -.Pa /dev/sa0 -�˺��ˤϡ� -.Dl "tar cfb /dev/sa0 20 bert ernie" -�⤷���� -.Dl "tar --create --file /dev/sa0 --block-size 20 bert ernie" -�����Ϥ��ޤ��� -.Fl f -����� -.Fl b -�ե饰��ξ���Ȥ������ɬ�פȤ��Ƥ��뤳�Ȥ����դ��Ƥ��������� -���ΰ����ϡ����ޥ��ñ��˽�Ƥ���Τ�Ʊ������ǥ��ޥ�ɥ饤�� -��������ޤ��� -.Pp -.Pa /dev/sa0 -�ϥǥե���ȤΥǥХ����Ǥ��ꡢ20 �ϥǥե���ȤΥ֥��å� -�������Ǥ��Τǡ��嵭����ϼ��Τ褦��ñ�㲽�Ǥ��ޤ��� -.Dl "tar c bert ernie" -\&"backup.tar" �Ȥ������������֤��顢���٤Ƥ� C �������ڤӥإå��� -��Ф���ˤϡ����Τ褦�˥����פ��ޤ��� -.Pp -.Dl tar xf backup.tar '*.[ch]' -.Pp -�����뤬�����ȥǥ��쥯�ȥ���Υե�����̾��Ÿ�����ʤ��褦���ѥ������ -�������Ȥ��ʤ���Фʤ�ʤ����Ȥ����դ��Ƥ������� (������ -������ϥ�����������Υե���������˥����������뤳�ȤϤǤ��ޤ���)�� -.Pp -�ե�������ع�¤���ȥ��ԡ�����ˤϡ����Τ褦�˥��ޥ�ɤ���Ѥ��Ƥ�������: -.Bd -literal -tar cf - -C srcdir . | tar xpf - -C destdir -.Ed -.Pp -�ǥ������åȤˡ� -.Xr gzip 1 -��Ȥä����̥��������֤��������ˤϡ����� -�褦�ʥ��ޥ�ɥ饤���Ȥ��Ȥ����Ǥ��礦�� -.Dl "tar --block-compress -z -c -v -f /dev/fd1a -b 36 tar/" -.Pp -�ޤȤ����ե饰�� -.Fl - -��������Υե饰�ߤ����뤳�Ȥ��Ǥ��ʤ� -���Ȥ����դ��Ƥ������������Τ褦�˥����פ��ʤ���Фʤ�ʤ��櫓�� -�Ϥʤ����嵭�Τ褦�ʽ����� 1 ʸ���ե饰��Ȥ����Ȥ��Ǥ��ޤ��� -.Dl "tar --block-compress --gzip --verbose --file /dev/fd1a --block-size 20 tar/" -.Pp -��Τ褦�ˤ��ƺ��������ǥ����������Ƥϡ����Τ褦�ˤ���Хꥹ�� -ɽ���Ǥ��ޤ��� -.Pp -.Dl "tar tvfbz /dev/fd1a 36" -.Pp -2 �Ĥ� -.Nm -���������֤� 1 �ĤΥ��������֤ˤޤȤ��ˤϡ� -.Dl "tar Af archive1.tar archive2.tar" -��Ȥ��ޤ�����������ȡ� -.Pa archive2.tar -�˴ޤޤ�Ƥ���ե����뤬 -.Pa archive1.tar -���������ɲä���ޤ� (ñ��� -.Dl "cat archive2.tar >> archive1.tar" -�ȥ����פ��Ƥ⤦�ޤ������ʤ����Ȥ����դ��Ƥ����������ʤ��ʤ顢 -.Nm -���������֤������ˤ� end-of-file �֥��å������뤫��Ǥ�)�� -.Pp -.Pa srcdir -�ǥ��쥯�ȥ꤫�� 1997 ǯ 2 �� 9 �� 13:00 �ʹߤ��ѹ��줿 -���ƤΥե�����������֤��뤿��ˤϡ��ʲ��η�����ȤäƲ������� -.Dl "tar -c -f backup.tar --newer-mtime 'Feb 9 13:15 1997' srcdir/" -.Pp -¾�λ��ֻ�������Ȥ��Ƥϡ� -.Sq "02/09/97 13:15" , -.Sq "1997-02-09 13:15" , -.Sq "13:15 9 Feb 1997" , -.Sq "'9 Feb 1997 13:15" , -.Sq "Feb. 9, 1997 1:15pm" , -.Sq "09-Feb" , -.Sq "3 weeks ago" , -.Sq "May first Sunday" -������ޤ��� -�����������ॾ�������ꤹ�뤿��ˤϡ� -.Sq "13:15 CEST" -�� -.Sq "13:15+200" -����Ѥ��Ʋ������� -.Sh �Ķ��ѿ� -.Nm -�ץ������ϡ��ʲ��δĶ��ѿ��Ȥ��ޤ��� -.Bl -tag -width "POSIXLY_CORRECT" -.It Ev POSIXLY_CORRECT -�̾ -.Nm -�ϥե�����������˺����ä��ե饰��������ޤ��� -���δĶ��ѿ������ꤹ��ȡ� -.Nm -�Ϻǽ�Υե饰�ʳ��ΰ����Ĥ��� -�Ȥ���ʹߤΰ������Ф��ƥե饰������Ԥʤ�ʤ��Ȥ�����POSIX ���� -�˹�碌��ư���Ԥʤ��褦�ˤʤ�ޤ��� -.It Ev SHELL -���饯�ƥ��֥⡼�ɤˤ����ơ����֥�����ε�ư���ᤵ�줿�Ȥ��� -.Ev SHELL -�ѿ������ꤵ��Ƥ���Ф��줬�����ꤵ��Ƥ��ʤ���� -.Pa /bin/sh -�����Ѥ���ޤ��� -.It Ev TAPE -.Nm -�Υǥե���ȤΥơ��ץɥ饤�֤��ѹ����ޤ� (����ϡ������ -.Fl f -�ե饰�ˤ�ä��ѹ����뤳�Ȥ��Ǥ��ޤ�)�� -.It TAR_RSH -TAR_RSH �Ķ��ѿ��ϡ��ǥե���ȥ������ͥ�褷�ơ� -.Nm tar -�Υǡ���ž���˻��Ѥ���ޤ��� -.El -.Sh ��Ϣ�ե����� -.Bl -tag -width "/dev/sa0" -.It Pa /dev/sa0 -�ǥե���ȤΥơ��ץɥ饤�� -.El -.Sh �ߴ��� -.Fl y -�� FreeBSD �����ε�ǽ�Ǥ��� -GNU -.Nm -���ƥʤϡ� -.Fl j -�� GNU -.Nm -1.13.18 �ʹߤˤ���������� -.Xr bzip2 1 -���̥��ץ����Ȥ��ƺ��Ѥ��ޤ����� -.Fl I -���ץ����ϡ�Solaris �� -.Nm -�Ȥθߴ����Τ���ˤ���ޤ��� -.Sh ��Ϣ���� -.Xr bzip2 1 , -.Xr compress 1 , -.Xr gzip 1 , -.Xr pax 1 , -.Xr rmt 8 -.Sh ��� -.Nm -�ե����ޥåȤ�Ω�ɤ���ˤ���äƤ��ơ�Sixth Edition UNIX �� -����������ޤ��� -���� -.Nm -�μ����� GNU �����Ǥ��ꡢ -.An John Gilmore -�ˤ�äƽ줿 -�ѥ֥�å��ɥᥤ�� -.Nm -�����ˤʤäƤ��ޤ��� -.Sh ��� -.An -nosplit -���οͤ�ޤࡢ����¿���ο͡���[����������� -.Pa ChangeLog -�ե�����˵��Ҥ���Ƥ���͡�] -.An John Gilmore -(���ꥸ�ʥ�Υѥ֥�å��ɥᥤ���Ǥκ��), -.An Jay Fenlason -(�ǽ�� GNU ���), -.An Joy Kendall , -.An Jim Kingdon , -.An David J. MacKenzie , -.An Michael I Bushnell , -.An Noah Friedman -������ -�Х��ե��å������ɲä�����Ƥ��줿̵���ο͡��� -.Pp -���Υޥ˥奢��ڡ����� -.Nx 1.0 -release ���顢 -.Fx -���롼�פ� -���������ΤǤ��� -.Sh �Х� -��ħŪ�� -.Fl C -���ץ�����ư��ϡ�����Ū�� -.Nm -�ץ������Τ���Ȥϰۤʤ�Τǡ� -���ޤ����ˤϤǤ��ޤ��� -.Pp -.Fl A -���ޥ�ɤ�Ǥ�դο��� -.Nm -���������֤���Ǥ���Ф����ΤǤ���������ϤǤ��ޤ��� -����������Ȥ��Ƥ⡢2 ���ܰʹߤΥ��������֤� -end-of-archive �֥��å���������줺�˻ĤäƤ��ޤ��ޤ��� -.Pp -.Nm -�ե�����ե����ޥåȤϽ�������ե�����ɥե����ޥåȤǤ��ꡢ -�ǥХ����ֹ��ѤΥե�����ɤ� 16 �ӥå��� -(��㡼 8 �ӥåȤǥޥ��� 8 �ӥå�) -�˥ǥ�����Ƥ��ꡢ�桹�� 32 �ӥå��ֹ� -(��㡼 8 �ӥåȤǥޥ��� 16+8 �ӥå�) -��ۼ��Ǥ��ޤ��� diff --git a/ja_JP.eucJP/man/man4/man4.i386/aic.4 b/ja_JP.eucJP/man/man4/man4.i386/aic.4 deleted file mode 100644 index f0c01ec9ef..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/aic.4 +++ /dev/null @@ -1,51 +0,0 @@ -.\" -.\" Copyright (c) 1994 James A. Jegers -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" %Id: aic.4,v 1.4 1997/02/22 13:25:10 peter Exp % -.\" $FreeBSD$ -.\" -.Dd November 29, 1994 -.Dt AIC 4 i386 -.Os -.Sh ̾�� -.Nm aic -.Nd Adaptec �� AIC-6260 �� AIC-6360 �� SCSI �ɥ饤�� -.Sh �� -.Cd "device aic0 at isa? port 0x340 bio irq 11" -.Sh ���� -.Nm aic -�ɥ饤�Ф� Adaptec �� AIC-6260 �� AIC-6360 �� SCSI -����ȥ�������åפΥ��ݡ��Ȥ����ޤ��� -����ϡ�Adaptec 152x �� Creative -Labs SoundBlaster SCSI �ۥ��ȥ����ץ���ޤߤޤ��� -.Pp -�����Υ���ȥ�������åפ��Ѥ���¿���Υ����ƥ�� -�֡��� ROM ����äƤ��ޤ��������äơ���������֡��ȤϤǤ��ޤ��� -.Sh ��Ϣ���� -.Xr cd 4 , -.Xr ch 4 , -.Xr intro 4 , -.Xr sd 4 , -.Xr st 4 - - diff --git a/ja_JP.eucJP/man/man4/man4.i386/apm.4 b/ja_JP.eucJP/man/man4/man4.i386/apm.4 deleted file mode 100644 index 779f0a77f1..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/apm.4 +++ /dev/null @@ -1,160 +0,0 @@ -.\" LP (Laptop Package) -.\" -.\" Copyright (c) 1994 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp> -.\" -.\" This software may be used, modified, copied, and distributed, in -.\" both source and binary form provided that the above copyright and -.\" these terms are retained. Under no circumstances is the author -.\" responsible for the proper functioning of this software, nor does -.\" the author assume any responsibility for damages incurred with its -.\" use. -.\" -.\" %Id: apm.4,v 1.9 1998/12/18 03:08:57 jkoshy Exp % -.\" $FreeBSD$ -.\" -.Dd November 1, 1994 -.Dt APM 4 i386 -.Os -.Sh ̾�� -.Nm apm -.Nd APM BIOS ���ե����� -.Sh �� -.Cd device apm0 at isa? -.Sh ���� -.Nm apm -�ϥ�åץȥå� PC �� Intel / Microsoft APM (Advanced Poewr Management) -BIOS �ؤΥ��ե������Ǥ��� -.Pp -.Nm apm -�ϼ����Ÿ�������ǽ�����ޤ��� -.Bl -enum -offset indent -.It -�����ƥब�����ڥ�ɥ⡼�ɤ��������������ˡ� -.Nm apm -�ϥ����ƥ�λ��פ� RTC �˹�碌�ޤ��� -.It -�����ƥब�����ڥ�ɥ⡼�ɤ��������������ˡ� -�����ƥब������������ȥ����ڥ�ɥ⡼����˷вᤷ�����֤ǹ�������� -��å������� -.Nm apm -�� -.Xr syslogd 8 -�����Τ��ޤ��� -.It -.Nm apm -�ϥ����ƥ�γ�ư (�¹Բ�ǽ�ʥץ������������ߤʤ�) ���ʤ����� -CPU �Υ����å���®���ޤ��� -���ε�ǽ�� APM �� CPU �Υ����ɥ�ݡ��Ȥ��Ƥ��륷���ƥ�ǤΤ�ͭ���Ǥ��� -.It -.Nm apm -�ϥ���饯�����ǥХ����Ȥ��ƥ��ץꥱ������ե����������ޤ��� -���ץꥱ�������Ϥ��Υ��ե�������𤷤� APM �����椷���ꡢ -APM �ξ��־��������Ф����ꤹ�뤳�Ȥ��Ǥ��ޤ��� -.Nm apm -�ϼ��Υ��ե����������ޤ��������Υ���ܥ�� -.Dq Pa /usr/include/machine/apm_bios.h -���������Ƥ��ޤ��� -.Bl -tag -width 4n -offset indent -.It Sy APMIO_SUSPEND -�����ƥ���ڥ�ɤ��ޤ��� -.It Sy APMIO_GET -�Ÿ�������������ꤷ�ޤ��� -.It Sy APMIO_ENABLE -.It Sy APMIO_DISABLE -�Ÿ�������ͭ�� / ̵���ˤ��ޤ��� -.It Sy APMIO_HALTCPU -.It Sy APMIO_NOTHALTCPU -�����ͥ륳��ƥ������ڤ��ؤ��롼����Ǥ� HLT �μ¹Ԥ����椷�ޤ��� -.Pp -HLT -.Pq �����ߤ�ȯ������ޤ� CPU ����� -̿��� -.Dq Pa Idle CPU -�ƤӽФ�����Ǽ¹Ԥ��� APM �μ����⤢��ޤ����������Ǥʤ���Τ⤢��ޤ��� -�Ǥ����餳���ͭ���ˤ���ȡ� -.Dq Pa Idle CPU -��ƤӽФ������ͥ륳��ƥ������ڤ��ؤ��롼���� -���� HLT ̿���¹Ԥ��뤳�Ȥˤ�ꡢ -;ʬ�� HLT ̿���¹Ԥ��뤳�Ȥˤʤ��ǽ��������ޤ��� -���η�̡������ƥ�Υԡ�����ǽ���������ǽ��������ޤ��� -.Pp -�ޤ��������ͥ륳��ƥ������ڤ��ؤ��롼����Ǥ� HLT ̿���̵���ˤ�����硢 -�ޥ���� APM �μ����� -.Dq Pa Idle CPU -�� HLT ��¹Ԥ��ʤ����ˤϡ������ƥ�ϥϥ��åפ��ޤ��� -CPU �����å��θ�®�ݡ��Ȥ��Ƥ��ʤ������Ǥϡ�APM �� HLT -��¹Ԥ��ʤ����⤷��ޤ��� -���Τ褦�ʥޥ���Ǥϡ� -.Nm apm -�� -.Sy APMIO_NOTHALTCPU -������̵���ˤ��ޤ��� -.Pp -���ߤΥС������� -.Nm apm -�ϡ������å��θ�®�����ݡ��Ȥ���Ƥ��ʤ����ˤϡ� -�����ͥ륳��ƥ������ڤ��ؤ��롼���� -.Dq Pa Idle CPU -��ƤӽФ������ǥե���ȤǤ� HLT ̿���¹Ԥ��ޤ��� -�������äơ�����ξ��ˤϤ����� 2 �Ĥ�����Ԥ�ɬ�פϤ���ޤ��� -.El -.Pp -�����Υ��ե������� -.Xr apm 8 -�� -.Xr apmconf 8 -�����Ѥ��ޤ��� -.It -.Nm apm -�� APM ���٥�Ȥ�ݡ���������Υ��٥�Ȥ�������ޤ��� -.Bl -column PMEV_POWERSTATECHANGEXXX "suspend system xxxxx" -.It Sy "̾�� " "ư�� " "����" -.It Dv "PMEV_STANDBYREQ " No "�����ڥ�� " "�Ե���" -.It Dv "PMEV_SUSPENDREQ " No "�����ڥ�� " "�����ڥ����" -.It Dv "PMEV_USERSUSPENDREQ " No "�����ڥ�� " "�桼�������ڥ����" -.It Dv "PMEV_CRITSUSPEND " No "�����ڥ�� " "��掠���ڥ����" -.It Dv "PMEV_NORMRESUME " No "�쥸�塼�� " "�̾������" -.It Dv "PMEV_CRITRESUME " No "�쥸�塼�� " "�������" -.It Dv "PMEV_STANDBYRESUME " No "�쥸�塼�� " "�Ե�����" -.It Dv "PMEV_BATTERYLOW " No "��å��������� " "������" -.It Dv "PMEV_UPDATETIME " No "����碌 " "�����" -.El -.El -.Sh �Х� -�ٹ�! -���ߤΤȤ�������åץȥåץޥ���� APM BIOS �μ����ϡ� -�ۤȤ�ɤȤޤǤϤ����ʤ��Ƥ�Х����餱�Ǥ��� -���Υ��ե���������Ѥ���� LCD �ǥ����ץ쥤�����Ӥ� -�����ˤ��餹��ǽ��������ޤ��� -(���줬 MS-Windows ������Ȥʤ�ʤ���ͳ�ϥꥢ��⡼�ɥ��ե����� -����Ѥ��Ƥ��뤫��Ǥ���) -���Υ����ɤ���Ѥ��Ƥ��ʤ��Υ����ƥब��̯��ư���Τ�ȯ���������ˤϡ� -�Ÿ��ץ饰�����Ӥ�ľ���ˤȤޤǤϤ����ʤ��Ƥ�Ǥ�������ȴ���� -���Υ����ɤ�̵���ˤ��Ƥ��������� -.Pp -��ã�Ϥ��Υ����ɤ�ư���褦�ˤʤ뤳�Ȥ˴ؿ�����äƤ��ޤ��� -�۾��ư��δѻ���̤һ�ã��Ϣ�����Ƥ��������� -.Pp -.Nm apm -��ͭ���Ǥ�������ۥåȥ�����Ȥä� BIOS ����롼�����ƤӽФ��� -�����ƥ�쥸�塼����˽���ʾ㳲�������������ǽ��������ޤ��� -BIOS ����ץ������ϥ֡��ȥ��ȥ�å��ޤ��� DOS ����ƤӽФ��٤��Ǥ��� -.Pp -APM �μ����ˤ�äƤϡ��Ÿ��ܥ���������Ȥ䥫�С����Ĥ���Ȥ��ä� -���٥�Ȥ����Ȥ��Ǥ��ʤ���礬����ޤ��� -���Τ褦�ʼ����ǥ����ƥ���ڥ�ɤ�����ˤϡ� -.Ar ɬ�� -.Xr apm 8 -�ޤ��� -.Xr zzz 8 -.Ar ���� -����Ѥ��Ƥ��������� -.Pp -�ǥ�������®��LCD �Хå��饤�����桢�ѥ����ǥޥ�ɤ� -���ߤΥС������Ǥϥ��ݡ��Ȥ���Ƥ��ޤ��� -.Sh ��Ϣ���� -.Xr apm 8 , -.Xr apmconf 8 , -.Xr zzz 8 -.Sh ��� -Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org> diff --git a/ja_JP.eucJP/man/man4/man4.i386/ar.4 b/ja_JP.eucJP/man/man4/man4.i386/ar.4 deleted file mode 100644 index 561ef5afaf..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/ar.4 +++ /dev/null @@ -1,108 +0,0 @@ -.\" -.\" Copyright (c) 1995 John Hay. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by John Hay. -.\" 4. Neither the name of the author nor the names of any co-contributors -.\" may be used to endorse or promote products derived from this software -.\" without specific prior written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY John Hay ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL John Hay BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" %Id: ar.4,v 1.9 1998/10/22 14:12:55 bde Exp % -.\" $FreeBSD$ -.\" -.\" WORD: link level layer ���٥���� -.\" -.Dd November 19, 1995 -.Dt AR 4 i386 -.Os -.Sh ̾�� -.Nm ar -.Nd -Ʊ�� Arnet �ǥХ����ɥ饤�� -.Sh �� -.Cd "device ar0 at isa? port 0x300 net irq 10 iomem 0xd0000" -.Cd "device ar1 at isa? port 0x310 net irq 11 iomem 0xd0000" -.Pp -.Cd "pseudo-device sppp" -.Sh ���� -.Nm ar -�ɥ饤�Ф� HD64570 ���åפ���Ѥ��� Arnet SYNC/570i ISA �����ɤ� -���ݡ��Ȥ��ޤ��� -2 �ݡ��Ȥ� 4 �ݡ��Ȥ�ξ���Υ����ɤݡ��Ȥ�����ư���Ф��ޤ��� -.Pp -����®�٤Ϻ���� 2Mbps �ޤ������ޤ�������®�٤Ǥ� 486DX �ץ����å��� -�Ӱ���� 85 % ����Ѥ��뤳�Ȥ��Ǥ��ޤ��� -.Pp -���٥���ؤˡ�ɸ��� -.\" link level layer �� OSI ��ǥ�Ǥ� data link layer ������������ -.\" �⤷���� data link layer �ΰ��������������ΤȻפ��ޤ�������ʸ�� -.\" º�Ť��ơ֥��٥���ءפȤ����� -.Tn FreeBSD -sppp �����ɤ���Ѥ��ޤ��� -�ǥե���ȤΥץ��ȥ���� PPP �Ǥ��� -Cisco HDLC �ץ��ȥ���� -.Xr ifconfig 8 -�� -.Ar link2 -���ɲä��뤳�Ȥˤ�äƻ��ѤǤ��ޤ��� -.Sh �ֹ� -�����ͥ�����ե�����Ǥϡ���������� 1 �ԤΤߤ�ɬ�פǤ��� -�ǽ�Υ����ɤΥݡ��Ȥϡ�ar0 ����Ƴ������ޤ��� -���Υ����ɤ��ֹ�ϡ��ǽ�Υ����ɤǻߤޤä��꤫��³���ޤ��� -�Ĥޤꡢ�⤷�ǽ�Υ����ɤ� 2 �ݡ��ȤΥ����ɤʤ顢���Υ����ɤ� ar0 �� ar1 -��Ȥ��ޤ��������Ƽ��Υ����ɤϡ�ar2 ����Ϥ�ޤ��� -.Pp -�����ɤ� IRQ 3, 5, 7, 10, 11, 12, 15 �Τߤݡ��Ȥ��ޤ��� -.Pp -iomem �ΰ�ϡ�16Kb �֥��å��Ǥ��ꡢ16Kb ��������Ϥޤ�ɬ�פ�����ޤ��� -.Pp -.Sh ���� -.Bl -diag -.It "ar%d: Warning illegal interrupt %d." -�����ɤ����ꤵ�줿�����ߤ���ѤǤ��ޤ���¾�γ����ߤ�����Ǥ��������� -.El -.Sh ��Ϣ�ե����� -.Bl -tag -width /sys/i386/isa/ic/hd64570.h -compact -.It Pa /sys/i386/isa/ic/hd64570.h -.It Pa /sys/i386/isa/if_arregs.h -.It Pa /sys/i386/isa/if_ar.c -.El -.Sh �Х� -�������� V.35 �� X.21 ���ե��������������Ƥ��ޤ��� -¾�Τ�ΤǤϥ����å���ʬ�Υ����ɤ���Ĵ������ɬ�פ�����Ǥ��礦�� -.Pp -���Υ����ɤˤϡ������餯��Ŭ����;�Ϥ�����ޤ��� -.Pp -���Υ����ɤϡ��ޤ��Ǥ����Ф���Ǥ���������¿���ΥХ�������Ǥ��礦�� -�Х��� jhay@mikom.csir.co.za ����𤷤Ƥ��������� -.Sh ��Ϣ���� -.Xr cx 4 , -.Xr netintro 4 , -.Xr ifconfig 8 , -.Xr lsdev 8 -.Sh ��� -.Nm ar -�ǥХ����ɥ饤�Ф� -.An John Hay Aq jhay@mikom.csir.co.za -���������ޤ����� diff --git a/ja_JP.eucJP/man/man4/man4.i386/cs.4 b/ja_JP.eucJP/man/man4/man4.i386/cs.4 deleted file mode 100644 index fa87b907ed..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/cs.4 +++ /dev/null @@ -1,105 +0,0 @@ -.\" -.\" Copyright (c) 1998 Michael Smith -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" %Id: cs.4,v 1.2 1998/10/22 14:12:55 bde Exp % -.\" $FreeBSD$ -.\" -.Dd July 20, 1998 -.Dt CS 4 i386 -.Os FreeBSD -.Sh ̾�� -.Nm cs -.Nd �������ͥåȥǥХ����ɥ饤�� -.Sh �� -.Cd "device cs0 at isa? port 0x300 net irq ?" -.Cd "device cs1 at isa? port 0x300 net irq 10 iomem 0xd0000" -.Sh ���� -.Nm -�ɥ饤�Ф� -.Nm Crystal Semiconductor CS8900 �� CS8920 -NIC ��١����ˤ��� ISA �������ͥåȥ����ץ��ݡ��Ȥ��ޤ��� -�����ΥǥХ����� CS89x0 �ե��ߥ�η������䤦������ -�⤤�����٤Ⱦ��������������ʲ���¸������� -.Nm IBM EtherJet ISA -�����ץ������Ʊ�ǥХ������Ȥ߹����¿�������ʤˤ����ƻȤ��Ƥ��ޤ��� -.Pp -.Nm -�ɥ饤�Ф�����ѥ��������ꥨ��ȥ�ޤ��ϥ����ɤΤɤ��餫��Ǥ� -�����Ǥ��ޤ������ꥨ��ȥ�ǻ��ꤵ�줿�ѥ������⤷¸�ߤ���� -���������Ѥ��ޤ����������ɤϥ��եȥ�����������Ǥ���Τǡ� -�����������Ŭ�����ͤˤʤäƤ���Ȼפ��ޤ��� -CS8920 �١����Υ����ץ��ϡ��̾� PnP ���������Τǡ��ɥ饤�Ф� -.Nm IBM EtherJet -�� -.Nm CSC6040 -��ưŪ�˸��Ф��ޤ��� -.Pp -CS8900 �� 4 �Ĥ� IRQ �ͤ˸��ꤵ��Ƥ��뤳�Ȥ����դ��Ƥ����������������ͤ� -�̾� 5, 10, 11, 12 �ȤʤäƤ��ޤ���CS8920 �ˤϤ��Τ褦�����¤Ϥ���ޤ��� -.Pp -����ޥåפ� DMA ư��ϸ������Ǥϥ��ݡ��Ȥ���Ƥ��ޤ��� -.Sh ���� -.Bl -diag -.It "cs%d: full/half duplex negotiation timeout" -�ϥ֤Ȥ����������ͥ��������Ȼ�Ԥ������ॢ���Ȥ����ޤ����� -���Τ��Ȥϥ����֥���³�����꤬���뤫����٤����ߴ����Τʤ��ϥ֤Ǥ��뤳�Ȥ� -�����Ƥ��ޤ��� -.It "cs%d: failed to enable <media>" -CS89x0 �ϻؼ����줿��ǥ���������˼��Ԥ��ޤ��������Υ�ǥ�����¸�ߤ��ʤ����� -������������ޤ��� -.It "cs%d: No EEPROM, assuming defaults" -CS89x0 �� EEPROM ���ʤ�������˾Ū��»�����Ƥ��ޤ������ꥨ��ȥ꤬�����ץ��� -�ͤ�Ŭ�����ͤˤʤäƤ������ˤ������Ǥ��ޤ��� -.It "cs%d: Invalid irq" -���ꥨ��ȥ�ǻ��ꤵ�줿 IRQ �������ץ��ˤ��äƤ��ޤ��� -.It "cs%d: Could not allocate memory for NIC" -��̿Ū�ʥ������Ǥ��������ץ���ư���ޤ��� -.It "cs%d: Adapter has no media" -�����ץ�������Υ�ǥ��������פ����ꤵ��Ƥ��ޤ��� -��ǥ��������פϼ�ư�ǥ��åȤ���ɬ�פ�����ޤ��� -.It "This is a %s, but LDN %d is disabled" -PnP õ�������ɤϽ�����ǽ�ʥ����ץ��Ф��ޤ������� -�����ץ���̵��������Ƥ��ޤ��� -.It "failed to read pnp parms" -PnP �����ץ������Ф���ޤ����������Υ����ץ��Ѥ�����ѥ������ɤ�ޤ��� -.It "failed to pnp card parametars" -PnP ��ͳ�������ѥ�����ɥ饤�Фϼ����Ȥ�ޤ���Ǥ����������ץ��Ϥ��֤� -ư���ʤ��Ǥ��礦�� -.Sh �ٹ� -CS89x0 �ե��ߥ�Υ����ץ��ϡ��ȤƤ⾮���� RAM �Хåե� (4K) ���� -���äƤ��ޤ����Τ��Ȥ϶�ü�˹⤤�ͥåȥ����٤� -��ȯŪ�ʥͥåȥ���ȥ�ե��å����Ǥ�����������⤷��ޤ��� -�ºݡ�NFS ���ϥ����Х����ɤ�����ˡ� 1k ���ɤ߽����� -���¤���٤��Ǥ��� -.Sh ��� -.Nm -�ǥХ����ɥ饤�Ф� -.An Maxim Bolotin -�� -.An Oleg Sharoiko -���ޤ����� -���Υޥ˥奢��ڡ����� -.An Michael Smith -���ޤ����� diff --git a/ja_JP.eucJP/man/man4/man4.i386/cx.4 b/ja_JP.eucJP/man/man4/man4.i386/cx.4 deleted file mode 100644 index ab92ab9b43..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/cx.4 +++ /dev/null @@ -1,289 +0,0 @@ -.\" -.\" %Id: cx.4,v 1.4 1997/06/23 04:02:37 steve Exp % -.\" $FreeBSD$ -.\" -.Dd December 12, 1994 -.Dt CX 4 i386 -.Os FreeBSD -.Sh ̾�� -.Nm cx , -.Nm if_cx -.Nd Ʊ��/��Ʊ�� Cronyx-Sigma �����ץ��ɥ饤�� -.Sh ���� -.Cd "device cx0 at isa? port 0x240 irq 15 drq 7" -.Cd "device cx1 at isa? port 0x260 irq 12 drq 6" -.Cd pseudo-device sppp -.Pp -i/o �١������ɥ쥹�ϡ��ܡ��ɾ�Υ����Ѥ����ꤵ��ޤ��� -DMA ����ͥ�ȳ����ߥꥯ�������ֹ�ϡ� -�����ץ���������˥��եȥ����������ꤵ��ޤ��� -�̾���ͤϰʲ����̤�Ǥ��� -.Pp -.Bl -tag -compact -width Port -.It Port -0x240, 0x260, 0x280, 0x300, 0x320, 0x380 -.It IRQ -3, 5, 7, 10, 11, 12, 15 -.It DMA -5, 6, 7 -.Sh ���� -Cronyx-Sigma �ɥ饤�Фϥ�ǥ� 100, -400, 500, 401, 404, 410, 440, 703, 801, 810, 840 �ݡ��Ȥ��ޤ��� -��ǥ뤬�ۤʤ�ȡ�����ͥ�Υ��åȤ��ۤʤ�ޤ��� -.Pp -.Bl -tag -compact -width Cronyx-Sigma-999 -.It ��ǥ� -����ͥ� -.It Cronyx-Sigma-100 -0 -.It Cronyx-Sigma-400 -4, 5, 6, 7 -.It Cronyx-Sigma-500 -0, 4, 5, 6, 7 -.It Cronyx-Sigma-401 -0, 1, 2, 3 -.It Cronyx-Sigma-404 -0, 1, 2, 3 -.It Cronyx-Sigma-410 -0, 1, 2, 3 -.It Cronyx-Sigma-440 -0, 1, 2, 3 -.It Cronyx-Sigma-703 -0, 1, 2, 4, 5, 6, 7 -.It Cronyx-Sigma-801 -0, 1, 2, 3, 4, 5, 6, 7 -.It Cronyx-Sigma-810 -0, 1, 2, 3, 4, 5, 6, 7 -.It Cronyx-Sigma-840 -0, 1, 2, 3, 4, 5, 6, 7 -.El -.Pp -�դ��ĤΥ����ץ��ϡ��ܡ��ɴ���³�Ѥ�û�����ѥ����֥����³���뤳�Ȥ��Ǥ��ޤ��� -�դ��Ĥ���³���줿�����ץ��ϡ�Ʊ�� IRQ �� DMA ����ͥ����Ѥ��� -�ɥ饤�Ф��鸫��ФҤȤĤ� 16 ����ͥ�ޥ���ץ쥯���Ȥ���ư��ޤ��� -��³���줿�ܡ��ɤ������� ``�ޥ���'' �ˡ��⤦������ ``���졼��'' �ˤʤ�ޤ��� -.Pp -���졼�֤ˤʤä��ܡ��ɤΥ���ͥ�ϡ� -�ɥ饤�Фˤ�ä� 8 ����Ϥޤ��ֹ椬������Ƥ��ޤ��� -���Ȥ��Х�ǥ� 100 �� ��ǥ� 500 ����³����ȡ� -0, 8, 12, 13, 14, 15 �֤Υ���ͥ��ֹ椬������Ƥ��ޤ��� -.Pp -RS-232C ���ե��������ĥ���ͥ�ϡ� -Ʊ���⡼�ɤ���Ʊ���⡼�ɤΤɤ���Ǥ�ư��뤳�Ȥ���ǽ -(cxconfig �桼�ƥ���ƥ��ˤ�äƥ��եȥ�����Ū�����ޤ�) �Ǥ��ꡢ -���Τ��� ``��˥С��������ͥ�'' �ȸƤФ�ޤ��� -.Pp -Cronyx-Sigma �����ץ��ѤΥǥХ������ü�ե����� -.Pa /dev/* -�ϡ� -.Xr MAKEDEV 8 -�ˤ�ú���ޤ��� -���Ȥ��С��ʲ��Τ褦�˺��ޤ�: -.Bd -literal -cd /dev -sh MAKEDEV cronyx ttyx0 ttyx1 ttyy0 -.El -.Sh ��Ʊ���ɥ饤�� -.Pp -��Ʊ������ͥ�ΥǥХ����ե�����ˤϼ��Τ褦��̾�����դ����ޤ�: -.Pa /dev/ttyx# -- �ϥ����ץ� cx0 �ˡ� -.Pa /dev/ttyy# -- �ϥ����ץ� cx1 �ˡ� -.Pa /dev/ttyz# -- �ϥ����ץ� cx2 ���դ����ޤ��� -������ # �� 0-9-a-f �Ρ�16 �ʿ��ǤΥ���ͥ��ֹ�Ǥ��� -.Pp -�ɥ饤�Фϰʲ���ɸ�� ioctl ������դ��ޤ� ( -.Xr ioctl -��): -.Pp -.Bl -tag -width TIOCXXXXX -compact -.It Dv TIOCSBRK -BREAK ���������Ϥ��ޤ��� -.It Dv TIOCCBRK -BREAK ����������ߤ��ޤ��� -.It Dv TIOCSDTR -DTR ����åȤ��ޤ� (DTR := 1)�� -DTR ����Ϻǽ�� open(2) ��ɬ�����åȤ��졢 -.Dv TIOCCDTR , -.Dv TIOCSDTR , -.Dv TIOCMSET , -.Dv TIOCMBIS , -.Dv TIOCMBIC -�� ioctl �ˤ���ѹ���ǽ�Ǥ��� -.It TIOCCDTR -DTR ����ꥢ���ޤ� (DTR := 0)�� -.It TIOCMSET -DTR ����� RTS ����ˡ����ꤷ���ͤåȤ��ޤ� (<DTR:RTS> := data)�� -DTR ����� RTS ����ϡ� -ioctl �����ƥॳ����ΰ������ -.Dv TIOCM_DTR -�� -.Dv TIOCM_RTS -�ΥӥåȤˤ�������ǽ�Ǥ��� -.It TIOCMBIS -DTR ����� RTS ����åȤ��ޤ� (<DTR:RTS> |= data)�� -DTR ����� RTS ����ϡ� -ioctl �����ƥॳ����ΰ������ -.Dv TIOCM_DTR -�� -.Dv TIOCM_RTS -�ΥӥåȤˤ�������ǽ�Ǥ��� -.It TIOCMBIC -DTR ����� RTS ����ꥢ���ޤ� (<DTR:RTS> &= ~data)�� -DTR ����� RTS ����ϡ� -ioctl �����ƥॳ����ΰ������ -.Dv TIOCM_DTR -�� -.Dv TIOCM_RTS -�ΥӥåȤˤ�������ǽ�Ǥ��� -.It TIOCMGET -�饤���Υ�ǥ��ξ��֤�Ƚ�ꤷ�ޤ��� -�ƤӽФ��Τ��ȡ������Υǡ����ϲ����ΥӥåȤ��ݻ����Ƥ��ޤ�: -.Pp -.Bl -tag -width TIOCM_XXX -compact -.It TIOCM_LE -��˥��å� (�饤�͡��֥����) -.It TIOCM_DSR -�ǡ������åȥ�ǥ����� (DSR) ������ -.It TIOCM_CTS -������ǽ���� (CTS) ������ -.It TIOCM_CD -�ǡ�������ꥢ���п��� (CD) ������ -.It TIOCM_DTR -�ǡ���ü����ǥ� (DTR) ���������� -.It TIOCM_RTS -������ (RTS) ������ -.El -.El -.Sh Ʊ���ɥ饤�� -.Pp -Ʊ������ͥ�ȥ�˥С��������ͥ�ϡ� -.Xr cxconfig 8 -�桼�ƥ���ƥ��ˤ�ä�Ʊ���⡼�ɤ����ꤹ��ȡ� -�ͥåȥ�����ե����� ``cx#'' -(# �� 0 ���� 47 �ޤǤΥ���ͥ��ֹ�) �Ȥ��ƥ���������ǽ�Ǥ��� -���٤Ƥ�ɸ��Ū�ʥͥåȥ�����ե������ѥ����ϡ� -.Xr ifconfig 8 -�ˤ�ä������ǽ�Ǥ��� -�ޤ� -.Xr cxconfig 8 -���ޥ�ɤϡ���ĥ���줿����ͥ륪�ץ������ѹ��䡢 -��̥�٥�Υ��եȥ������ץ��ȥ��� -(PpP �� Cisco HDLC �ʤ�) ������˻��Ѥ���ޤ��� -.Pp -��˥С��������ͥ��Ʊ���⡼�ɤǤ���Ʊ���⡼�ɤǤ���Ѥ��뤳�Ȥ��Ǥ��ޤ��� -�ǥե���ȤǤ���Ʊ���⡼�ɤ����ꤵ��Ƥ��ꡢ�⡼�ɤ� -.Xr cxconfig 8 -�桼�ƥ���ƥ��ˤ�ä��ѹ���ǽ�Ǥ��� -����ͥ뤬�ӥ������� (��Ʊ������ͥ뤬�����ץ���֤ξ��䡢 -�ͥåȥ�����ե�������ư���� (up) �ξ��) -�δ֡��⡼�ɤϥ֥��å�����ޤ��� -.Sh Ʊ���ݥ���ȥġ��ݥ���ȥץ��ȥ��� -.Pp -Cronyx-Sigma �ɥ饤�Фϡ��Ȥ߹��ߤ�Ʊ���ݥ���ȥġ��ݥ���ȥץ��ȥ��� -(sppp) ����Ѥ��ޤ��� -�ܥץ��ȥ���ˤϡ�PpP/HDLC �� Cisco/HDLC��keepalive �ѥ��åȤˤ�� -��ưŪ�ʥ��ͥ������������Ф⥵�ݡ��Ȥ��Ƥ��ޤ��� -sppp �ץ��ȥ��륻�åȤ���Ω�����⥸�塼��Ȥ��Ƽ������졢 -¾��Ʊ�����ꥢ�����ͥ�Υɥ饤�Фˤ�äƻ��Ѥ��뤳�Ȥ��ǽ�Ǥ��� -BSD/386 (BSDI) �Ѥ� -�ɥ饤�ФǤϡ�OS ¦�Ǽ�������Ƥ������Ū��Ʊ���ץ��ȥ���Υ��åȤ���� -��ǽ�Ǥ��������ץ��ȥ��륻�åȤϡ�``cxconfig ext'' ���ޥ�� -( -.Xr cxconfig 8 -��) �ˤ�ä������ǽ�Ǥ��� -.Sh ����ͥ륪�ץ����δ��� -.Pp -.Xr cxconfig 8 -�桼�ƥ���ƥ��ϡ�����ͥ륪�ץ��������ꤹ��Τ˻��Ѥ���ޤ��� -����ͥ륪�ץ����ϡ��̾���ڥ졼�ƥ������ƥब��ư����ݤ� (���Ȥ��� -.Pa /etc/rc -�ե�����ʤɤ�) ���ꤵ��ޤ��� -���٤Ƥξ��ˤ����ơ� -���٤ƤΥ��ץ����̣����ĤȤϸ¤�ʤ����Ȥ����դ��Ƥ��������� -�ޤ��� -���ץ���������ˤ�äƤϡ� -����ͥ�⤷���ϥ����ץ����ΤΥϥ��åפθ����ˤʤ�ޤ��� -.Pp -�ºݤΥ���ͥ륪�ץ��������浡ǽ�ϡ� -�ǥХ������ü�ե����� /dev/cronyx ���Ф��� -�����Ĥ��� ioctl ���ͳ������Ǽ�������Ƥ��ꡢ�ʲ��� ioctl �����ѤǤ��ޤ��� -.Pp -.Bl -tag -width CXIOCXXXXXXX -compact -.It CXIOCGETMODE -����ͥ륪�ץ������ͤ�������ޤ��� -.It CXIOCSETMODE -����ͥ륪�ץ������ͤ����ꤷ�ޤ��� -.El -.Pp -ioctl ������Υǡ��������ϰʲ��Υ��ץ����¤�ΤΥ��ɥ쥹������ޤ�: -.Bd -literal -typedef struct { - unsigned char board; /* �����ץ��ֹ�Ǥ��ꡢ0..2 */ - unsigned char channel; /* ����ͥ��ֹ�Ǥ��ꡢ0..15 */ - unsigned char type; /* ����ͥ륿���� (�ɤ߹�������) */ - unsigned char iftype; /* chan0 ���ե����� */ - unsigned long rxbaud; /* ����®�� */ - unsigned long txbaud; /* ž��®�� */ - cx_chan_mode_t mode; /* ����ͥ�⡼�� */ - cx_chan_opt_t opt; /* ���̤Υ���ͥ륪�ץ���� */ - cx_opt_async_t aopt; /* ��Ʊ���⡼�ɥ��ץ���� */ - cx_opt_hdlc_t hopt; /* hdlc �⡼�ɥ��ץ���� */ - cx_opt_bisync_t bopt; /* bisync �⡼�ɥ��ץ���� */ - cx_opt_x21_t xopt; /* x.21 �⡼�ɥ��ץ���� */ - cx_soft_opt_t sopt; /* ���եȥ��������ץ����Ⱦ��֥ե饰 */ -} cx_options_t; /* �桼���������ǽ�ʥ��ץ���� */ -.Ed -.Pp -.Bl -tag -width rxbaudxxx -.It Fa board -0..2 �Ρ������ץ��ֹ� -.It Fa channel -0..15 �Ρ�����ͥ��ֹ� -.It Fa type -����ͥ�Υ����� (�ɤ�����Ѥΰ���) -.It Fa iftype -0 �� (�� 8 ��) ����ͥ�Υ��ե����������ס� 0 - RS-232, 1 - RS-449/V.35�� -.It Fa rxbaud -�����ܡ��졼�� -.It Fa txbaud -�����ܡ��졼�� -.It Fa mode -����ͥ�⡼��: ��Ʊ��/HDLC/Bisync/X.21 -.It Fa opt -���̤Υ���ͥ륪�ץ���� -.It Fa aopt -��Ʊ���⡼�ɥ��ץ���� -.It Fa hopt -HDLC �⡼�ɥ��ץ���� -.It Fa bopt -Bisync �⡼�ɥ��ץ���� -.It Fa xopt -X.21 �⡼�ɥ��ץ���� -.It Fa sopt -���եȥ������ץ��ȥ��륪�ץ���� -.El -.Sh ��Ϣ�ե����� -.Bl -tag -width /dev/cxXXXX -compact -.It Pa /dev/cx?? -��Ʊ������ͥ� -.It Pa /dev/cronyx -����ͥ륪�ץ��������ѤΥǥХ������ü�ե����� -.El -.Pp -�ɥ饤�Ф�ޤ�Ǥ��륽�����ե�����ϰʲ����̤�Ǥ�: -.Pp -.Bl -tag -width /dev/cxXXXX -compact -.It Pa /sys/i386/isa/cronyx.c -.It Pa /sys/i386/isa/cx.c -.It Pa /sys/i386/isa/if_cx.c -.It Pa /sys/i386/isa/cronyx.h -.It Pa /sys/i386/isa/cxreg.h -.It Pa /sys/net/if_spppsubr.c -.It Pa /sys/net/if_sppp.h -.El -.Sh ��Ϣ���� -.Xr cxconfig 8 , -.Xr ifconfig 8 diff --git a/ja_JP.eucJP/man/man4/man4.i386/el.4 b/ja_JP.eucJP/man/man4/man4.i386/el.4 deleted file mode 100644 index 674a44c505..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/el.4 +++ /dev/null @@ -1,58 +0,0 @@ -.\" -.\" Copyright (c) 1994 James A. Jegers -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" %Id: el.4,v 1.7 1998/10/22 14:12:55 bde Exp % -.\" $FreeBSD$ -.\" -.Dd July 10, 1995 -.Dt EL 4 i386 -.Os FreeBSD -.Sh ̾�� -.Nm el -.Nd 3Com Etherlink 3C501 �ǥХ����ɥ饤�ФΤ���Υ������ͥåȥɥ饤�� -.Sh �� -.Cd "device el0 at isa? port 0x300 net irq 9" -.Sh ���� -.Nm -���ե������ϡ� -3Com 3c501 8 �ӥå� ISA �������ͥåȥ����ɤΥ��ݡ��Ȥ����ޤ��� -3c501 �����ɤϤ��ʤ��٤����Ȥ��Τ��Ƥ��ޤ��Τǡ� -�⤷��ǽ�ʤ�¾�Υ������ͥåȥ����ɤ��Ѥ���٤��Ǥ��� -��������10 Mb/s �������ͥåȥͥåȥ���ؤΥ��������Ȥ��Ƥϰ²��Ǥ��� -.Pp -ͭ���� I/O �ݡ��Ȥ� 0x280-0x3f0 ���ϰϤǤ��� -.Sh �Х� -�ɥ饤�Фϥ����ɤ������ͥ��Ʊ�� IRQ �����ꤵ��Ƥ���Ȳ��ꤷ�ޤ��� -���줬���������ɤ����Τ����ץ����֤�����å��ϹԤ��Ƥ��ޤ��� -.Pp -���ߡ�DMA �ϥ��ݡ��Ȥ��Ƥ��ޤ��� -.Pp -���ߡ��ޥ�����㥹�Ȥϥ��ݡ��Ȥ��Ƥ��ޤ��� -.Sh ��Ϣ���� -.Xr ed 4 , -.Xr eg 4 , -.Xr ep 4 , -.Xr ie 4 , -.Xr intro 4 , -.Xr le 4 , -.Xr ifconfig 8 diff --git a/ja_JP.eucJP/man/man4/man4.i386/ep.4 b/ja_JP.eucJP/man/man4/man4.i386/ep.4 deleted file mode 100644 index 6fdb3ba408..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/ep.4 +++ /dev/null @@ -1,121 +0,0 @@ -.\" -.\" Copyright (c) 1994 Herb Peyerl -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by Herb Peyerl -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" %Id: ep.4,v 1.9 1998/10/22 14:12:55 bde Exp % -.\" $FreeBSD$ -.\" -.Dd February 04, 1993 -.Dt EP 4 i386 -.Os -.Sh ̾�� -.Nm ep -.Nd -3Com Etherlink III �������ͥåȥǥХ����ɥ饤�� (3c5x9) -.Sh �� -.Cd "device ep0 at isa? port 0x300 net irq 10" -.Sh ���� -.Nm ep -�ɥ饤�Ф� 3c509 (ISA) �� 3c579 (EISA) �Υ��ݡ��Ȥ����ޤ��� -�����Υ����ɤΤ��ޤ��ޤʥ�ǥ�ϡ����ͥ����������줾��ۤʤ�ޤ��� -.Pp -.Bl -tag -width xxxxxxxxxxxxxxxxxxxx -.It AUI/DIX -ɸ�� 15 �ԥͥ��� -.It 10Base2 -BNC (�����֥�Ȥ��Ƥ��Τ��Ƥ�����) -.It 10BaseT -UTP (�ĥ����ȥڥ��Ȥ��Ƥ��Τ��Ƥ�����) -.El -.Pp -�ǥե���Ȥǻ��Ѥ����ݡ��Ȥϡ� -���åȥ��åץ桼�ƥ���ƥ�������Ƥ���ݡ��ȤǤ��� -������Х饤�ɤ���ˤϡ� -.Xr ifconfig 8 -�ޤ��� -.Pa /etc/rc.conf -�ե�����Ǽ��Υե饰����Ѥ��ޤ��� -.Pp -.Bl -tag -width xxxxxxxxxxxxxxxxxxxx -.It link0 -AUI �ݡ��Ȥ���� -.It link1 -BNC �ݡ��Ȥ���� -.It link2 -UTP �ݡ��Ȥ���� -.El -.Pp -����ԥ塼����ʣ���Υ����ɤ����夷�Ƥ�����ϡ����ν��֤�õ����ޤ��� -�ǽ�� 3c579 EISA �����ɤ�õ����ޤ� -- -������ EISA �����å��ֹ��˸��Ф���ޤ��� -���ˡ�3c509 ISA �����ɤ�õ����ޤ� -- -�������ͥåȥ��ɥ쥹�ξ���˸��Ф���ޤ��� -���ˡ��ɤΤ褦�˥ץ����֤���뤫������ޤ��� -.Pp -ep0 at isa0 port 0x6000-0x600f irq 10: aui/bnc address 00:60:8c:70:e5:c5 -ep1 at isa0 port 0x300-0x30f irq 3: aui/bnc/utp address 00:20:af:10:62:ab -.Pp -�����ɤ�ȯ������뤳�Ȥ����Ԥ����ݡ��Ȥ� IRQ ����ꤹ�뤳�Ȥ�Ǥ��ޤ����� -���λ����ɬ������ɬ�פǤϤ���ޤ��� -�����ɤ� ISA �Х���Ǥμ�ʬ�ε����桹��������� -��ʬ�ʥ���ƥꥸ���������Ƥ���ΤǤ��� -.Pp -.Sh ���� -3c509 �����ɤˤϥ��ɥ쥹�����ꤹ�른���Ѥ�����ޤ��� -3Com �ϥ����ɤΥ��ɥ쥹�����ꤹ�륽�եȥ����������Ƥ��ޤ��� -ISA �Х���Ǥ��Υ����ɤĤ��뤿��ˡ� -�����ͥ�� IO ���ɥ쥹 0x110 ��ʣ���ʥ����������Ԥ��ޤ��� -���դ��Ƥ�������! ���Υ��ɥ쥹��¾�Υ����ɤ����֤��뤳�Ȥ��Ƥ��������� -.Pp -.Sh ���� -ep0: reset (status: %x) -.in +4 -�ɥ饤�Ф� FIFO �Υ�������ޤ��ϥ����Х��Ф��ޤ������ɥ饤�Ф� -�����ɤ�ꥻ�åȤ����ѥ��åȤ������ޤ����������̿Ū�ǤϤ���ޤ��� -.in -4 -ep0: eeprom failed to come ready -.in +4 -EEPROM �ν������Ǥ��Ƥ��ޤ������餯�����ɤ����Ǥ��ޤ��� -.in -4 -ep0: 3c509 in test mode. Erase pencil mark! -.in +4 -ï���������ɤξ�Υƥ����ΰ�˱�ɮ����Ƥ��뤫�⤷��ޤ���ɮ�� -���פ�ä��ƥ�֡��Ȥ��Ƥ������� (����ϥ��硼���ǤϤ���ޤ���)�� -.in -4 -.Sh ��Ϣ���� -.Xr ed 4 , -.Xr eg 4 , -.Xr el 4 , -.Xr ie 4 , -.Xr intro 4 , -.Xr le 4 , -.Xr vx 4 , -.Xr ifconfig 8 -.Sh ���� -�ϰ���ʤꡣ˭�٤�����褬����ޤ��� - diff --git a/ja_JP.eucJP/man/man4/man4.i386/ex.4 b/ja_JP.eucJP/man/man4/man4.i386/ex.4 deleted file mode 100644 index d7e46e0d6d..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/ex.4 +++ /dev/null @@ -1,84 +0,0 @@ -.\" -.\" Copyright (c) 1997 David E. O'Brien -.\" -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" %Id: ex.4,v 1.6 1998/10/22 14:32:20 bde Exp % -.\" $FreeBSD$ -.\" -.\" WORD: Plug-N-Play �ץ饰����ɥץ쥤 -.\" -.Dd January 19, 1997 -.Dt EX 4 i386 -.Os FreeBSD -.Sh ̾�� -.Nm ex -.Nd -Intel EtherExpress Pro/10 �� Pro/10+ �������ͥåȥǥХ����ɥ饤�� -.Sh �� -.Cd "device ex0 at isa? port? net irq ?" -.Sh ���� -.Nm -�ɥ饤�Ф� Intel i82595 ���åפ���ܤ��� 16 �ӥå� PCI �� -Intel EtherExpress Pro/10 �� Pro/10+ �������ͥåȥ����ɤ� -���ݡ��Ȥ����ޤ��� -.Pp -�ݡ��Ȥγ��ϥ��ɥ쥹�����Ĥ���ʤ���С� -I/O ���ɥ쥹�� 0x200 ���� 0x3a0 ���ϰϤ��饫���ɤ�õ���ޤ��� -IRQ �����ꤵ��Ƥ��ʤ���С������ɤ� EEPROM �����ɤ߽Ф���ޤ��� -������Υ����ɤǤ����������Τ���ˤ� -�ץ饰����ɥץ쥤�Υ��ݡ��Ȥ�̵���ˤ��٤��Ǥ��� -.Pp -.Sh ���� -.Bl -diag -.It "ex%d: Intel EtherExpress Pro/10, address %6D, connector %s" -�ǥХ����ץ����֤ϥ��ȡ��뤵�줿�����ɤ�ȯ�����ơ� -�ǥХ����ɥ饤�Ф����������ȡ��뤹�뤳�Ȥ��Ǥ��ޤ����� -.It "ex%d: WARNING: board's EEPROM is configured for IRQ %d, using %d" -�ǥХ����ץ����֤ϥ����ͥ�����ե�����ǻ��ꤵ�줿��ΤȤ� -�ۤʤ�����ߤ����ꤵ��Ƥ���ܡ��ɤФ��ޤ����� -.It "ex%d: invalid IRQ." -�ǥХ����ץ����֤������� IRQ ����Ф��ޤ����� -.El -.Pp -.Sh �Х� -���ߤϡ��ɥ饤�Фϥޥ�����㥹�Ȥݡ��Ȥ��Ƥ��ޤ��� -.Pp -.Sh ��Ϣ���� -.Xr arp 4 , -.Xr netintro 4 , -.Xr ifconfig 8 -.Sh ��� -.Nm -�ǥХ����ɥ饤�Ф� -.Fx 2.2 -�˽����о줷�ޤ����� -.Sh ��� -.Nm -�ǥХ����ɥ饤�Ф� -.ie t .An Javier Mart\)'in Rueda -.el .An Javier Martin Rueda -�ˤ�äƽ�ޤ����� -���Υޥ˥奢��ڡ����� -.An David E. O'Brien -�ˤ�äƽ�ޤ����� diff --git a/ja_JP.eucJP/man/man4/man4.i386/fe.4 b/ja_JP.eucJP/man/man4/man4.i386/fe.4 deleted file mode 100644 index cb1bdb394a..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/fe.4 +++ /dev/null @@ -1,284 +0,0 @@ -.\" All Rights Reserved, Copyright (C) Fujitsu Limited 1995 -.\" -.\" This document may be used, modified, copied, distributed, and sold, in -.\" both source and printed form provided that the above copyright, these -.\" terms and the following disclaimer are retained. The name of the author -.\" and/or the contributor may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. -.\" -.\" THIS DOCUMENT IS PROVIDED BY THE AUTHOR AND THE CONTRIBUTOR ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR THE CONTRIBUTOR BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS DOCUMENT, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" Contributed by M. Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>. -.\" for fe driver. -.\" -.\" %Id: fe.4,v 1.11 1998/10/22 13:01:19 bde Exp % -.\" $FreeBSD$ -.\"" lair events -> typo of "rare" events (approved by original writer) -.Dd March 3, 1996 -.Dt FE 4 i386 -.Sh ̾�� -.Nm fe -.Nd �ٻ��� MB86960A/MB86965A ��١����Ȥ����������ͥåȥ����ץ� -.Sh �� -.Cd "device fe0 at isa? port 0x300 net irq ?" -.Sh ���� -.Nm fe -�ϡ��ٻ��� MB86960A, MB86965A �ޤ��Ϥ���¾�θߴ����åפ�١����Ȥ��� -�������ͥåȥ����ץ��Τ���Υͥåȥ���ǥХ����ɥ饤�ФǤ��� -.Pp -���Υɥ饤�Фϡ������ץ��Υϡ��ɥ��������б����Ƥ���С� -I/O �ݡ��ȥ��ɥ쥹�� IRQ �������ưŪ�˹Ԥʤ��ޤ��� -.Pp -���Υɥ饤�Фϥץ������ I/O �ǡ���ž�����Ѥ���Ѥ��Ƥ��ꡢ -�ޤ��ޤ��Υѥե����ޥ������ޤ��� -�����ץ������Ȥ����äƤ����Ȥ��Ƥ⡢��ͭ����ϻ��Ѥ��ޤ��� -.Pp -���Υɥ饤�Фϸ��ߤΤȤ�����ISA �Ѥ��ٻ��� FMV-180 ������� -ISA �Ѥ� ���饤�ɥƥ쥷�� AT1700 ������� RE2000 ������� -�ٻ��� MBH10302 PC �����ɤ��б����Ƥ��ޤ��� -.Ss �ѥ��� -�����ͥ�����ե�����ˤ����ơ�2 �ĤΥѥ��� -.Ar port -�� -.Ar irq -�ˤϡ������ץ��Υϡ��ɥ����������ȿ�Ǥ����ͤ���ꤹ��ɬ�פ�����ޤ��� -�⤦ 1 �ĥ��ץ����Ȥ��� -.Ar flags -�ѥ��������ꡢ�ղ�Ū�������Ԥʤ����Ȥ��Ǥ��ޤ��� -����¾�� device ʸ�ˤ�����ѥ����Ͻ˽�Ƥ���Ȥ���� -��ɬ�פ�����ޤ��� -.Pp -.Ar port -�ѥ����ϡ������ץ��Υ١��� I/O �ݡ��ȥ��ɥ쥹����ꤷ�ޤ��� -�����ͤϥ����ץ��Υϡ��ɥ���������ȹ��פ��Ƥ���ɬ�פ�����ޤ��� -.Ar port -�ϡ� -.Dq Li \&? -�ˤ��ơ����ꤻ���˻Ĥ��Ƥ������Ȥ�Ǥ��ޤ��� -���ξ�硢�ɥ饤�Ф� I/O ���ɥ쥹�˴ؤ���ϡ��ɥ���������θ��Ф� -��ưŪ�˻�ߤޤ��� -���ε�ǽ�ϥ����ץ��ϡ��ɥ������ˤ�äƤ�ư���ʤ����⤷��ޤ��� -.Pp -.Ar irq -�ѥ����ϡ������ץ������Ѥ��� IRQ �ֹ����ꤷ�ޤ��� -�����ͤϥ����ץ��Υϡ��ɥ���������ȹ��פ��Ƥ���ɬ�פ�����ޤ��� -.Ar irq -�ϡ� -.Dq Li \&? -�ˤ��ơ����ꤻ���˻Ĥ��Ƥ������Ȥ�Ǥ��ޤ��� -���ξ�硢�ɥ饤�Ф� IRQ �˴ؤ���ϡ��ɥ���������θ��Ф� -��ưŪ�˻�ߤޤ��� -���ε�ǽ�ϥ����ץ��ϡ��ɥ������ˤ�äƤ�ư���ʤ����⤷��ޤ��� -.Pp -.Ar flags -�ϡ��͡��ʥǥХ���������Ȥ߹�碌����ʤ���ͤǤ��� -���ߤΥС������Ǥϰʲ��� flags ���������Ƥ��ޤ��� -2 �İʾ�������ǥХ��������ꤹ��ˤϡ� -���줾��� flag �ͤ���ͤDzû����Ƥ��������� -�ʲ��ǻ��ꤵ��Ƥ��ʤ� flag �ӥåȤ�ͽ��Ƥ��ꡢ0 �ˤ��ʤ���� -�ʤ�ޤ��ºݤˤϡ����줾��ΥӥåȤ�ñ��̵�뤵��뤫���ƥ����Ѥ� -�ɥ饤�Ф�ʸ����Ƥ��ʤ���ǽ�����椹�뤿��˻Ȥ��ޤ��� -ʸ����Ƥ��ʤ���ǽ�ˤĤ��Ƥϡ��ץ������Υ������Ȥ��Ƥ��������� -.Bl -tag -width "99999999" -.It Li 0x007F -������ flag �ӥåȤϡ� -.Ar flags -�� -.Li 0x0080 -�ӥåȤ����ꤵ��Ƥ�����ˡ�MB86960A/MB86965A ���åפ� DLCR6 �쥸������ -��������뤿��˻��Ѥ���ޤ��� -DLCR6 ���ǽ�˴ؤ���ܺ٤ϰʲ��Ȥ��Ƥ��������� -����ΥС������ˤ�����ɥ饤�Фθߴ������ݻ����뤿��ˡ� -.Li 0x0080 -�ӥåȤ����åȤ���Ƥ��ʤ����ʳ��� -.Li 0x007F -flag �ӥåȤ� 0 �ˤ��Ƥ����Ƥ��������� -.It Li 0x0080 -���� flag �ϡ�MB86960A/MB86965A ���åפ� DLCR6 �쥸�������Ф��� -�ǥե��������� flag �ͤ� ��� 7 bit ���Ѥ��ƾ���ޤ��� -���� flag ���������ѤΤ�ΤǤ��ꡢ�����ץ��ϡ��ɥ������˴ؤ��� -�μ�������ͤΤߤ����Ѥ��Ƥ��������� -DLCR6 ����˴ؤ���ܺ٤ʾ���ϡ��ٻ��̤Υޥ˥奢��Ȥ��Ƥ��������� -.El -.Sh ���ץ���� -.Nm fe -�ɥ饤�Фϥ����ͥ�����ե�����ˤ����ơ� -.Dq option -ʸ�ǻ���Ǥ��뤤���Ĥ��λ�Ū�ʥ��ץ�������äƤ��ޤ��� -�ʲ��˻�Ū���ץ�����ꥹ�Ȥ��ޤ��� -�ɥ饤�ФϤ���ʳ��ˤ�ʸ����Ƥ��ʤ����ץ���������դ��ޤ��� -������̾���ˤ����� -.Dv "FE_" -�Ȥ������ꤵ�줿��Ƭ�����դ����Ƥ��ޤ��� -ʸ����Ƥ��ʤ����ץ����ˤĤ��Ƥϡ��ץ������Υ������Ȥ��Ƥ��������� -.Bl -tag -width "FE_" -.It Dv "FE_DEBUG=" Ns Ar level -���Υ��ץ����ϡ��ǥХ����� (�ޤ���) �ɥ饤�ФΥǥХå���٥�� -���椹����ͤ�����Ȥ�ޤ��� -.Dv "FE_DEBUG" -�����˥ꥹ�Ȥ���Ƥ��ʤ��ͤ˥��ץ��������ꤹ��ȡ� -ʸ����Ƥ��ʤ�ư���������������⤷��ޤ��� -���Υ��ץ����˴ؤ���ǥե���Ȥ������ͤ� 1 �Ǥ��� -.Bl -bullet -.It -.Dv "FE_DEBUG=0" -�����ꤹ��ȡ��������γ�ǧ��ޤ¿���ΥǥХå��ѥ����ɤ��� -�ɥ饤�ФΥ��֥������ȥ����ɤ��������ޤ��� -��������ϺǤ�®���ƾ����ʥ��֥������ȥ����ɤ��������ޤ��� -��������Ǥ��äƤ⡢�����Ĥ���������å������ϵ�Ͽ����ޤ��� -.It -.Dv "FE_DEBUG=1" -�����ꤹ��ȡ�����¤ΥǥХå��ѥ����ɤ��ޤޤ졢 -�Ǿ��̤Υ�å���������Ͽ����ޤ��� -��������Ǥ���̿Ū�ʥ��顼��å������Τߤ���Ͽ����ޤ��� -.It -.Dv "FE_DEBUG=2" -�����ꤹ��ȡ�ɸ��Ū�ʥǥХå��ѥ����ɤ��ޤޤ졢 -����̤Υ�å���������Ͽ����ޤ��� -��������Ǥ���¿�ˤʤ����٥�Ȥ�������ʾ��֤ǤΥ�å���������Ͽ����ޤ��� -.It -.Dv "FE_DEBUG=3" -�����ꤹ��ȡ����ƤΥǥХå��ѥ����ɤ��ޤޤ졢 -�����̤Υ�å���������Ͽ����ޤ��� -��������Ǥ��̾�ư�������쥸�����ͤΥ���פʤɤ� -��Ĺ�ʥ�å���������Ͽ����ޤ��� -.El -.El -.Sh �ϡ��ɥ�������ǥ����ͭ�ε�ǽ -.Nm fe -�ɥ饤�Фˤϡ������ץ��Υϡ��ɥ�������ǥ����ͭ�ε�ǽ�����¤� -�����Ĥ�����ޤ��� -�ʲ��Ϥ��Τ褦�������γ�ά�Ǥ��� -.Ss �ٻ��� FMV-180 ����������ץ� -�����Υ����ץ��Ǥϡ�IRQ �� I/O �ݡ��ȥ��ɥ쥹��ξ���� -��ưŪ�˸��в�ǽ�Ǥ��� -.Pp -FMV-180 ������Ǥ� -.Nm fe -�μ�ư I/O �ݡ��ȥ��ɥ쥹���е�ǽ�Ϥ����Ƥ��ξ�����ɤ�ư���ޤ��� -�⤷�����ƥ�� 2 �İʾ�� FMV-180 �����ä��Ȥ��Ƥ⡢ -������ư���ޤ��� -������������ʳ��Υ����ץ��Ȥ��Ȥ߹�碌�ϡ��ɥ饤�Ф��𤵤��뤫�� -����ޤ��� -�ϡ��ɥ��������ФDz�������������ϡ� -.Em "port ?" -��Ȥ�ʤ����Ȥ��ᤷ�ޤ��� -.Pp -FMV-180 ������Ǥ� -.Nm fe -�μ�ư IRQ ���е�ǽ�ϳμ¤�ư���ޤ��� -FMV-180 �ˤϾ�� -.Em "irq ?" -��Ȥ����Ȥ��ᤷ�ޤ��� -IRQ �Υϡ��ɥ���������ϡ������ͥ�����ե�����ˤ����� IRQ �ͤ����ꤵ��� -�����Ȥ��Ƥ⡢�����ץ��� EEPROM ���꤫���ɤ߹��ޤ�ޤ��� -�ɥ饤�Фϥ����ͥ�����ե�����ǻ��ꤵ�줿 IRQ �� EEPROM ����¸���줿�ͤ� -��äƤ�����硢�ٹ��å��������������� -����ե�����ǻ��ꤵ�줿�ͤ���Ѥ��ޤ� -(���ο��������Υ�������ѹ��ˤʤäƤ��ޤ�)�� -.Ss ���饤�ɥƥ쥷�� AT1700 ������� RE2000 ����������ץ� -���饤�ɥƥ쥷�� AT1700 ������� RE2000 ������Ǥϡ� -��ư I/O �ݡ��ȥ��ɥ쥹���е�ǽ��ư���ޤ����� -FMV-180 ��������ϳμ��٤�����ޤ��� -���饤�ɥƥ쥷���Υ����ץ��Ǥ��ε�ǽ����Ѥ���ΤϤ�����Ǥ��ޤ��� -.Pp -��ư IRQ ���Ф����¤Ĥ��Ǥ�����ǽ�Ǥ��� -.Nm fe -�ɥ饤�Ф�����ե������ -.Dq irq \&? -�����ꤵ��Ƥ�����硢�ܡ��ɤ� EEPROM ������ IRQ ��������褦�Ȥ��ޤ��� -�Թ��ʤ��Ȥˡ�AT1700 ������� RE2000 ������ˤ� 2 ����Υ�ǥ뤬 -����褦�˻פ��ޤ�; -���륿���פ� IRQ �� 3/4/5/9 ���������ǽ�ǡ��⤦������ 10/11/12/15 �������� -��ǽ�Ǥ��� -�����Υ�ǥ�μ�����ˡ�ϡ��ɤ��Τ��Ƥ��ޤ��� -���Τ��ᡢ���饤�ɥƥ쥷���Υ����ץ��Ǥμ�ư IRQ ���Фϳμ¤Ǥʤ��褦�Ǥ��� -�����ȥ�֥뤬���������ϡ����Τ� IRQ �ֹ����ꤷ�Ƥ��������� -.Pp -AT17000 ������� RE2000 ������ΰ㤤�䡢 -�����Υ������ǤΥޥ��ʥ�ǥ�θ�ʬ���Ϥ��Ƥ��ޤ��� -.Ss �ٻ��� MBH10302 PC ������ -.Nm fe -�ɥ饤�Ф��ٻ��� MBH10302 �ȸߴ� PC �����ɤݡ��Ȥ��Ƥ��ޤ��� -ư��ˤ� PC ������ (PCMCIA) ���ݡ��ȥѥå�������ɬ�פǤ��� -.Sh ��Ϣ���� -.Xr netstat 1 , -.Xr crd 4 , -.Xr ed 4 , -.Xr netintro 4 , -.Xr ifconfig 8 , -.Xr pccardd 8 -.Sh �Х� -�ʲ��ϡ����Τ��礭�ʥХ��Ǥ�: -.Pp -.Nm fe -�ɥ饤�Фˤ�ä��ݤ���Ƥ��륳�ꥸ���������פ����ΤǤϤ���ޤ���; -.Xr netstat 1 -�� -.Fi i -���ץ����ϼºݤΥ��ꥸ�������㴳���ʤ��ͤ��ޤ��� -.Pp -�פä�����¿���� mbuf ���饹��������ޤ��� -�ѥ��åȼ����롼����mbuf ���饹���γ�����ƥݥꥷ�ˡ��虜 -�Ȱ�ȿ���Ƥ��뤫��Ǥ��� -��ɬ�פ˳�����Ƥ�줿���饹����û����¸���֤Dz�������뤿�ᡢ -Ĺ���ܤǸ���Х����ͥ��������̤ˤϱƶ����ޤ��� -.Pp -XNS �� IPX �ؤΥ��ݡ��Ȥ��ɥ饤�Фˤϴޤޤ�Ƥ��ޤ����� -���٤�ƥ��ȤϤ���Ƥ��餺����������ΥХ�������Ϥ��Ǥ��� -.Sh ��ԡ���������վ�� -.Pp -.Nm fe -�ɥ饤�Ф� -.An David Greenman -���� -.Nm ed -�ɥ饤�Ф����ϤȤ��ơ� -.An M. Sekiguchi Aq seki@sysrap.cs.fujitsu.co.jp -���ȼ��˺������ƴ�£���ޤ����� -.Nm fe -�ˤ����� PC �����ɥ��ݡ��Ȥ� -.An Hidetoshi Kimura Aq h-kimura@tokyo.se.fujitsu.co.jp -���ޤ����� -���Υޥ˥奢��ڡ����� -.An M. Sekiguchi -���ޤ����� -.Pp -.Em "All Rights Reserved, Copyright (C) Fujitsu Limited 1995" -.Pp -This document and the associated software may be used, modified, -copied, distributed, and sold, in both source and binary form provided -that the above copyright, these terms and the following disclaimer are -retained. The name of the author and/or the contributor may not be -used to endorse or promote products derived from this document and the -associated software without specific prior written permission. -.Pp -THIS DOCUMENT AND THE ASSOCIATED SOFTWARE IS PROVIDED BY THE AUTHOR -AND THE CONTRIBUTOR -.Dq AS IS -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR THE -CONTRIBUTOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -DOCUMENT AND THE ASSOCIATED SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -.Sh ��� -.Nm -�ɥ饤�Ф� -.Fx 2.0.5 -�����о줷�ޤ����� diff --git a/ja_JP.eucJP/man/man4/man4.i386/ie.4 b/ja_JP.eucJP/man/man4/man4.i386/ie.4 deleted file mode 100644 index 7c314c8cc9..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/ie.4 +++ /dev/null @@ -1,96 +0,0 @@ -.\" $FreeBSD$ -.\" -.\" Copyright (c) 1994, Wilko Bulte -.\" All rights reserved. -.\" -.\" %Id: ie.4,v 1.7 1998/10/22 14:12:55 bde Exp % -.\" -.Dd September 23, 1994 -.Dt IE 4 i386 -.Os -.Sh ̾�� -.Nm ie -.Nd -���������ͥåȥǥХ����ɥ饤�� -.Sh �� -.Cd "device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000" -.Sh ���� -.Nm ie -�ɥ饤�Фϡ�8 �ӥåȵڤ� 16�ӥåȤ� Intel i82586 ���åפ�١����ˤ����� -ISA �������ͥåȥ����ɤΥ��ݡ��Ȥ����ޤ��� -����� AT&T �� Starlan 10 �ڤ� Starlan Fiber�� -EN100��Intel EtherExpress 16��3COM 3C507 �ڤ� RACAL Interlan NI5210 -�ݡ��Ȥ��ޤ��� -.Pp -.Sh ���� -.Bl -diag -.It "ie%d: unknown board type code %d" -i82586 ���åפϸ��Ĥ���ޤ������� -�ɥ饤�Фϥץ�������˼ºݤΥܡ��ɥ����פ����Ǥ��ޤ���Ǥ����� -.It "ie%d: kernel configured maddr %x doesn't match board configured maddr %x" -�ǥХ����ץ����֤ϡ� -�����ͥ�����ե�����˻��ꤵ�줿 maddr �Ȱۤʤ� maddr �Ф��ޤ����� -.It "ie%d: can't find shared memory" -�ǥХ����ץ����֤ϡ� -��ͭ������礭�������뤿��Υ����������Ǥ��ޤ���Ǥ����� -.It "ie%d: kernel configured msize %d doesn't match board configured msize %d" -�ǥХ����ץ����֤ϡ� -��ͭ������礭���������ͥ�����ե�����˻��ꤵ�줿�������Ȱۤʤ뤳�Ȥ� -���Ф��ޤ����� -.It "ie%d: kernel configured irq %d doesn't match board configured irq %d" -�ǥХ����ץ����֤ϡ� -�ܡ��ɤγ��������꤬�����ͥ�����ե�����˻��ꤵ�줿����Ȱۤʤ뤳�Ȥ� -���Ф��ޤ����� -.It "ie%d: reset" -Intel i82586 �ϥɥ饤�Фˤ��ꥻ�åȤ����ɬ�פ�����ޤ����� -.It "ie%d: transceiver problem" -�ɥ饤�Фϡ����������ͥåȥȥ���Ф�����Ф��ޤ����� -����ϡ� -���դ��ȥ���Ф���Ѥ��Ƥ���Ȥ��˥ȥ���Х����֥뤬�ˤ�Ǥ��롢 -�⤷������»���Ƥ��뤳�Ȥ��̣���ޤ��� -�⤷����������ɾ�Υȥ���ФǷи��������ˤϡ� -�����ɤ����դ��ȥ���Ф���Ѥ���褦�� -���äƥ��������ꤵ��Ƥ��뤫�⤷��ޤ��� -�ǰ��ξ�硢����ܡ��ɥȥ���Фϲ���Ƥ��뤫�⤷��ޤ��� -.It "ie%d: TDR detected an open %d clocks away" -�ɥ饤�Фϡ� -���������ͥåȥ����֥�β�ϩ�������ץ�ˤʤäƤ��뤳�ȤФ��ޤ����� -Ʊ�������֥�Ƚ������ǧ���Ƥ��������� -.It "ie%d: TDR detected a short %d clocks away" -�ɥ饤�Фϡ� -���������ͥåȥ����֥뤬û�����Ƥ��뤳�ȤФ��ޤ����� -Ʊ�������֥�Ƚ�ü���ǧ���Ƥ��������� -.It "ie%d: TDR returned unknown status %x" -�ɥ饤�Фϡ����������ͥåȥ����֥��������ʾ��֤����ޤ����� -.It "ie%d: multicast address setup command failed" -�����ɤϡ��ޥ�����㥹�ȥ⡼�ɤ�����ޤ���Ǥ����� -.It "ie%d: configure command failed" -�����ɤϡ������������˱������뤳�Ȥ���ݤ��ޤ����� -.It "ie%d: individual address setup command failed" -�������ͥåȤ� MAC ���ɥ쥹��ץ�����ह�뤳�Ȥ˼��Ԥ��ޤ����� -.El -.Sh �ٹ� -Racal Interlan NI5210 �ˤϡ� -��ͭ���꤬ 8K �Х��ȤΤ�Τ� 16K �Х��ȤΤ�ΤȤ�����ޤ��� -16K �Х��ȤΤ�Τ���Ѥ��뤳�Ȥ��侩���ޤ��� -8K �Х��ȥ����ɤϡ��ɲä� RAM ���åפ�ä��뤳�Ȥˤ�ꡢ -16K �Х��Ȥˤ��뤳�Ȥ��Ǥ��ޤ��� -.Pp -.Sh ��Ϣ���� -.Xr arp 4 , -.Xr netintro 4 , -.Xr ifconfig 8 -.Sh ��� -.Nm -�ǥХ����ɥ饤�Фϡ� -.An William F. Jolitz -�ڤ� Lawrence Berkeley Laboratories �Υ����ɤ��� -.An Garrett A. Wollman -���������ޤ����� -.Tn 3C507 -���ݡ��Ȥ� -.An Charles M. Hannum -���������ޤ����� -���Υޥ˥奢��ڡ����� -.An Wilko C. Bulte -�����Ҥ��ޤ����� diff --git a/ja_JP.eucJP/man/man4/man4.i386/io.4 b/ja_JP.eucJP/man/man4/man4.i386/io.4 deleted file mode 100644 index fabd384abc..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/io.4 +++ /dev/null @@ -1,72 +0,0 @@ -.\" -.\" Copyright (c) 1996 Joerg Wunsch -.\" -.\" All rights reserved. -.\" -.\" This program is free software. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" %Id: io.4,v 1.5 1997/03/21 20:13:45 mpp Exp % -.\" $FreeBSD$ -.\" -.Dd Jan 1, 1996 -.Dt IO 4 i386 -.Os -.Sh ̾�� -.Nm io -.Nd I/O �ø��ե����� -.Sh ���� -�ü�ե����� -.Pa /dev/io -�����沼�ˤ��륻�����ƥ��ۡ���ǡ� -.Pq �̾�ϥ����ͥ�����������ɤ�ͽ�줿 -I/O �ø������뤳�Ȥ�ץ������˵��Ĥ��ޤ��� -.Pa /dev/io -�����ե����뵭�һҤ���ä��ɤ�ʥץ������Ǥ⡢ -�ե饰�쥸�������åȤ���� -.Em IOPL -�ӥåȤ����뤳�Ȥ��Ǥ��ޤ��� -���ʤ����ľ�� I/O �����뤳�Ȥ�������ޤ��� -����ϡ��ϡ��ɥ�������ľ������ -�桼�����ɤΥץ�������������Ω���ޤ��� -.Pp -���������������Τ� -.Pa /dev/io -�Υե����륢�������ѡ��ߥå����ˤ�äƴ�������Ƥ��ޤ��Τǡ� -���ΥǥХ������������ѡ��ߥå�����Ϳ����褦�� -���դ���ɬ�פ�����ޤ��� -�ɤ߹������ѤΥ��������Ǥ��������٤Ƥ� I/O �ø��� -Ϳ���Ƥ��ޤ����Ȥ����դ��Ƥ��������� -.Sh �ե����� -.Bl -tag -width Pa -compact -.It Pa /dev/io -.El -.Sh ��Ϣ���� -.Xr mem 4 -.Sh ��� -.Nm io -�ե������ -.Fx 1.0 -���о줷�ޤ����� - - - diff --git a/ja_JP.eucJP/man/man4/man4.i386/lnc.4 b/ja_JP.eucJP/man/man4/man4.i386/lnc.4 deleted file mode 100644 index d98101a2e5..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/lnc.4 +++ /dev/null @@ -1,124 +0,0 @@ -.\" -.\" Copyright (c) 1997 David E. O'Brien -.\" -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" %Id: lnc.4,v 1.6 1998/11/06 09:46:02 obrien Exp % -.\" $FreeBSD$ -.\" -.Dd January 19, 1997 -.Dt LNC 4 i386 -.Os FreeBSD -.Sh ̾�� -.Nm lnc -.Nd -AMD Lance/PCnet �������ͥåȥǥХ����ɥ饤�� -.Sh �� -.Cd "device lnc0 at isa? port 0x280 net irq 10 drq 0" -.Sh ���� -.Nm -�ɥ饤�Фϡ�Am7990 �� Am79C960 �ޤ� AMD �ե��ߥ�����Ѥ��Ƥ��� -Lance/PCnet Ethernet NIC �ݡ��Ȥ��뤿����Ѱդ���Ƥ��ޤ��� -.Nm -���ե������ˤ�äƥ��ݡ��Ȥ���Ƥ��륤�����ͥåȥ����ɤϼ����̤�Ǥ�: -.Bl -tag -width -offset ident -compat -.It Novell NE2100 -.It Novell NE32-VL -.It Isolan BICC -.It Digital DEPCA -.It Hewlett Packard Vectra 486/66XM -.It Hewlett Packard Vectra XU -.El -.Sh ���� -.Bl -diag -.It "lnc%d: Framing error" -�ե졼�ߥ��顼��ȯ�����ޤ����� -����Ϥޤ���CRC ���顼��ȯ���������Ȥ��̣���Ƥ��ޤ��� -���η�̡� -�ɥ饤�Фϥե졼�ߥ��顼��ޤ�Ǥ���ѥ��åȤ���Ȥ��ޤ����� -.It "lnc%d: Receive CRC error" -���������������ͥåȥե졼��ϡ�CRC �����å�����˼��Ԥ��ޤ����� -���η�̡� -�ɥ饤�Ф������å�����˼��Ԥ����ѥ��åȤ���Ȥ��ޤ����� -.It "lnc%d: Packet dropped, no mbufs" -�ɥ饤�Ф� mbuf ��Ȥ��̤��Ƥ��ޤ��ޤ����� -�����餯��������Ȼפ��ޤ��� -.It "lnc%d: Couldn't allocate memory for NIC" -��̿Ū���顼�Ǥ��� -���ξ������Ǥϡ������ɤ��Ф��ƥɥ饤�Фϥ����å�����ޤ��� -.It "lnc%d: Memory allocated above 16Mb limit" -ISA �� ESIA �����ɤϡ� -16MB �ʾ���ΰ�� DMA ž����Ԥ�����ˡ��Х��Хåե���ɬ�פȤʤ�ޤ��� -Am7990 �� Am79C960 �Υ��ɥ쥹�饤��� 24 �ܤ�������ޤ���Τǡ� -ʪ������Τ��������̤� 16MB �ˤ������������Ǥ��ޤ��� -.Nm -�ɥ饤�Фϡ����ʤ�������Ƥ���꤬���� 16MB ���ϰ���ˤ���Ȳ��ꤷ�Ƥ��ޤ��� -����Ϥ��ޤ������ʲ���ǤϤ���ޤ��� -����ʳ�����ˡ�Ϻ��ΤȤ�������Ǥ��ޤ��� -��ͭ��������Ѥ��� NIC �˴ؤ��Ƥϴط�����ޤ��� -.It "lnc%d: Device timeout -- Resetting" -�ǥХ����ϥͥåȥ���˱�������Τ���ߤ����������뤤�ϡ� -�ͥåȥ����³ (�����֥�) �˴ؤ������꤬ȯ�����ޤ����� -������Υͥåȥ����³�ȥ����ɤ����꤬Ʊ���ˤʤäƤ��뤫 -�ɤ�����ǧ���Ƥ��������� -.It "lnc%d: Transmit late collision -- Net error?" -.It "lnc%d: Loss of carrier during transmit -- Net error?" -.It "lnc%d: Transmit of packet failed after 16 attempts -- TDR = %d" -.It "lnc%d: Heartbeat error -- SQE test failed" -.It "lnc%d: Babble error - more than 1519 bytes transmitted" -.It "lnc%d: Missed packet -- no receive buffer" -.It "lnc%d: Memory error -- Resetting" -.It "lnc%d: Couldn't get mbuf for transmit packet -- Resetting" -.It "lnc%d: Receive buffer error" -.It "lnc%d: Receive overflow error" -.It "lnc%d: Receive interrupt with buffer still owned by controller -- Resetting" -.It "lnc%d: Receive interrupt but not start of packet -- Resetting" -.It "lnc%d: Start of packet found before end of previous in receive ring -- Resetting" -.It "lnc%d: End of received packet not found -- Resetting" -.It "lnc%d: Transmit interrupt with buffer still owned by controller -- Resetting" -.It "lnc%d: Transmit interrupt but not start of packet -- Resetting" -.It "lnc%d: Start of packet found before end of previous in transmit ring -- Resetting" -.It "lnc%d: End of transmitted packet not found -- Resetting" -.It "lnc%d: Transmit buffer error -- Resetting" -.It "lnc%d: Transmit underflow error -- Resetting" -.El -.Sh �Х� -���Υɥ饤�Фϡ� -�ɤΥ������ͥåȥɥ饤�Ф����Ĺ�˺���Ƥ����ǽ��������ޤ��� -.Sh ��Ϣ���� -.Xr arp 4 , -.Xr netintro 4 , -.Xr ifconfig 8 -.Sh ��� -.Nm -�ǥХ����ɥ饤�Ф� -.Fx 2.2 -�����о줷�ޤ����� -.Sh ��� -.Nm -�ǥХ����ɥ饤�Ф� -.An Paul Richards -���������ޤ����� -���Υޥ˥奢��ڡ����� -.An David E. O'Brien -���ޤ����� diff --git a/ja_JP.eucJP/man/man4/man4.i386/mcd.4 b/ja_JP.eucJP/man/man4/man4.i386/mcd.4 deleted file mode 100644 index fb25731e30..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/mcd.4 +++ /dev/null @@ -1,151 +0,0 @@ -.\" -.\" Copyright (c) 1994 Keith E. Walker -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software withough specific prior written permission -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" %Id: mcd.4,v 1.6 1998/10/22 14:12:55 bde Exp % -.\" $FreeBSD$ -.\" -.Dd December 8, 1994 -.Dt MCD 4 i386 -.Os FreeBSD 2.0 -.Sh ̾�� -.Nm mcd -.Nd Mitsumi CD-ROM �ɥ饤�� -.Sh �� -.Cd "device mcd0 at isa? port 0x300 bio irq 10" -.Sh ���� -.Nm mcd -�ɥ饤�Ф� Mitsumi �� CD-ROM �ץ쥤����Ф��ơ��ǡ����ȥ����ǥ����� -���ե����������ޤ��� -CD-ROM �ץ쥤��ϡ�Mitsumi ���ѤΥ���ȥ����� -�ܡ��ɤ� 1 �Ĥ�Ф�ISA �Х�����³����Ƥ��뤳�Ȥ�ɬ�פǤ��� -���ݡ��Ȥ���Ƥ��륳��ȥ�����ܡ��ɤ� LU002S, LU005S, FX001, �����ư���Ū�� -FX001D �Ǥ��� -.Pp -.Nm mcd -�ɥ饤�Фϥǥ�������ͭ�� -.Fn ioctl -���ޥ�ɡ����ʤ�� -.Dv DIOCGDINFO , -.Dv DIOCGPART , -.Dv DIOCWDINFO , -.Dv DIOCSDINFO , -���ޥ�ɤ��Ф��Ʊ������ޤ��� -¾�Υǥ�������ͭ�� -.Fn ioctl -���ޥ�ɤˤϥ��顼���֤���Τ⤢��Ǥ��礦�� -.Pp -.Nm mcd -�ɥ饤�Фϡ����̤� CD-ROM -.Fn ioctl -���ޥ�ɤ��Ф��Ƥ�������ޤ��������Υ��ޥ�ɤϡ�CD-ROM �ץ쥤��� -�����ǥ�����ǽ�����椷�ޤ��� -���ޥ�ɤϼ����̤�Ǥ�: -.Pp -.Bl -tag -width CDIOCREADSUBCHANNEL -compact -offset indent -.It CDIOCREADSUBCHANNEL -�ǥ������������θ��ߤξ��֤ˤ����륵�֥���ͥ�ξ����������ޤ��� -.It CDIOCREADTOCHEADER -�ܼ��إå���������ޤ��� -.It CDIOCREADTOCENTRYS -���Ƥ��ܼ���������ޤ��� -.It CDIOCPLAYTRACKS -���ꤵ�줿���֤ˤ����ơ������ǥ���������Ϥ�ޤ��� -.It CDIOCPLAYBLOCKS -.Dv EINVAL -���顼�Ǽ��Ԥ��ޤ��� -.It CDIOCPLAYMSF -���ꤵ�줿���֤ˤ����ơ������ǥ���������Ϥ�ޤ��� -.It CDIOCRESUME -���餫��������ߤ����ǥ������κ�����쥸�塼�ष�ޤ��� -.It CDIOCPAUSE -�ǥ������κ���������ߤ��ޤ��� -.It CDIOCSTART -�ǥ�����������Ϥ�ޤ��� -.It CDIOCSTOP -���餫���������Υǥ���������ߤ��ޤ��� -.It CDIOCEJECT -�ǥ������ȥ졼���ץޤ� -(�����������륳�ޥ�ɤϥ��ݡ��Ȥ���Ƥ��ޤ���)�� -.It CDIOCRESET -�������������ߤ���Mitsumi ����ȥ�����ܡ��ɤ�ꥻ�åȤ��ޤ��� -.It CDIOCSETDEBUG -�����ͥ�� -.Nm mcd -�ɥ饤�ФˤĤ��ƤΥǥХå���å���������˽��Ϥ��ޤ��� -.It CDIOCCLRDEBUG -�����ͥ�� -.Nm mcd -�ɥ饤�ФˤĤ��ƤΥǥХå���å������ν��Ϥ�λ���ޤ��� -.El -.Pp -�嵭��������� -.Fn ioctl -���ޥ�ɤ� -.Nm mcd -�ɥ饤�Ф����ݡ��Ȥ��륳�ޥ�ɤ����Ǥ���( -.Dv CDIOCSETVOL -�� -.Dv CDIOCSETSTERIO -�Τ褦��) CD-ROM ��Ϣ -.Fn ioctl -���ޥ�ɤ�¸�ߤ��ޤ��������Τ褦�ʥ��ޥ�ɤ� -�ɥ饤�Фξ���ΥС������ǥ��ݡ��Ȥ���뤫���Τ�ޤ��� -.Sh ��Ϣ�ե����� -.Bl -tag -width /dev/(r)mcd0a -compact -.It Pa /dev/(r)mcd0a -�ǥ�������� BSD �ѡ��ƥ������˥����������ޤ����̾CD-ROM �ǥ����� -���¸�ߤ���ե����륷���ƥ��ñ��Ǥ��� -.It Pa /dev/(r)mcd0c -raw �ǥХ����˥����������ޤ��� -.El -.Sh �� -.Nm mcd -�ɥ饤�ФΥ���饯���⡼�ɥǥХ����ϡ� -�����ǥ�����ǽ�˸��ꤷ�ƥ����������뤿��˻Ȥ��٤��Ǥ��� -�ǡ�����ǽ�˥�����������ȡ���ǽ���Ҥɤ���������Ǥ��� -.Pp -�ɥ饤�Фθ��ߤΥС������ϡ��������줿������ IRQ ���Ф��Ƴ����� -�ϥ�ɥ���ݻ����Ƥ���ˤ⤫����餺�����ե������ܡ��ɤ� DMA �� -IRQ ��ǽ�Τɤ�����Ѥ��Ƥ��ޤ��� -�Ȥ⤫�� DMA ��ǽ�����ݡ��Ȥ����ޤǡ��ܡ��� -��������������ߤ����ϥɥ饤�Фˤ�äƥ��ݡ��Ȥ���ޤ��� -.Sh ��Ϣ���� -.Pa /usr/include/sys/cdio.h -.Sh ��� -�ɥ饤�Ф� -.An Holger Veit -(�ǡ�����ʬ) �ڤ� -.An Brian Moore -(�����ǥ�����ʬ) ���ޤ�����������Ф����ѹ��� -.An Gary Clark II , -.An Andrew A. Chernov , -.An Jordan K. Hubbard -�ˤ�ä�����ޤ����� -.Sh ��� -.Nm mcd -�ɥ饤�Ф� -.Fx 1.0 -�Ǻǽ���о줷�ޤ����� diff --git a/ja_JP.eucJP/man/man4/man4.i386/npx.4 b/ja_JP.eucJP/man/man4/man4.i386/npx.4 deleted file mode 100644 index f44bbaabde..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/npx.4 +++ /dev/null @@ -1,79 +0,0 @@ -.\" -.\" Copyright (c) 1993 Christopher G. Demetriou -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by Christopher G. Demetriou. -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software withough specific prior written permission -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" from: npx.4,v 1.1 1993/08/06 10:58:03 cgd Exp -.\" %Id: npx.4,v 1.5 1998/10/22 14:22:13 bde Exp % -.\" $FreeBSD$ -.\" -.\" WORD: Numeric Processing Extension coprocessor ���ͱ黻���ץ����å� -.\" -.Dd August 28, 1993 -.Dt NPX 4 i386 -.Os FreeBSD -.Sh ̾�� -.Nm npx -.Nd ���ͱ黻���ץ����å��ȥ��ߥ�졼�� -.Sh �� -.Cd "options MATH_EMULATE" -.\" XXX this is awful hackery to get it to work right... -- cgd -.Cd "device npx0 at isa? port IO_NPX tty irq 13" -.Sh ���� -.Nm npx -�ɥ饤�Фϡ������ƥ�˿��ͱ黻���ץ����å�������С� -��������ѤǤ���褦�ˤ��ޤ��� -��ĥ���ͱ黻��ǽ (NPX) �ϡ� -.Sy 486DX -CPU ��Ȥä������ƥ�䡢 -.Sy 387 -�ޤ��� -.Sy 487SX -���ץ����å���Ȥä������ƥ��¸�ߤ��ޤ��� -.Nm npx -�ɥ饤�Ф� NPX ��¸�ߤ��뤫�ݤ��˴ؤ�餺�� -�����ƥब�����ư��뤿���ɬ�פǤ��� -.Pp -�⤷ NPX �������ƥ��¸�ߤ��ʤ����ˤϡ� -�����ͥ�����ե������ "MATH_EMULATE" ���ץ���� -���Ҥ���Ƥ��뤳�Ȥ�ɬ�פǤ��� -����ˤ�ꡢ�̾�� NPX �Ǽ¹Ԥ����̿����ݡ��Ȥ���ޤ��� -�����ƥ�� NPX ��¸�ߤ����������ͥ뤬���إ��ߥ�졼�������դ����� -���ۤ���Ƥ�����ˤϡ������ƥ�ϵ�ư���ޤ��� -.Sh �ٹ� -���ߥ�졼���� NPX ���ץ����å�����٤������٤��Ǥ��� -���Τ��ᡢ���ߥ�졼����Ȥ�ʤ���Фʤ�ʤ��Ȥ��ˤϡ� -��ư�������黻����ǽ�������ʤ�ޤ��� -.Sh �Х� -��������ޤ����ä˰¤äݤ��ޥ����ܡ��ɾ�ǻȤä����ˤϤ����Ǥ��� -NPX ���� CPU �ؤγ����ߥ饤����������������Ƥ��ʤ� -�ޥ����ܡ��ɤ�����ޤ��� -�⤷���Τ褦�ʾ��ˡ������ƥब��������ư��뤳�Ȥ�˾��ʤ�С� -���ߥ�졼����Ȥ����Ȥ�ɬ�פǤ��� -.Pp -Ķ�۴ؿ�̿��Υ��ߥ�졼�����������ΤǤ��� -����ʳ���̿��Υ��ߥ�졼������������Ǥ��� diff --git a/ja_JP.eucJP/man/man4/man4.i386/pcf.4 b/ja_JP.eucJP/man/man4/man4.i386/pcf.4 deleted file mode 100644 index 7f14fc2530..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/pcf.4 +++ /dev/null @@ -1,65 +0,0 @@ -.\" Copyright (c) 1998, Nicolas Souchu -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" -.\" $FreeBSD$ -.Dd August 6, 1998 -.Dt PCF 4 -.Os FreeBSD -.Sh ̾�� -.Nm pcf -.Nd -Philips I2C �Х�����ȥ����� -.Sh �� -.Cd "controller pcf0 at isa? port? irq 5" -.Pp -1 �İʾ�� iicbus �Х����Ф� -.Cd "controller iicbus0" -.Sh ���� -.Em pcf -�ɥ饤�Ф� -.Xr iicbus 4 -�����ƥ��Ѥ� Philips PCF8584 I2C ����ȥ�����Υ��ݡ��Ȥ����ޤ��� -.Pp -PCF8584 �� CMOS �ƥ��Υ������߷פ��줿���Ѳ�ϩ�Ǥ��ꡢ -�ۤȤ�ɤ�ɸ��Ū�ʥѥ���Х��ޥ���������ȥ�����/�ޥ������ץ����å��� -���ꥢ�� I2C �Х��Ȥδ֤Υ��ե����������ޤ��� -PCF8584 �ϥޥ����ȥ��졼�֤�ξ���ε�ǽ�����ޤ��� -I2C �Х��Ȥ��̿��ϳ����ߤ��ݡ���ϥ�ɥ���������Ȥ��� -�Х��Ȥ���ܤȤ��Ƽ¹Ԥ���ޤ��� -�ޤ���I2C �Х���ͭ�Υ��������ץ��ȥ��롢Ĵ�䡢�����ߥ����Ƥ� -���椷�ޤ��� -PCF8584 �ϥѥ���Х������ƥ�� I2C �Х��Ȥ��������̿����ǽ�ˤ��Ƥ��ޤ��� -.Pp -.Sh ��Ϣ���� -.Xr iicbus 4 -.Sh ��� -.Nm -�ޥ˥奢��ڡ����� -.Fx 3.0 -���о줷�ޤ����� -.Sh ��� -���Υޥ˥奢��ڡ����� -.An Nicolas Souchu -���ޤ����� diff --git a/ja_JP.eucJP/man/man4/man4.i386/perfmon.4 b/ja_JP.eucJP/man/man4/man4.i386/perfmon.4 deleted file mode 100644 index 16d20578b0..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/perfmon.4 +++ /dev/null @@ -1,225 +0,0 @@ -.\" -.\" Copyright 1996 Massachusetts Institute of Technology -.\" -.\" Permission to use, copy, modify, and distribute this software and -.\" its documentation for any purpose and without fee is hereby -.\" granted, provided that both the above copyright notice and this -.\" permission notice appear in all copies, that both the above -.\" copyright notice and this permission notice appear in all -.\" supporting documentation, and that the name of M.I.T. not be used -.\" in advertising or publicity pertaining to distribution of the -.\" software without specific, written prior permission. M.I.T. makes -.\" no representations about the suitability of this software for any -.\" purpose. It is provided "as is" without express or implied -.\" warranty. -.\" -.\" THIS SOFTWARE IS PROVIDED BY M.I.T. ``AS IS''. M.I.T. DISCLAIMS -.\" ALL EXPRESS OR IMPLIED WARRANTIES WITH REGARD TO THIS SOFTWARE, -.\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT -.\" SHALL M.I.T. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF -.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" %Id: perfmon.4,v 1.6 1998/03/12 07:30:36 charnier Exp % -.\" $FreeBSD$ -.Dd March 26, 1996 -.Dt PERFMON 4 i386 -.Os FreeBSD 2.2 -.Sh ̾�� -.Nm perfmon -.Nd CPU ����ǽ��˥���륤�ե����� -.Sh �� -.Cd cpu \&"I586_CPU\&" -.Cd cpu \&"I686_CPU\&" -.Cd options PERFMON -.Sh ���� -.Nm perfmon -�ɥ饤�Фˤ�� -.Tn Intel -�� -.Tn Pentium -�� -.Tn "Pentium Pro" -�� -CPU ��������ǽ��˥����ǽ�˥��������Ǥ��ޤ��� -�����Υץ����å��ˤ�¿�̤ʥ��٥�ȤˤĤ���ȯ������ޤ��� -(CPU ��������Ǥ�) ��³���֤Τɤ��餫��¬�ꤹ��褦������Ǥ��� -2 �Ĥ����������ȡ�Ʊ���������å��������������� -1 �ĤΥ������륫������������Ƥ��ޤ��� -.Nm -�ɥ饤�ФǤϤ����ε�ǽ���Ф��ƥǥХ��������ˤ�륤�ե��������� -���ޤ��� -.Pp -��ǽ��˥���륫���ؤ����ƤΥ��������� -�ǥХ������ü�ե������ -.Dq Pa /dev/perfmon -����Ȥ��ƽ�������ޤ��� -���ΥǥХ��������� -.Xr ioctl 2 -�ꥯ�����Ȥ�¿������ -.Aq Pa machine/perfmon.h -�����������졢���Υե��������ˤ� -.Tn Pentium -�� -.Tn "Pentium Pro" -�ץ����å���ξ���ο����ʥ���������⤢��ޤ��� -.Pp -.Sy ���ջ���: -���Ѳ�ǽ�ʥ��٥�Ȥν���ϥץ����å���˰ۤʤ�ޤ��� -���Ѥ���륤�٥�ȥ����ɤ�¬�ꤵ��� CPU �η������Ф��� -Ŭ���Ǥ��뤳�Ȥ��ǧ���뤳�Ȥϥץ�����ޤ���Ǥ�Ǥ��� -.Pp -�ʲ��� -.Xr ioctl 2 -�ꥯ�����Ȥ��������Ƥ��ޤ�: -.Bl -tag -width PMIOTSTAMP -.It Dv PMIOSETUP -.Pq Li "struct pmc" -��¤�Τ��������Ƥ���ѥ����ȥե饰�ǥ��������ꤷ�ޤ��� -�ʲ��Υե�����ɤ� -.Li struct pmc -���������Ƥ��ޤ�: -.Bl -tag -width "u_char pmc_eventx" -.It Li "int pmc_num" -���ꤹ�륫�����ֹ�Ǥ��� -.Dv NPMC -(���ߤ� 2) ��꾮�����ʤ���Фʤ�ޤ��� -.It Li "u_char pmc_event" -��˥����٤�����Υ��٥�ȥ����ɤǡ� -.Aq Pa machine/perfmon.h -���������Ƥ��ޤ��� -.It Li "u_char pmc_unit" -���٥�Ȥη����б��������֤Υޥ������ͤǤ� ( -.Tn Intel -��ʸ���)�� -.It Li "u_char pmc_flags" -������Ư�����ѹ�����ե饰 (��������) �Ǥ��� -.It Li "u_char pmc_mask" -�����Υޥ������ͤǤ����Ĥޤꡢ���衢�����ͤϻ��ꤵ�줿���Υ����å� -�ʾ� (���ϰʲ�) �δַ�³���륤�٥�Ȥ˥�����Ȥ����¤���٤˻��Ѥ���뤷������ -�Ǥ��� -.El -.Pp -���Τ褦�� -.Li pmc_flags -���ͤ��������Ƥ��ޤ�: -.Bl -tag -compact -width PMCF_USRxx -.It Dv PMCF_USR -���٥�Ȥ�桼���⡼�ɤǥ�����Ȥ��ޤ��� -.It Dv PMCF_OS -���٥�Ȥ��ͥ�⡼�ɤǥ�����Ȥ��ޤ��� -.It Dv PMCF_E -���٥�Ȥ��³���֤ǤϤʤ����ο��ǥ�����Ȥ��ޤ��� -.It Dv PMCF_INV -�����Υޥ�������Ӥΰ�̣���ž���ޤ��� -.El -.It Dv PMIOGET -.Pq Li "struct pmc" -���ꤵ�줿�����θ��ߤ�������֤��ޤ��� -.It Dv PMIOSTART -.It Dv PMIOSTOP -.Pq Li int -���ꤷ��������ư (���) ���ޤ����ϡ��ɥ������η�٤ˤ�ꡢ�ֹ��� -��ư����ߤʤ���Фʤ�ޤ��� -(¨���������� 0 ��ɬ���ޤ������� 1 ����ߤ��Ƥ�����ߤ��ʤ���Фʤ�ޤ���)�� -�ɥ饤�ФǤϤ�������� -.Sy �������Ƥ��ޤ��� -(�ȸ����Τ⾭��� CPU �ǤϤ�������Ϥʤ��ʤ뤫���Τ�ޤ���)�� -.It Dv PMIORESET -.Pq Li int -���ꤵ�줿������ 0 �˥ꥻ�åȤ��ޤ��������ϥꥻ�åȤ������� -.Dv PMIOSTOP -�ˤ����ߤ���ʤ���Фʤ�ޤ������ƤΥ����ϼ�ưŪ�� -.Dv PMIOSETUP -�ˤ�äƥꥻ�åȤ���ޤ��� -.It Dv PMIOREAD -.Pq Li "struct pmc_data" -�����θ��ߤ��ͤ���Ф��ޤ��� -.Li pmc_data -��¤�Τˤϼ��Τ褦�� 2 �ĤΥե�����ɤ��������Ƥ��ޤ�: -.Pp -.Bl -tag -compact -width "quad_t pmcd_value" -.It Li "int pmcd_num" -�ɤ߽Ф��������ֹ档 -.It Li "int pmcd_value" -64 �ӥåȤ�����դ������Ǥν�λ�͡� -.El -.Pp -���衢 -.Tn "Pentium Pro" -�ץ����å����� -������ľ���ɤ߽Ф��٤� -.Li RDPMC -̿�����ѽ�����ͤˤʤ�Ǥ��礦�� -.It Dv PMIOTSTAMP -.Pq Li "struct pmc_tstamp" -�����ॹ����ץ������ɤ߽Ф��ޤ��� -.Li pmc_tstamp -��¤�ΤǤ� 2 �ĤΥե�����ɤ��������Ƥ��ޤ�: -.Pp -.Bl -tag -compact -width "quad_t pmct_value" -.It Li "int pmct_rate" -������ MHz �ǤΤ����褽��®�٤Ǥ��� -.It Li "quad_t pmct_value" -64 �ӥå������ǤΥ����θ��ߤ��ͤǤ��� -.El -.Pp -.Li pmct_rate -�ե�����ɤ�Ϳ�����륫����®�٤ϡ� -����������ʻ��䥯���å��οʹԤ��Դ����ʰ٤ˡ� -�����ˤ������ΤǤϤʤ����Ȥ����դ���������ڤǤ��� -���Υե�����ɤˤĤ��Ƥ� -�����å������®�٤�ºݤ�ɽ�������ΤȤ������� -�꤬���꤫����Ŭ�����θ������餤�˹ͤ���٤��Ǥ��� -.El -.Sh ��Ϣ�ե����� -.Bl -tag -compact -width "/usr/include/machine/perfmon.h" -.It Pa /dev/perfmon -�����ؤ�ʸ�����ǥХ����Υ��ե����� -.It Pa /usr/include/machine/perfmon.h -��¤�Τȥ��٥�ȥ����ɤ�������Ƥ��륤�롼�ɥե����� -.It Pa /usr/share/examples/perfmon -���Ƥ� -.Fn ioctl -���ޥ�ɤλ��Ѥ����Ū���㼨��������ץ�Υ����������� -.El -.Sh ��Ϣ���� -.Xr ioctl 2 -.Rs -.%A Intel Corporation -.%B Pentium Pro Family Developer's Manual -.%D January 1996 -.%V vol. 3 -.%O Operating System Writer's Manual -.Re -.\"���������� -.Rs -.%A ����ƥ른��ѥ������� -.%B Pentium Pro �ե��ߥ �ǥ��٥��åѡ��� �ޥ˥奢�� -.%D January 1996 -.%V ���� -.%O ���ڥ졼�ƥ��� �����ƥ� �饤������ �ޥ˥奢�� -.Re -.\"���������� -.Sh ��� -The -.Nm -�ǥХ����� -.Fx 2.2 -�ǽ��Ƹ���ޤ����� -.Sh ��� -.Nm -�ɥ饤�Ф� -.An Garrett A. Wollman , -MIT Laboratory for Computer Science -���ޤ����� -.\"Translated by Tetsuro Furuya <ht5t-fry@asahi-net.or.jp>, Dec. 1999. -.\"ML Checked by Tetsuya Isaki (���ů��) <isaki@net.ipc.hiroshima-u.ac.jp>, -.\" Satoru Koizumi (���� �� )<koizumi@cms.phys.s.u-tokyo.ac.jp> -.\"Final Checked by diff --git a/ja_JP.eucJP/man/man4/man4.i386/pnp.4 b/ja_JP.eucJP/man/man4/man4.i386/pnp.4 deleted file mode 100644 index 98905b0302..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/pnp.4 +++ /dev/null @@ -1,221 +0,0 @@ -.\" pnp(4) - manual page for the scanner device driver `asc' -.\" -.\" -.\" Copyright (c) 1997 Luigi Rizzo -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgements: -.\" This product includes software developed by Luigi Rizzo. -.\" 4. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" %Id: pnp.4,v 1.2 1998/03/12 07:30:36 charnier Exp % -.\" -.\" Based on Japanese translation by Yasuhito FUTATSUKI <futatuki@fureai.or.jp> -.\" [man-jp 1426] -.\" $FreeBSD$ -.\" -.Dd September 7, 1997 -.Dt PNP 4 i386 -.Os FreeBSD -.Sh ̾�� -.Nm pnp -.Nd PnP �ǥХ����Υ��ݡ��� -.Sh �� -.Cd controller pnp0 -.Sh ���� -.Fx -�� PnP �ǥХ������ݡ��Ȥˤ�äơ��桼���� PnP �����ɤ������ -�������ꤹ�뤳�Ȥ���ǽ�ˤʤ�ޤ����ޤ����ǥХ����ɥ饤�Ф� PnP �����ɤ� -�ѥ�����������ѹ����뤳�Ȥ���ǽ�ˤʤ�ޤ��� -.Pp -��ư�Ƕ������ꤹ�뵡ǽ���Ѥ��뤿��ˤϡ������ͥ�� -.Cd options USERCONFIG -�դ��ǥ���ѥ��뤹��ɬ�פ�����ޤ��� -���ΤȤ������ͥ�ϡ�PnP �ǥХ����������Ͽ���뤿��� -������礭���Υơ��֥� (�ǥե���Ȥ� 20 ����ȥ�) ����ݤ��ޤ��� -PnP ������ 1 �Ĥ�ʣ������Ω�����ǥХ������鹽������Ƥ��� -���Ȥ⤢��ޤ� (5 �� 6 �Ĥ⤢��Ȥ������Ȥϰ۾�ǤϤ���ޤ���)�� -.Pp -�����ͥ�� -.Dq Fl c -�ե饰�դ��ǥ֡��Ȥ��뤳�Ȥǡ� -PnP �����ɤ������ѹ��Υ��ޥ�ɤ���ѤǤ��ޤ������ޥ�ɤ� -.Dl pnp CSN LDN -�Ȥ�������������Ϥޤ�ޤ��������ǡ�CSN �ʤ�Ӥ� LDN �� -���줾�졢�ǥХ����˿����Ƥ��륫���������ֹ� -.Pq Card Select Number -����������ǥХ����ֹ� -.Pq Logiacal Device Number -�Ǥ��� -���Υ�������³���ơ��ʲ��Υ��ޥ�ɤ�Ǥ�դ��Ȥ߹�碌���Ȥ��ޤ��� - -.Bl -tag -width "mmmmmmmmmm"" -.It Dv irqN Ar line -�����ɾ�γ����� 0 �ޤ��� 1 -.Pq ����: N �ǻ��� -�˻��Ѥ��� IRQ �������ꤷ�ޤ��� -.Ar line -�� 0 ����ꤹ�뤳�Ȥϡ�IRQ ������Ѥ��ʤ����Ȥ��̣���ޤ��� -.It Dv drqN Ar n -�����ɾ�� DMA 0 �ޤ��� 1 -.Pq ����: N �ǻ��� -�˻��Ѥ��� DRQ ����ͥ�����ꤷ�ޤ��� -����ͥ�� 4 ����ꤹ�뤳�Ȥϡ�����ͥ����Ѥ��ʤ����Ȥ��̣���ޤ��� -.It Dv portN Ar address -N ���ܤΥݡ����ΰ� -.Pq port's range -�δ��쥢�ɥ쥹 -.Pq base address -�����ꤷ�ޤ� (N=0..7)�� -.Ar address -�� 0 ����ꤹ�뤳�Ȥϡ��ݡ��Ȥ���Ѥ��ʤ����Ȥ��̣���ޤ��� -.It Dv memN Ar address -N ���ܤΥ����ΰ� -.Pq memory's range -�δ��쥢�ɥ쥹 -.Pq base address -�����ꤷ�ޤ� (N=0..3)�� -.Ar address -�� 0 ����ꤹ�뤳�Ȥϡ������ΰ����Ѥ��ʤ����Ȥ��̣���ޤ��� -.It Dv bios -PnP �ǥХ���������Ȥ��ơ�BIOS �����ꤷ����Τ���Ѥ��ޤ��� -����ϥǥե���ȤǤ��ꡢ -BIOS �� PnP �ݡ��Ȥ��Ƥ�����ˤ��̾�Ϥ���Ǥ褤�Ǥ��礦�� -BIOS �������Ѥ�����ˤ� -.Dq Dv flags -�ʳ��Υѥ�����̵�뤵��ޤ��� -.It Dv os -PnP �ǥХ���������ˡ����Υ���ȥ�ǻ��ꤷ����Τ���Ѥ��ޤ��� -.It Dv enable -PnP �ǥХ�����ͭ���ˤ��ޤ��� -.It Dv disable -PnP �ǥХ�����̵���ˤ��ޤ��� -.It Dv delete -�ǥХ����˻��Ѥ���Ƥ��륨��ȥ����������̤� CSN/LDN ���Ȥ���� -¾�ΥǥХ����ǻ��ѤǤ���褦�ˤ��ޤ��� -.It Dv flags -�ǥХ����ɥ饤�Ф��Ϥ� 32 �ӥåȤ� flags ����ȥ���ͤ����ꤷ�ޤ��� -flags �ϡ����̤�ư��⡼�ɤ���ꤹ��Τ˻Ȥ��뤳�Ȥ�����ޤ��� -(�㤨�С������Υ�����ɥ����ɤ� SB �� WSS �Υ��ߥ�졼������ -�ڤ��ؤ��롢�ʤ�) -.El -.Pp -���ߤΥơ��֥���������ͤϡ�userconfig �� -.Ic ls -���ޥ�ɤ�ɽ������ޤ��� -���Υơ��֥�ϡ��桼�����Ԥʤä��ѹ��˲ä��� -PnP �ǥХ����ɥ饤�Ф����������������٤Ƥ������ǥХ����Υ���ȥ�� -�ݻ����ޤ��� -.Pp -�ơ��֥���ѹ���̤ϡ� -.Xr dset 8 -���ޥ�ɤˤ�äƥե����륷���ƥ��Υ֡��ȥ��������¸����ޤ��� -.Pq ����: �����ͥ�� ELF ���ˤ�� dset ���ޥ�ɤ��ѻߤ���ޤ��� -.Pp -.Sh PnP �ݡ��Ȥ���ǥХ����ɥ饤�� -�����ͥ�� PnP �ǥХ�����ưŪ��ǧ���������ꤷ�ޤ��� -PnP �ǥХ����ϰʲ��Υǡ�����¤�Ǽ��̤��ޤ��� -.Bd -literal -struct pnp_device { - char *pd_name; - char *(*pd_probe ) (u_long csn, u_long vendor_id); - void (*pd_attach ) (u_long csn, u_long vend_id, char * name, - struct isa_device *dev); - u_long *pd_count; - u_int *imask; - struct isa_device dev; -}; -.Ed -.Pp -�ץ����� (probe) �롼����ϡ��Ϥ���� vendor_id ����ʬ�� -ǧ�������ΤǤ��뤫�� -���������ɬ�פʥǥХ�����ͭ���ˤʤäƤ��뤫������å����� -�����å��� -���Ԥ������ˤ� NULL �ͤ������������ˤ� NULL �Ǥʤ��� -(���̤˥ǥХ���̾��ؤ��ݥ���) ���֤��ޤ��� -�ץ����֥롼������ˤ����ơ������ǥХ�����ͭ���Ǥ��뤫�ɤ����� -�����å��ˤϡ� -.Fn read_pnp_parms -����ѤǤ��ޤ��� -.Pp -�����å� (attach) �롼����ϡ� -PnP �����ɤ� ISA ����������ǽ�ˤ��롢 -�����������롢�ǥХ����� ISA �ɥ饤�Ф�Ƥ֡� -�Ȥ��ä�ɬ�פʽ�����٤ƹԤ����Ȥ�ɬ�פǤ��� -.Pp -���Υ롼����ȥǡ�����¤�����ѤǤ��ޤ��� -.Bl -tag -width "xxxxxxxxxx" -.It Dv struct pnp_cinfo -���Υǡ�����¤ -.Po -.Pa /usr/i386/isa/pnp.h -���������Ƥ��� -.Pc -�ϡ� -PnP �����ǥХ����˴�Ϣ���뤹�٤Ƥξ����ޤ�Ǥ��ޤ��� -.It Fn read_pnp_parms "struct pnp_cinfo *d" "int ldn" -���δؿ����ᤵ�줿�����ǥХ�����������֤��ޤ��� -���δؿ��ϥץ����֤���ӥ����å��� -�롼����ƤФ�뤳�Ȥ��������ꤷ�Ƥ��뤿�ᡢ -CSN ����ꤹ�뤳�ȤϤǤ��ޤ��� -.It Fn write_pnp_parms "struct pnp_cinfo *d" "int ldn" -���δؿ����ᤵ�줿�����ǥХ����Υѥ��������ꤷ�ޤ��� -Ʊ���ˡ������ͥ�ζ��������ѥơ��֥�Υ���ȥ�����ޤ��� -BIOS �� (userconfig ����Ѥ���) �桼���������� -�ɤ��ѥ��������ꤹ�٤�����褯�ΤäƤ���Ϥ��ʤΤǡ� -�ǥХ����ɥ饤�Ф��̾�ǥХ�����������ѹ����٤��Ǥ� -.Em ����ޤ��� -�äˡ� -userconfig �ˤ�붯������ᥫ�˥������þ�����Ƥ��ޤ����ᡢ -̵���ˤʤäƤ��������ǥХ����� -.Em ͭ���ˤ��ƤϤʤ�ޤ��� -�ǥХ����ɥ饤�Ф������ǥХ�����ݡ����ΰ�ʤɤ�̵���ˤ��Ƥ� -���ޤ��ޤ�������ϡ� -����ΥǥХ�����ѥ���������������Ȥ��狼�äƤ������ -�¤�٤��Ǥ��� -.It Fn enable_pnp_card void -���δؿ��ϥ����å��롼���������� -.Em �Τߡ� -�����ɤ� ISA �ݡ���/����Υ��ɥ쥹�ΰ�˥��������������� -.Em �ƤФʤ���Фʤ�ޤ��� -.El -.Pp -.Sh ��Ϣ���� -.Xr dset 8 -.Pq ����: �ѻߤ���ޤ��� -.Sh �Х� -�ӥ��奢�륳��ե�����졼�����ˤϡ�PnP �ǥХ�������Υ��ݡ��Ȥ� -����ޤ��� -userconfig �Υ��ޥ�ɤ� PnP �ǥХ����������������뤳�Ȥ��Ǥ���� -�����餷�����ȤǤ��礦�� -.Sh ��� -PnP ���ݡ��Ȥ� -.An Sujal Patel -�����˼�ݤ�����Τˡ� -.An Luigi Rizzo -���ޤ����� -.Sh ��� -.Nm -�� -.Fx 2.2.5 -�˽����о줷�ޤ����� diff --git a/ja_JP.eucJP/man/man4/man4.i386/scd.4 b/ja_JP.eucJP/man/man4/man4.i386/scd.4 deleted file mode 100644 index e730f7b6e8..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/scd.4 +++ /dev/null @@ -1,65 +0,0 @@ -.\" -.\" Copyright (c) 1995 Jordan K. Hubbard -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software withough specific prior written permission -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" %Id: scd.4,v 1.6 1998/03/12 07:30:37 charnier Exp % -.\" $FreeBSD$ -.\" -.Dd January 1, 1995 -.Dt SCD 4 i386 -.Os FreeBSD 2.0.5 -.Sh ̾�� -.Nm scd -.Nd Sony CDU31/33 CD-ROM �ɥ饤�� -.Sh �� -.Cd "device scd0 at isa? port 0x230 bio" -.Sh ���� -.Nm scd -�ɥ饤�Ф� Sony CDU31 �ڤ� CDU33A CD-ROM �ɥ饤�֤��Ф��� -�ǡ������ե����������ޤ��� -�ɥ饤�֤ϡ� -Sony ��ͭ�Υ��ե����������ɤ��ߴ������ɤ���³����ɬ�פ�����ޤ��� -.Sh ��Ϣ�ե����� -.Bl -tag -width /dev/[r]scd0a -compact -.It Pa /dev/[r]scd0a -�ǥ�������� BSD �ѡ��ƥ������˥����������ޤ����̾CDROM �ǥ����� -��ˤ�ñ��Υե����륷���ƥ�Τ�¸�ߤ��ޤ��� -.It Pa /dev/[r]scd0c -raw �ǥХ����˥����������ޤ��� -.Sh ��Ϣ���� -.Pa /sys/i386/isa/scd.c -.Sh ��� -�ܥɥ饤�Фϡ� -.An Holger Veit -�� -.An Brian Moore -����£���������ɤ��Ѥ��ơ� -.An Mikael Hybsch -���ޤ����� -.Sh ��� -.Nm scd -�ɥ饤�Ф� -.Fx 2.0.5 -�Ǻǽ���о줷�ޤ����� diff --git a/ja_JP.eucJP/man/man4/man4.i386/spkr.4 b/ja_JP.eucJP/man/man4/man4.i386/spkr.4 deleted file mode 100644 index 0e702a1c9d..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/spkr.4 +++ /dev/null @@ -1,234 +0,0 @@ -.\" -.\" %Id: spkr.4,v 1.10 1998/03/12 07:30:38 charnier Exp % -.\" $FreeBSD$ -.\" -.Dd November 7, 1993 -.Dt SPKR 4 i386 -.Os FreeBSD -.Sh ̾�� -.Nm speaker , -.Nm spkr -.Nd �����륹�ԡ����ΥǥХ����ɥ饤�� -.Sh �� -.Cd pseudo-device speaker -.Fd #include <machine/speaker.h> -.Sh ���� -���ԡ����ǥХ����ɥ饤�Фϡ� -.Tn FreeBSD -�����äƤ��� -.Tn IBM-PC -�ߴ� PC ��ǡ� -���ץꥱ����������륹�ԡ���������Ǥ���褦�ˤ��ޤ��� -.Pp -�����ʤ�Ȥ��Ǥ⡢���ΥǥХ������ץ�Ǥ���Τ� -���� 1 �ĤΥץ����������Ǥ��� -���Τ��ᡢ���ΥǥХ����Υ��å��Ȳ����ˤϡ� -.Xr open 2 -�� -.Xr close 2 -����Ѥ��ޤ��� -¾�Υץ��������ǥХ��������ꤷ�Ƥ�����˥����ץ褦�Ȥ���ȡ� -.Er EBUSY -���顼���� -1 ���֤��ޤ��� -�ǥХ����ؤν��ߤϡ� ASCII ʸ����ñ��˥���ǥ���ɽ������ -����ʸ���� (`play string') �Ȥ��Ʋ�ᤵ��ޤ��� -.Xr ioctl 2 -�ꥯ�����Ȥˤ��Ǥ�դμ��ȿ���ȯ���⥵�ݡ��Ȥ���Ƥ��ޤ��� -.Pp -ȯ�����뤳�Ȥǥץ����å������ꤹ�뤳�ȤϤ���ޤ��� -�ºݤˤϡ��ɥ饤�Ф� PC �ϡ��ɥ�����������ȯ���Ƥ���֤� -�ۤȤ�ɤλ��֤�פ����ԤäƤ��ޤ��� -¾�Υץ������ϥɥ饤�Ф����äƤ���֤˥ӡ��פ��Ĥ餹���Ȥ��Ǥ��ޤ��� -.Pp -���ץꥱ�������ϡ����ԡ����Υե����뵭�һҤ��Ф��� -.Xr ioctl 2 -�ƤӽФ��뤳�Ȥˤ�ꡢ���ԡ����ɥ饤�Ф�ľ�������ǽ�Ǥ��� -.Xr ioctl 2 -���ե������ˤĤ��Ƥ������ -.Pa /usr/include/machine/speaker.h -�ˤ���ޤ��� -�����θƤӽФ��˻Ȥ��� -.Li tone_t -��¤�Τˤϡ� -���ȿ� (�إ��) �Ȼ�³���� (1/100 ��ñ�̤�) ����ꤹ�� -2 �ĤΥե�����ɤ�����ޤ��� -���ȿ� 0 �ϡ�����Ȳ�ᤵ��ޤ��� -.Pp -���ߤ��Τ褦�� -.Xr ioctl 2 -�ƤӽФ��� 2 �Ĥ���ޤ��� -.Dv SPKRTONE -�ϡ��� 3 ������ñ��� tone ��¤�ΤؤΥݥ��� 1 �Ĥ������ꡢ -�������դ��ޤ��� -.Dv SPKRTUNE -�ϡ�ñ��� tone ��¤���������Ƭ�ؤΥݥ��� 1 �Ĥ������ꡢ -��������֤˱��դ��ޤ��� -�����������������³���� 0 �Υ��Фǽ��äƤ��뤳�Ȥ�ɬ�פǤ��� -.Pp -����ʸ����θ�ˡ�� -.Tn IBM -Advanced BASIC 2.0 �� PLAY ʸ�ν��������路�Ƥ��ޤ��� -PLAY ʸ�� -.Li MB , -.Li MF , -.Li X -���Ǥϻ�ʬ��Ķ��Ǥ����Ω���ʤ����������ޤ��� -`�����������ɽ�' ��ǽ�ȥ��顼����Ͽ������ɲä��줿��ΤǤ��� -.Pp - 7 ���������� 84 �������Ѳ�ǽ�� 1-84 ���ֹ椬�Ĥ��Ƥ��ޤ��� -.\" ��ʸ�Ǥ� 1-83 �ȤʤäƤ��롣 send-pr �Ѥߡ� -���줾��Υ��������֤� C ���� B �ޤ�³���Ƥ��� 0-6 ���ֹ椬�Ĥ��Ƥ��ޤ��� -������ A440 �˹�碌��ĴΧ����Ƥ��ơ����������� 3 �Ͽ���� C ����Ϥޤ�ޤ��� -�ǥե���ȤǤϱ��յ�ǽ��Ⱦ�äβ����ȯ���������Τ����Ǹ�� 1/16 �äϵ٤ߤޤ��� -.Pp -����ʸ����Ϻ����鱦�ؤȡ����ե��ޥ�ɥ��롼�פ�Ϣ³�Ȥ��Ʋ�ᤵ��ޤ��� -��ʸ����ʸ���϶��̤���ޤ����ե��ޥ�ɥ��롼�פϼ����̤�Ǥ�: -.Bl -tag -width CDEFGABxx -.It Li CDEFGAB -A ���� G �ޤǤ�ʸ�����б����벻�ߤΥ��������֤��Ĥ餷�ޤ��� -����ʸ���ˤϥ��ץ����ǡ� # + - �Τ��������줫�ҤȤĤ� -.Dq Em "������" -��³���뤳�Ȥ��Ǥ��ޤ������Τ����ǽ�� 2 �Ĥϲ���Ⱦ���⤯���� -�Ǹ�Τ�Τϲ���Ⱦ���㤯���ޤ��� -�ޤ�����ʸ���θ�ˤϲ�Ĺ��ɽ���������������� (���) ��Ĥ��뤳�Ȥ�Ǥ��ޤ��� -��Ĺ�ϼ��� L ���ޥ�ɤξ���Ʊ�ͤ˲�ᤵ��ޤ��� -.It Ns Li O Sy n -�⤷ -.Sy n -�������ʤ顢�ʸ�Υ��������֤����ꤷ�ޤ��� -.Sy n -�� -.Li L -�ޤ��� -.Li N -�Τ����줫����ꤹ�뤳�Ȥˤ�ꡢ -�����������ɽ���ͭ���ޤ���̵���ˤ��뤳�Ȥ��Ǥ��ޤ� -(�ǥե���ȤǤ�̵���Ǥ�)�� -�����������ɽ���ͭ���ˤʤäƤ�����ϡ�1 �Ȥβ�����᤹��ȡ� -����֤Ǥβ����κ����Ǿ��ˤʤ�褦��ɬ�פ˱����ƥ��������֤��Ѳ����ޤ��� -�������äơ� ``olbc'' �� ``olb>c'' �Τ褦�ˡ� -``olcb'' �� ``olc<b'' �Τ褦�˱��դ���ޤ��� -�����������ɽ��ϡ�> �� < �� O[0123456] ��³����1 ����ˤĤ��Ƥ�̵���Ǥ��� -(�����������ɽ���ǽ�� -.Tn IBM -BASIC �Ǥϥ��ݡ��Ȥ���Ƥ��ޤ���) -.It Li > -���ߤΥ��������֤� 1 �ľ夲�ޤ��� -.It Li < -���ߤΥ��������֤� 1 �IJ����ޤ��� -.It Ns Li N Sy n -���� -.Sy n -����դ��ޤ��� -.Sy n -�� 1 ���� 84 �������ߤβ�Ĺ�ε���Ȥ��� 0 �Ǥ��� -���������³���뤳�Ȥ�Ǥ��ޤ��� -.It Ns Li L Sy n -����β�Ĺ�����ꤷ�ޤ����ǥե���Ȥ� -.Li L4 -�ǡ���ʬ����Ǥ��� -�����ͤ� 1 ���� 64 �ޤǤ�ǧ����ޤ��� -.Li L1 -��������ˡ� -.Li L2 -����ʬ����ˡ� -.Li L4 -�ϻ�ʬ����ˡ��ʤɤ����ꤵ��ޤ��� -.It Ns Li P Sy n -.Sy n -�� -.Ns Li L Sy n -��Ʊ�ͤ˲�ᤷ������Ǥ������������Ĥ��뤳�Ȥ�Ǥ��ޤ��� -.Li ~ -�Ƚ��Ȥ�Ǥ��ޤ��� -.It Ns Li T Sy n -1 ʬ������λ�ʬ����ο������ꤷ�ޤ����ǥե���Ȥ� 120 �Ǥ��� -�褯����ƥ�ݤβ���̾: - -.Bd -literal -offset indent - �ƥ�� ʬ��������� -�ȤƤ��٤� Larghissimo - Largo 40-60 - Larghetto 60-66 - Grave - Lento - Adagio 66-76 -�٤� Adagietto - Andante 76-108 -�椯�餤 Andantino - Moderato 108-120 -®�� Allegretto - Allegro 120-168 - Vivace - Veloce - Presto 168-208 -�ȤƤ�®�� Prestissimo -.Ed -.It Li M[LNS] -Ĵ�������ꤷ�ޤ��� -.Li MN -.Ns No ( Li N -������ (normal) ���ޤ�) ���ǥե���Ȥǡ�����κǸ� 1/8 ��٤ߤޤ��� -�쥬���� (�٤ߤʤ�) �ˤ���ˤ� -.Li ML -�����å����� (1/4 �٤�) �ˤ���ˤ� -.Li MS -������Ǥ��ޤ��� -.El -.Pp -���� (�Ĥޤ� -.Li CDEFGAB -�ޤ��� -.Li N -���ޥ��ʸ�����롼��) �ˤ��������� (.) ��³���뤳�Ȥ��Ǥ��ޤ��� -.\" dot �Ȥ� . �Ǥ��뤬���ܸ�Ǥ��������ʤ��Ȥ狼��ʤ� -���줾������������ 1 �ĤˤĤ�������β�Ĺ�� 1.5 �ܤˤ��ޤ��� -�������äơ��������椬 1 �ĤĤ�������ϤĤ��Ƥ��ʤ���Τ� 3/2 �β�Ĺ�ˡ� -2 �ĤĤ�������� 9/4 �β�Ĺ�ˡ� -3 �ĤĤ�������� 27/8 �β�Ĺ�ˤʤ�ޤ��� -.Pp -�������������ˤϥ��顼���� (_) ��³���뤳�Ȥ��Ǥ��ޤ��� -����ˤ�äƲ���θ�����ʤ��뾮���ʵ٤ߤ������ơ� -����β���˥��顼�ǤĤʤ��ޤ���(���顼��ǽ�� -.Tn IBM -BASIC �Ǥϥ��ݡ��Ȥ���Ƥ��ޤ���) -.Pp -����ʸ������ζ����ñ�����Ф����Τǡ� -�����ʬ����Τ˻Ȥ����Ȥ��Ǥ��ޤ��� -.Sh �Х� -�����ơ��֥�δݤ�䡢ȯ���ϡ��ɥ������䥿���ޥϡ��ɥ������� -���ܤ� (�ɤ�������٤��θ���Ƥ��ʤ�) �Τ��ᡢ -���������Τ��䥿���ߥϿ���Ū�˸�̩�ǤϤ���ޤ��� -����Ĵ��Ϥ���ޤ��� -.Pp -2 �İʾ�����������ư���ɸ��Ū�ʲ��ڵ����ȿ�Ǥ��Ƥ��ޤ��� -ɸ��Ū�ˤϡ����줾����������������������Ⱦʬ������Ĺ��Ĺ������ΤǤ��ꡢ -�����ˤ�äƽ������줿�����Ⱦʬ�ǤϤ���ޤ��� -�Ĥޤꡢ�������椬 1 �ĤĤ�������ϤĤ��Ƥ��ʤ���Τ� 3/2 �β�Ĺ�ˡ� -2 �ĤĤ�������� 7/4 �β�Ĺ�ˡ� -3 �ĤĤ�������� 15/8 �β�Ĺ�ˤʤ�ޤ��� -����Ǥ⡢3/2 �ܤˤ������ -.Tn IBM -BASIC �ޥ˥奢��˵�����Ƥ��뤿�ᡢ -�ߴ����Τ���ˤ��Τޤޤˤ��Ƥ��ޤ��� -.Pp -����Ĺ�� (�����ƥ��ʪ�� I/O �֥��å�����Ĺ��) ����ʸ����Ǥϡ� -�֥��å�������ޤ����뤿��ˡ� -����ν�������ͤ������ְ�äƲ�ᤵ��뤳�Ȥ�����ޤ��� -.Sh ��Ϣ�ե����� -.Bl -tag -width /dev/speakerxx -.It Pa /dev/speaker -���ԡ����ǥХ����ե����� -.El -.Sh ��Ϣ���� -.Xr spkrtest 8 -.Sh ��� -.An Eric S. Raymond Aq esr@snark.thyrsus.com -1990 ǯ 6 �� -.Sh �ܿ��� -.An Andrew A. Chernov Aq ache@astral.msk.su -.Sh ��� -.Nm -�ǥХ����� -.Fx 1.0 -�˽����о줷�ޤ����� diff --git a/ja_JP.eucJP/man/man4/man4.i386/sr.4 b/ja_JP.eucJP/man/man4/man4.i386/sr.4 deleted file mode 100644 index 04ca6393ff..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/sr.4 +++ /dev/null @@ -1,119 +0,0 @@ -.\" -.\" Copyright (c) 1996 John Hay. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by John Hay. -.\" 4. Neither the name of the author nor the names of any co-contributors -.\" may be used to endorse or promote products derived from this software -.\" without specific prior written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY John Hay ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL John Hay BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" %Id: sr.4,v 1.10 1998/10/22 14:12:55 bde Exp % -.\" -.\" $FreeBSD$ -.Dd July 4, 1996 -.Dt SR 4 i386 -.Os -.Sh ̾�� -.Nm sr -.Nd Ʊ�� RISCom/N2 / WANic 400/405 �ǥХ����ɥ饤�� -.Sh �� -.Cd "device sr0 at isa? port 0x300 net irq 10 iomem 0xd0000" -.Cd "device sr1 at isa? port 0x310 net irq 11 flags 0x1 iomem 0xd0000" -.Pp -.Cd "pseudo-device sppp" -.Sh ���� -.Nm sr -�ɥ饤�Фϡ�HD64570 ���åפ���Ѥ����� -RISCom/N2 ISA �����ɤ� WANic 400/405 PCI �����ɤݡ��Ȥ��ޤ��� -.Pp -���٥���ؤˡ�ɸ��� -.Tn FreeBSD -sppp �����ɤ���Ѥ��ޤ��� -�ǥե���ȤΥץ��ȥ���� PPP �Ǥ��� -Cisco HDLC �ץ��ȥ���� -.Xr ifconfig 8 -�� -.Em link2 -���ɲä��뤳�Ȥˤ�äƻ��ѤǤ��ޤ��� -.Pp -.Em flags -�ե�����ɤϾ�ά��ǽ�Ǥ�����ά������硢�ɥ饤�Фϼ��Τ褦�˲��ꤷ�ޤ�: -.Pp -.Bl -hang -offset indent -.It "�����ɤˤ� 2 �ݡ��Ȥ���ޤ���" -.It "���ꥢ��ݡ��ȤΥ����å��ϳ����Τ�Τ���Ѥ��Ƥ��ꡢ" -�����ȼ����Υ����å���Ʊ���Ǥ��� -.El -.Pp -.Em flags -�ϥӥåȥե�����ɤǤ��ꡢ�ǥե���Ȱʳ���ư����뤿��˻��Ѥ��ޤ��� -.Pp -.Bl -hang -offset indent -.It Em 0x01 -�����ɤˤ� 1 �ݡ��Ȥ�������ޤ��� -.It Em 0x10 -�ݡ��� 0 �ǡ������ȼ������̡��γ��������å�����Ѥ��ޤ��� -.It Em 0x40 -�ݡ��� 1 �ǡ������ȼ������̡��γ��������å�����Ѥ��ޤ��� -.El -.Pp -.Sh �ֹ� -�����ͥ�����ե�����Ǥϡ���������� 1 �ԤΤߤ�ɬ�פǤ��� -�ǽ�Υ����ɤΥݡ��Ȥ� sr0 ���鿶���ޤ��� -���Υ����ɤ��ֹ�ϡ��ǽ�Υ����ɤν��ä��꤫��³�����ޤ��� -�Ĥޤꡢ�⤷�ǽ�Υ����ɤ� 2 �ݡ��ȤΥ����ɤʤ顢���Υ����ɤ� sr0 �� sr1 -��Ȥ��ޤ��������Ƽ��Υ����ɤ� sr2 ����Ϥޤ�ޤ��� -.Pp -�����ɤ� IRQ 3, 4, 5, 7, 10, 11, 12, 15 �Τߤݡ��Ȥ��ޤ��� -.Pp -iomem �ΰ�ϡ�16Kb �֥��å��Ǥ��ꡢ16Kb ��������Ϥޤ�ɬ�פ�����ޤ��� -.Pp -.Sh ���� -.Bl -diag -.It "sr%d: Warning illegal interrupt %d." -�����ɤ����ꤵ�줿�����ߤ���ѤǤ��ޤ���¾�γ����ߤ�����Ǥ��������� -.El -.Sh ��Ϣ�ե����� -.Bl -tag -width /sys/i386/isa/ic/hd64570.h -compact -.It Pa /sys/i386/isa/ic/hd64570.h -.It Pa /sys/i386/isa/if_srregs.h -.It Pa /sys/i386/isa/if_sr.c -.It Pa /sys/pci/if_sr_p.c -.El -.Sh �Х� -�������� X.21 ���ե��������������Ƥ��ޤ��� -¾�Τ�ΤǤϡ������å������ɤ���Ĵ������ɬ�פ�����Ǥ��礦�� -.Pp -���Υ����ɤˤϡ������餯��Ŭ����;�Ϥ�����ޤ��� -.Sh ��Ϣ���� -.Xr ar 4 , -.Xr cx 4 , -.Xr netintro 4 , -.Xr ifconfig 8 , -.Xr lsdev 8 -.Sh ��� -.Nm sr -�ǥХ����ɥ饤�Ф� -.An John Hay Aq jhay@FreeBSD.org -���������ޤ����� diff --git a/ja_JP.eucJP/man/man4/man4.i386/vx.4 b/ja_JP.eucJP/man/man4/man4.i386/vx.4 deleted file mode 100644 index 149c73366d..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/vx.4 +++ /dev/null @@ -1,102 +0,0 @@ -.\" -.\" Copyright (c) 1996, Fred Gray -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by David Greenman. -.\" 4. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" %Id: vx.4,v 1.7 1998/03/12 07:30:39 charnier Exp % -.\" $FreeBSD$ -.\" -.Dd January 15, 1996 -.Dt VX 4 i386 -.Os -.Sh ̾�� -.Nm vx -.Nd -PCI �������ͥåȥǥХ����ɥ饤�� -.Sh �� -.Cd "device vx0" -.Sh ���� -.Nm vx -�ɥ饤�Фϡ� -3Com �� 3c590 �� 3c595�����ʤ�� EtherLink III �� Fast EtherLink III �� -PCI �������ͥåȥ����ɤ�10 Mbps �⡼�ɤǥ��ݡ��Ȥ��ޤ��� -���� -.Xr ifconfig 8 -���ޥ�ɤؤ� link �ե饰�ˤ�äơ����Τ������ǽ�Ǥ��� -.Pp -.Bl -tag -width LINK0X -compact -.It Em link0 -AUI �ݡ��Ȥ���Ѥ��ޤ��� -.It Em link1 -BNC �ݡ��Ȥ���Ѥ��ޤ��� -.It Em link2 -UTP �ݡ��Ȥ���Ѥ��ޤ��� -.El -.Sh ���� -.Bl -diag -.It "vx%d: not configured; kernel is built for only %d devices." -�����ƥ�ˤ��륢���ץ������Ф��ơ������ͥ�����ե�������� -�ǥХ���������ʬ�ǤϤ���ޤ��� -����ե�����˥ǥХ������ɲä��� -�����ͥ��ƹ��ۤ��ƥ�֡��Ȥ��Ʋ������� -.Pp -¾�Τ��٤Ƥο��Ǥϥϡ��ɥ����������꤫�ɥ饤�ФΥХ����Ƥ��ޤ��� -.Sh �ٹ� -����Τ����Ĥ��� 3c590 �����ɤˤ����꤬���ꡢ -�������դ���ﳲ������ޤ��� -���η�̤Ȥ��ơ��ѥ��å�»��������������ޤ��� -��Ԥϡ�3 Com ��������������ˡ� -���Τ褦�ʥ�ӥ����θ�����������褦�Ȥ��ޤ����� -�������������ν��Ϥ�����ʬ�ϵ��路���ٹ�ˤ����ޤ��� -.Pp -�����ɤΥХ��ޥ������ǽ����Ѥ��� -�ݡ���⡼�ɤ� I/O �Τߤ���Ѥ��뤳�Ȥ��顢 -���Υɥ饤�Ф���ǽ�Ϥ����餫���¤���ޤ��� -.Sh �Х� -.Nm vx -�ɥ饤�ФϤ����Ĥ��Υ����ƥ��ǥ��֡��Ȥθ塢�����ץ��������� -�ꥻ�åȤ��ʤ����Ȥ��Τ��Ƥ��ޤ��� -.Pp -.Nm vx -�ɥ饤�Фϡ����ݡ��Ȥ��Ƥ���Ȥ���륫���ɤΤ��٤ƤΥ�ǥ�� -Ű��Ū�˥ƥ��Ȥ�ԤʤäƤ���櫓�ǤϤ���ޤ��� -.Sh ��� -.Nm vx -�ǥХ����ɥ饤�Ф� -.Fx 2.1 -�Ǻǽ���о줷�ޤ����� -����� -.Nm ep -�ɥ饤�Ф�ͳ�褷�Ƥ��ơ�¿�������¤�Ѿ����Ƥ��ޤ��� -.Sh ��� -.Nm vx -�ǥХ����ɥ饤�ФȤ��Υޥ˥奢��ڡ����ϡ� -.An Herb Peyerl -�κ�ȤȤ���¾��¿���οͤα������ -.An Fred Gray Aq fgray@rice.edu -�ˤ�äƽ�ޤ����� diff --git a/ja_JP.eucJP/man/man4/man4.i386/wd.4 b/ja_JP.eucJP/man/man4/man4.i386/wd.4 deleted file mode 100644 index d1a7de23c8..0000000000 --- a/ja_JP.eucJP/man/man4/man4.i386/wd.4 +++ /dev/null @@ -1,106 +0,0 @@ -.\" -.\" Copyright (c) 1994 Wilko Bulte -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software withough specific prior written permission -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" %Id: wd.4,v 1.10 1998/10/22 14:12:55 bde Exp % -.\" $FreeBSD$ -.\" -.Dd August 31, 1994 -.Dt WD 4 i386 -.Os FreeBSD -.Sh ̾�� -.Nm wd -.Nd -����Ū�� WD100x/IDE �ǥ���������ȥ������ѥɥ饤�� -.Sh �� -.Cd "controller wdc0 at isa? port" \&"IO_WD1\&" bio irq 14 -.Cd "disk wd0 at wdc0 drive 0 -.Cd "disk wd1 at wdc0 drive 1 -.Pp -CMD640b IDE ����ȥ�������: -.Cd "options" \&"CMD640\&" -.Sh ���� -���Υɥ饤�Фǡ�Western Digital WD100x ������ߥ�졼�Ȥ��� -����ȥ��������³���줿�ǥ������˥��������Ǥ���褦�ˤʤ�ޤ��� -����ˤϡ�WD1003 ST412 ����ȥ����顢WD1007 ESDI ����ȥ����顢 -�����ƤۤȤ�ɤΥޥ����ܡ��ɤˤ������Ū�� IDE ����ȥ������ޤߤޤ��� -.Pp -WD100x ������Ȥθߴ����ˤĤ��Ƥϡ��̾����ȥ�����λ���������������ޤ��� -.Pp -.Ar flags -�ѥ�����Ȥäơ��ɥ饤�Ф˥ҥ�Ȥ����������뤳�Ȥ��Ǥ��ޤ��� -.Pp -16 �ӥå������Υե饰���ɥ饤����ˤ��ꡢ -���줾��� 4 (����: �ºݤˤ� 6) �ĤΥӥåȥե�����ɤ�����ޤ�: -.\" By mzaki@e-mail.ne.jp (Mar 1 1999) -.Bl -tag -width 0x0000 -offset 1c -.It 0x8000 -�ɥ饤�֤� 32 �ӥå�ž����ǽ���Ȥ���лȤ��ޤ��� -.It 0x4000 -�ɥ饤�֤�����ץ⡼�ɤ���æ���Ƥ���Ȥ����Ǥ���褦�ʤ�С� -���𤷤Ƥ���Ȥߤʤ��ƺƽ�������ޤ��� -.It 0x2000 -�Ƕ�� PCI ���åץ��åȤˤ���Х��ޥ��� DMA ��ǽ�����뤫Ĵ�٤����Ѥ��ޤ��� -.It 0x1000 -�ǥե���Ȥ� CHS ���ɥ�å��ǤϤʤ���LBA ���ɥ�å���Ȥ��ޤ��� -.It 0x0f00 -�إåɤο��� ((flags & 0xf00)>>8) �ȸ��ʤ��ơ� -����˹礦�褦�˥������������ľ���ޤ��� -.It 0x00ff -�ɥ饤�֤Υޥ��������ž���⡼�ɤ��Ȥ���лȤ��ޤ��� -����� (flags & 0x00ff) ��������ž�����ߤޤ��� -.El -.Pp -���Υե饰�� drive �Ԥ� 16 �ӥå������ǻ��ꤹ�뤫�� -���뤤�� controller �Ԥ� 32 �ӥå������ǻ��ꤷ�ޤ��� -���ξ�硢��� 16 �ӥåȤ��ֹ���礭�ʥɥ饤�֤�Ŭ�Ѥ���ޤ��� -.Pp -.Dq Dv CMD640 -���ץ����ˤ�äơ�CMD640b IDE ����ȥ�����η�٤��н褹��褦�ˤʤ�ޤ��� -���Υ��ץ�����ꤵ��Ƥ��ơ� -���� PCI ���֥����ƥब���Υ��åפФ������ˤϡ� -�ץ饤�ޥ�ȥ��������Υ���ȥ������Ʊ���ˤϻȤ��ޤ��� -.Sh ��Ϣ�ե����� -.Bl -tag -width Pa -compact -.It Pa /dev/wd* -�ǥ������Υ֥��å��ǥХ����Ρ��� -.It Pa /dev/rwd* -�ǥ������Υ���饯���ǥХ����Ρ��� -.It Pa /sys/i386/conf/GENERIC -.\" ��ʸ -.\" sample generic kernel config file for (a.o.) wd based systems -.\" �� a.o. �äƤʤ�Ǥ��礦�� -wd �ˤ�륷���ƥ�Τ���Υ����ͥ�å������ͥ������ե�����Υ���ץ� -.It Pa /sys/i386/isa/wd.c -�ɥ饤�ФΥ����� -.El -.Sh ��Ϣ���� -.Xr bad144 8 -.Sh ���� -���Υ���ȥ�����ȥǥ��������ȹ�碌�ϡ� -��ưŪ�˥Хåɥ֥��å�������뤿��ε����������Ƥ��ޤ��� -�Хåɥ֥��å���Ĵ�٤�ˤ� -.Xr bad144 8 -��¹Ԥ���ɬ�פ�����ޤ��� diff --git a/ja_JP.eucJP/man/man8/ftpd.8 b/ja_JP.eucJP/man/man8/ftpd.8 index e4ec3d057e..1da5ec0fc0 100644 --- a/ja_JP.eucJP/man/man8/ftpd.8 +++ b/ja_JP.eucJP/man/man8/ftpd.8 @@ -181,7 +181,7 @@ RETR ��̵�������졢 .Ar timeout �ä����ꤷ�ޤ� (�ǥե���Ȥ� 15 ʬ)�� .It Fl U -.Dv IP_PORTRANGE_HIGH +.Dv IP_PORTRANGE_DEFAULT ���ϰϤ����� .Dv IP_PORTRANGE_DEFAULT ���ϰϤΥǡ����ݡ��Ȥ���Ѥ���褦��ftpd �˻ؼ����ޤ��� diff --git a/ja_JP.eucJP/man/man8/man8.i386/apm.8 b/ja_JP.eucJP/man/man8/man8.i386/apm.8 deleted file mode 100644 index da0c8ef6b2..0000000000 --- a/ja_JP.eucJP/man/man8/man8.i386/apm.8 +++ /dev/null @@ -1,159 +0,0 @@ -.\" LP (Laptop Package) -.\" -.\" Copyright (c) 1994 by Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org> -.\" -.\" This software may be used, modified, copied, and distributed, in -.\" both source and binary form provided that the above copyright and -.\" these terms are retained. Under no circumstances is the author -.\" responsible for the proper functioning of this software, nor does -.\" the author assume any responsibility for damages incurred with its -.\" -.\" %FreeBSD: src/usr.sbin/apm/apm.8,v 1.26 2003/05/22 11:52:22 ru Exp % -.\" -.\" use. -.\" -.\" $FreeBSD$ -.Dd November 1, 1994 -.Dt APM 8 -.Os -.Sh ̾�� -.Nm apm , zzz -.Nd APM BIOS �������Ԥ������ξ����ɽ������ -.Sh �� -.Nm -.Op Fl ablstzZ -.Op Fl d Ar enable -.Op Fl e Ar enable -.Op Fl h Ar enable -.Op Fl r Ar delta -.Pp -.Nm zzz -.Sh ���� -.Nm -�桼�ƥ���ƥ��ϡ� -Intel / Microsoft APM (Advanced Power Management) BIOS �����椷�� -��åץȥå� PC ��� APM �θ��ߤξ��֤�ɽ�����ޤ��� -.Nm zzz -�桼�ƥ���ƥ��ϡ�APM ����ˤ�äơ������ƥ���ڥ�ɤ��ޤ��� -.Pp -�ʲ��Υ��ץ���� -.Nm -�����Ѳ�ǽ�Ǥ� -( -.Nm zzz -�ˤϡ����ץ����Ϥ���ޤ���)�� -���ץ����Ϳ�����ʤ��ä����ϡ� -.Nm -�ϡ����ߤ� APM �ξ��֤������Ĺ�⡼�ɤ�ɽ�����ޤ��� -ʣ����ɽ�����ץ�����ꤵ�줿��硢 -�����˼������֤��ͤ� 1 �Ԥ� 1 �Ĥ���ɽ�����ޤ��� -.Bl -tag -width indent -.It Fl a -���ߤ� AC �Ÿ��ξ��֤������ͤ�ɽ�����ޤ��� -0, 1�����줾�� -.Dq ����Ƥ��� (off-line) -���֤� -.Dq �Ĥʤ��äƤ��� (on-line) -���֤�路�ޤ��� -.It Fl b -�����ͤǡ����ߤΥХåƥ���֤�ɽ�����ޤ��� -0, 1, 2, 3�Ȥ����ͤϤ��줾�졢 -.Dq �ɹ� (high) -���֡� -.Dq ��Хåƥ� (low) -���֡� -.Dq ���� (critical) -���֡� -.Dq ���� (charging) -���֤�路�ޤ��� -.It Fl d Ar enable -�̾�Υ����ڥ�ɤȥǥ����ץ쥤�Υ����ڥ�ɤ��̤˰���ʤ�/�̤˰����� -�֡����� -.Ar enable -�����椷�ޤ��� -���ΰ����� Libretto 30CT �� 50CT ��ޤ� -¿��Υ�åץȥåפ�ư��ʤ��褦�Ǥ��� -.It Fl e Ar enable -�֡����Ͱ��� -.Ar enable -�˰�¸���ơ�����ԥ塼���� APM ��ǽ��ͭ��/̵�����ڤ��ؤ��ޤ��� -.It Fl h Ar enable -�֡����Ͱ��� -.Ar enable -�˰�¸���ơ� -�����ͥ륳��ƥ����ȥ����å��롼������� HLT ̿���ͭ��/̵�����ڤ��ؤ��ޤ��� -�����Υ��ץ����ϡ��ۤȤ�����Ƥ� APM �μ����ˤ����Ƥ����פǤ����� -.Dq Pa Idle CPU -�ƤӽФ��� CPU �����å��θ�®�� HLT ̿���Ʊ���˼¹Ԥ�����ϡ� -���Υԡ�����ǽ�θ������饷���ƥ��ޤ�뤿��� -.Fl h Cm false -���ץ����ɬ�פǤ��� -�ܺ٤ˤĤ��Ƥϡ� -.Xr apm 4 -�Ȥ��Ƥ��������� -.It Fl l -���ߤΥХåƥ�λĤ����ɽ�����ޤ��� -�⤷�����ʤ��Υ�åץȥåפ����ε�ǽ�����Ƥ��ʤ����ˤϡ� -255 ��ɽ������ޤ��� -.It Fl r Ar delta -��åץȥåפ����ݡ��Ȥ��Ƥ����硢 -�쥸�塼�०���������åץ����ޤ�ͭ���ˤ��ޤ��� -����ˤ���åץȥåפ������ڥ�ɤ����櫓�ǤϤ���ޤ��� -��åץȥåפ������ڥ�ɤ��� -�����ڥ�ɤ���Υ쥸�塼�ब���ݡ��Ȥ���Ƥ����硢 -.Ar delta -�ø�˥�åץȥåפ��쥸�塼�ष�ޤ� -(�����ڥ�ɤ�����������Ȥ���ΤǤϤʤ��� -�ܥ��ޥ�ɤ�¹Ԥ������֤����Ȥ��ޤ�)�� -.It Fl s -APM ���ݡ��Ⱦ��֤������ͤ�ɽ�����ޤ���0, 1 �Ȥ����ͤϤ��줾�졢 -.Dq �����Բ� (disabled) -���� -.Dq ���Ѳ�ǽ (enabled) -���� -��路�ޤ��� -.It Fl t -�Ĥ�ΥХåƥ���֤�ͽ¬���ơ���ñ�̤�ɽ�����ޤ��� -ʬ����ʤ����ˤ� -1 ��ɽ�����ޤ��� -.It Fl Z -������Х��⡼�ɤ˰ܹԤ��ޤ��� -�ܥ⡼�ɤǤϥե�ѥ�⡼��̤���������ڥ�ɥ⡼�ɰʾ�����Ͼ���Ȥʤ�ޤ��� -�����ޤ⤷���ϥ�����������٥�Ȥˤ�ꡢ -���ξ��֤���쥸�塼�ह�뵡ǽ�ݡ��Ȥ����åץȥåפ�����ޤ��� -.Nm -�ν��Ϥˤ�ꡢ��åץȥåפ����ݡ��Ȥ���ȼ�ĥ���Ƥ��뤫��ʬ����ޤ��� -.It Fl z -�����ƥ���ڥ�ɤ��ޤ�������ϡ� -.Nm zzz -�������Ǥ��� -.El -.Sh �Х� -�����Ĥ��� APM �����Ǥϡ� -.Nm -��ɬ�פȤ���ѥ���������Ƥ��ޤ��� -���Τ褦�ʥ����ƥ�˱����Ƥϡ� -.Nm -�ϡ��������Τ�ʤ���ɽ�����ޤ��� -.Pp -�����Ĥ��� APM �����Ǥϡ��Ÿ������å��������Ȥ䥫�С��� -�Ĥ��줿���ȤʤɤΥ��٥�Ȥ����Ȥ��Ǥ��ޤ��� -���Τ褦�ʼ����˱����Ƥϡ� -�����ƥ�� -.Nm -�� -.Nm zzz -.Ar ������ -�Ĥ��äƥ����ڥ�ɤ��� -.Ar �٤� -�Ǥ��� -.Sh �� -.Xr apmconf 8 -�� -.Nm -�˥ޡ������졢 -.Nm -������ǽ���֤������ޤ����� -.Sh ��Ϣ���� -.Xr apm 4 -.Sh ��� -.An Tatsumi Hosokawa Aq hosokawa@jp.FreeBSD.org diff --git a/ja_JP.eucJP/man/man8/man8.i386/apmd.8 b/ja_JP.eucJP/man/man8/man8.i386/apmd.8 deleted file mode 100644 index c63da03b48..0000000000 --- a/ja_JP.eucJP/man/man8/man8.i386/apmd.8 +++ /dev/null @@ -1,302 +0,0 @@ -.\" Copyright (c) 1999 Mitsuru IWASAKI <iwasaki@FreeBSD.org> -.\" Copyright (c) 1999 KOIE Hidetaka <koie@suri.co.jp> -.\" Copyright (c) 1999 Yoshihiko SARUMARU Aq <mistral@imasy.or.jp> -.\" Copyright (c) 1999 Norihiro Kumagai <kuma@nk.rim.or.jp> -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" @(#)apmd.8 1.1 (FreeBSD) 6/28/99 -.\" %FreeBSD: src/usr.sbin/apmd/apmd.8,v 1.15 2003/06/22 05:34:45 mdodd Exp % -.\" -.\" $FreeBSD$ -.\" -.Dd June 28, 1999 -.Dt APMD 8 -.Os -.Sh ̾�� -.Nm apmd -.Nd Advanced Power Management �ƻ�ǡ���� -.Sh �� -.Nm -.Op Fl d -.Op Fl f file -.Op Fl s -.Op Fl v -.Sh ���� -.Nm -�桼�ƥ���ƥ��ϡ����ꤷ�� Advanced Power Management -.Pq Tn APM -���٥�Ȥ�ƻ뤷�� -�����줫�Υ��٥�Ȥ�ȯ��������硢 -�б����륳�ޥ�ɥ�������¹Ԥ��ޤ��� -����ե�����ǻ��ꤵ�줿���٥�ȤΤߤ� -.Nm -�����Τ��졢����ʳ��Υ��٥�Ȥ�̵�뤵��ޤ��� -APM BIOS �ˤ�ä�ȯ�Ԥ��줿 -���٥�Ȥ��Ф��ơ� -.Nm -������ե�����ǻ��ꤵ�줿���ޥ�ɥ�������¹Ԥ��ޤ��� -.Nm -���ڥ��/������Х���ƻ뤹��褦�ˤ��Ƶ�ư����ȡ� -�����ͥ�Ϥ������ᥤ�٥�Ȥ��Ф��� -������Ԥ��ޤ����Τ�����Υ��٥��ȯ������ -�������������ϡ�Ŭ�ڤʥ��ޥ�ɤޤ����Ȥ߹��ߴؿ��� -����Ū������ե�����˻��ꤹ��ɬ�פ�����ޤ��� -.Pp -.Nm -�桼�ƥ���ƥ��ϰʲ��μ¹Ի����ץ��������ޤ��� -.Bl -tag -width -f_file -.It Fl d -�ǥХå��⡼�ɤǵ�ư���ޤ��� -�ǡ����⡼�ɤǤϤʤ��ե������饦��ɤ�ư��ޤ��� -.It Fl f Ar file -�ǥե���Ȥ�����ե����� -.Pa /etc/apmd.conf -�����˻��Ѥ��롢�̤�����ե����� -.Ar file -����ꤷ�ޤ��� -.It Fl s -�Ÿ����֤��ѹ������Ф��줿�� (AC_POWER_STATE) -��åץȥåפ� BIOS ���������𤷤ʤ��Ȥ��ˡ� -.Nm -�� POWERSTATECHANGE ���٥�Ȥߥ�졼�Ȥ����ޤ��� -����ˤ�ꡢ�Ÿ������ɤ�ȴ�����Ȥ��� LCD �Хå��饤�Ȥ�Ť����� -�Ȥ��ä����Ȥ���ǽ�ˤʤ�ޤ��� -.It Fl v -��Ĺ�⡼�ɤ�ư��ޤ��� -.El -.Pp -.Nm -�ϵ�ư��������ե����� -(�ǥե���Ȥ� -.Pa /etc/apmd.conf ) -���ɤ߹��ߡ� -�ƻ뤹�٤����٥�Ȥ� APM �ǥХ����ɥ饤�Ф����Τ��ޤ��� -��λ���ˤ� APM �ǥХ����ɥ饤�Фϥ��٥�Ȥδƻ��ưŪ�˲�����ޤ��� -.Pp -.Nm -�ץ������������ʥ� SIGHUP ���������ȡ�����ե�������ɤ߹���ľ���ơ� -������ѹ����Ƥ� APM �ǥХ����ɥ饤�Ф����Τ��ޤ��� -.Pp -.Nm -�桼�ƥ���ƥ��ϡ��ǥХ����ե����� -.Pa /dev/apmctl -���ͳ���ơ����٥�Ȥμ������� APM �����ƥ������Ѥ� -.Xr ioctl 2 -���ȯ�Ԥ��ޤ������ΥǥХ����ե��������¾���椵��ƥ����ץ�뤿�ᡢ -.Nm -�ץ�������Ʊ���� 1 �ĤΤߵ�ư��ǽ�Ǥ��� -.Pp -.Nm -�� APM ���٥�Ȥ�������ȡ�����ե�����ǻ��ꤵ�줿 -���٥�Ȥ��б����륳�ޥ�ɥꥹ�Ȥ�¹Ԥ��뤿��� -�ҥץ����������������Ƥ� APM ���٥�Ȥ��Ԥ����֤ˤʤ�ޤ��� -�������줿�ҥץ������ϡ� -���ꤵ�줿���ޥ�ɤ� 1 �Ĥ�����줿���֤˼¹Ԥ��ޤ��� -.Pp -.Nm -�� SUSPEND/STANDBY ����Ф��륳�ޥ�ɥꥹ�Ȥ�������Ƥ���֡� -�����ͥ���� APM �ǥХ����ɥ饤�Фϡ�APM BIOS ���Ф��� -���� 1 ��ʾ����Τ�ȯ�Ԥ�³���ޤ��� -����ˤ�ä� BIOS �ϡ����ޥ�ɽ�����Ǥ���� -�ޤ����뤷�Ƥ��ʤ����Ȥ�ǧ�����ޤ��� -.Pp -.Nm -�桼�ƥ���ƥ��ϥե����� -.Pa /var/run/apmd.pid -����������ץ����� ID ��Ͽ���ޤ�������� -.Nm -�� kill �䡢����ե�������ɤ߹��ޤ��뤿��˻Ȥ��ޤ��� -.Sh ����ե����� -.Nm -������ե�����ι�¤�����˥���ץ�Ǥ����㤨�м��Τ褦�ˤʤ�ޤ��� -.Pp -.Bd -literal -apm_event SUSPENDREQ { - exec "sync && sync && sync"; - exec "sleep 1"; - exec "zzz"; -} -.Ed -.Pp -������Ǥϡ�APM ���٥�� -.Ql SUSPENDREQ -(�ǥ����ץ쥤���Ĥ������ʤɤ�ȯ�����ޤ�) �� -.Nm -���������ȡ� -.Ql sync -���ޥ�ɤ� 3 ��¹Ԥ��������Ԥä����Ȥ� -.Nm zzz ( Ns Nm apm Fl z ) -��¹Ԥ��ƥ����ƥ���ڥ�ɤ����ޤ��� -.Pp -.Bl -bullet -.It -apm_event ������� -.Bd -ragged -offset indent -.Ql apm_event -�ϥ�����ɤǤ��ꡢ���٥�Ȥ��Ȥ�����γ��Ϥ�ؼ����ޤ��� -.Ed -.It -APM ���٥�� -.Bd -ragged -offset indent -ʣ���Υ��٥�Ȥ��Ф���Ʊ��������¹Ԥ��������ϡ������Υ��٥��̾�� -����ޤǶ��ڤäƻ��ꤷ�ޤ���ͭ���ʥ��٥��̾�ϼ����̤�Ǥ��� -.Bl -item -.It -- -.Nm -����ư����Ƥ���ȥ����ͥ�Ǥν�����Ԥ�ʤ��ʤ륤�٥��: -.Pp -.Bl -tag -width USERSUSPENDREQ -compact -offset indent -.It STANDBYREQ -.It USERSTANDBYREQ -.It SUSPENDREQ -���ޥ�ɥꥹ�Ȥ� sync ��ޤ�뤳�Ȥ����ᤷ�ޤ� -.It USERSUSPENDREQ -���ޥ�ɥꥹ�Ȥ� sync ��ޤ�뤳�Ȥ����ᤷ�ޤ� -.It BATTERYLOW -���ޥ�ɥꥹ�Ȥ� zzz �Τߤ����ᤷ�ޤ� -.El -.It -- �����ͥ�ν�����λ��� -.Nm -�����Τ���륤�٥��: -.Pp -.Bl -tag -width USERSUSPENDREQ -compact -offset indent -.It NORMRESUME -.It CRITRESUME -.It STANDBYRESUME -.It POWERSTATECHANGE -.It UPDATETIME -.It CAPABILITIESCHANGE -.El -.Pp -�嵭�ʳ��Υ��٥�Ȥ� -.Nm -�����Τ���ޤ��� -.El -.Ed -.It -���ޥ�ɥ饤��ʸˡ -.Bd -ragged -offset indent -���Ҥ���Ǥϡ� -.Ql exec -����Ϥޤ� 3 �Ԥϥ��٥�Ȥ��Ф��륳�ޥ�ɤǤ��� -���줾��ιԤϥ��ߥ�����ǽ�λ���Ƥ���ɬ�פ�����ޤ��� -���٥�Ȥ��Ф��륳�ޥ�ɥꥹ�Ȥ� -.Ql { -�� -.Ql } -�ǰϤߤޤ��� -.Nm -�桼�ƥ���ƥ��ϡ����֥륯�����ơ������ǰϤޤ줿���ޥ�ɤμ¹Ԥ� -.Xr system 3 -��Ʊ�ͤ� -.Pa /bin/sh -����Ѥ��ޤ��� -�ƥ��ޥ�ɤϥ��ޥ�ɥꥹ�ȤκǸ����ã���뤫 0 �ʳ��� -��λ�����ɤǽ����ޤǽ��֤˼¹Ԥ���ޤ��� -.Nm -�桼�ƥ���ƥ��ϡ����Ԥ������ޥ�ɤν�λ�����ɤ� -.Xr syslog 3 -��ͳ����𤷤ޤ��� -�ä��� APM BIOS ������ᥤ�٥�Ȥ���ä��ޤ��� -.Ed -.It -�Ȥ߹��ߴؿ� -.Bd -ragged -offset indent -���ޥ�ɹԤ����� -.Nm -���Ȥ߹��ߴؿ������Ǥ��ޤ����Ȥ߹��ߴؿ��ϥ��ޥ�ɹԤ�Ʊ�ͤ� -���ߥ�����ǽ�λ���ޤ��������Ȥ߹��ߴؿ������ߥ��ݡ��Ȥ���Ƥ��ޤ��� -.Bl -item -.It -- reject: -.Bd -ragged -offset indent -APM BIOS �����ľ���������ݤ��ޤ����ǥ����ץ쥤���Ĥ�������ȯ���� -�� SUSPEND �����ݤ��ơ����� STANDBY ���֤ˤ��������ʤɤ˻��Ѥ� -�ޤ��� -.Ed -.El -.Ed -.El -.Sh ������ -����ե�����Υ���ץ�ˤϡ��ʲ��Τ�Τ��ޤޤ�Ƥ��ޤ��� -.Bd -literal -apm_event SUSPENDREQ { - exec "/etc/rc.suspend"; -} - -apm_event USERSUSPENDREQ { - exec "sync && sync && sync"; - exec "sleep 1"; - exec "apm -z"; -} - -apm_event NORMRESUME, STANDBYRESUME { - exec "/etc/rc.resume"; -} - -# resume event configuration for serial mouse users by -# reinitializing a moused(8) connected to a serial port. -# -#apm_event NORMRESUME { -# exec "kill -HUP `cat /var/run/moused.pid`"; -#} - -# suspend request event configuration for ATA HDD users: -# execute standby instead of suspend. -# -#apm_event SUSPENDREQ { -# reject; -# exec "sync && sync && sync"; -# exec "sleep 1"; -# exec "apm -Z"; -#} -.Ed -.Sh ��Ϣ�ե����� -.Bl -tag -width /etc/apmd.conf -compact -.It Pa /etc/apmd.conf -.It Pa /dev/apmctl -.It Pa /var/run/apmd.pid -.El -.Sh ��Ϣ���� -.Xr apm 4 , -.Xr apm 8 -.Sh ��� -.An Mitsuru IWASAKI Aq iwasaki@FreeBSD.org -.An KOIE Hidetaka Aq koie@suri.co.jp -.Pp -�ޤ��� -.An Warner Losh Aq imp@FreeBSD.org , -.An Hiroshi Yamashita Aq bluemoon@msj.biglobe.ne.jp , -.An Yoshihiko SARUMARU Aq mistral@imasy.or.jp , -.An Norihiro Kumagai Aq kuma@nk.rim.or.jp , -.An NAKAGAWA Yoshihisa Aq nakagawa@jp.FreeBSD.org , -.An Nick Hilliard Aq nick@foobar.org -�ˤ���������ޤ����� -.Sh ��� -.Nm -�桼�ƥ���ƥ��� -.Fx 3.3 -�����о줷�ޤ����� diff --git a/ja_JP.eucJP/man/man9/style.9 b/ja_JP.eucJP/man/man9/style.9 index a9f0f6d3fc..5fe19e0f19 100644 --- a/ja_JP.eucJP/man/man9/style.9 +++ b/ja_JP.eucJP/man/man9/style.9 @@ -217,7 +217,7 @@ __FBSDID("$\&FreeBSD: src/share/man/man9/style.9,v 1.101 2003/04/26 15:37:39 trh .Pp .Ic #endif �Τ���Υ����Ȥ��б����� -.Ic #if +.Ic #iF �ޤ��� .Ic #ifdef �ǻ��Ѥ���Ƥ���ɽ���˹�碌��٤��Ǥ��� diff --git a/zh/FAQ/FAQ.sgml b/zh/FAQ/FAQ.sgml deleted file mode 100644 index 9bf088483a..0000000000 --- a/zh/FAQ/FAQ.sgml +++ /dev/null @@ -1,70 +0,0 @@ -<!-- $Id: FAQ.sgml,v 1.8 1999-11-12 08:34:11 vanilla Exp $ --> -<!-- The FreeBSD Documentation Project --> -<!-- Translate into Chinese by ijliao@dragon2.net --> -<!-- English Version: 1.103 --> - -<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [ -<!ENTITY % includes SYSTEM "includes.sgml"> %includes; -<!ENTITY preface SYSTEM "preface.sgml"> -<!ENTITY install SYSTEM "install.sgml"> -<!ENTITY hardware SYSTEM "hardware.sgml"> -<!ENTITY troubleshoot SYSTEM "troubleshoot.sgml"> -<!ENTITY commercial SYSTEM "commercial.sgml"> -<!ENTITY applications SYSTEM "applications.sgml"> -<!ENTITY kernelconfig SYSTEM "kernelconfig.sgml"> -<!ENTITY admin SYSTEM "admin.sgml"> -<!ENTITY x SYSTEM "x.sgml"> -<!ENTITY network SYSTEM "network.sgml"> -<!ENTITY serial SYSTEM "serial.sgml"> -<!ENTITY misc SYSTEM "misc.sgml"> -<!ENTITY hackers SYSTEM "hackers.sgml"> -<!ENTITY acknowledgments SYSTEM "acknowledgments.sgml"> -]> - -<article> - - <title>FreeBSD 2.X �`���ݵ���</title> - <author> - <name>FreeBSD ���p�e</name> - </author> - - <date>$Date: 1999-11-12 08:34:11 $</date> - - <abstract> - �o�����O FreeBSD 2.X ���`���ݵ����C���D���S�O�[���A�_�h�o�DZ��س��A - �Ω� FreeBSD 2.0.5 �ΥH�᪺�����C�p�G���ؤ��e���� <XXX> �h�O�|�� - �����������C�p�G�z���U���p�e���i�榳���쪺�ܡA�бH�@�ʹq�l�l��� - FreeBSD ���p�e�� mailing list <htmlurl - url="mailto:freebsd-doc@FreeBSD.org" name="<freebsd-doc@FreeBSD.org>">�C - �z�i�H�q <url url="http://www.FreeBSD.org/" - name="FreeBSD World Wide Web server"> ����o����̷s�����C�z�]�i�H - �Q�� HTTP �ӤU������� <url url="FAQ.latin1" name="�¤�r��">�A - <url url="FAQ.ps" name="postscript ��">�A - <url url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/FAQ.pdf" name="PDF ��">�A - �άO <url url="FAQ-html.tar.gz" name="HTML ��">�A�άO�g�� - <url url="ftp://ftp.FreeBSD.org/pub/FreeBSD/docs" name="FreeBSD FTP ��"> - �ӤU�� gzip'd �������C�z�γ\�]�Q - <url url="http://www.FreeBSD.org/search/search.html" - name="�b�`���ݵ������j�M���">�C - - </abstract> - - <toc> - -&preface; -&install; -&hardware; -&troubleshoot; -&commercial; -&applications; -&kernelconfig; -&admin; -&x; -&network; -&serial; -&misc; -&hackers; -&acknowledgments; - -</article> - |
