From owner-doc-jp@jp.freebsd.org  Sun Feb 13 04:08:09 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id EAA76934;
	Sun, 13 Feb 2000 04:08:09 +0900 (JST)
	(envelope-from owner-doc-jp@jp.FreeBSD.org)
Received: from sv01.geocities.co.jp (sv01.geocities.co.jp [210.153.89.155])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id EAA76929
	for <doc-jp@jp.freebsd.org>; Sun, 13 Feb 2000 04:08:08 +0900 (JST)
	(envelope-from hrs@geocities.co.jp)
Received: from mail.geocities.co.jp (mail.geocities.co.jp [210.153.89.137]) by sv01.geocities.co.jp (8.9.3+3.2W/3.7W) with ESMTP id EAA20904 for <doc-jp@jp.freebsd.org>; Sun, 13 Feb 2000 04:08:08 +0900 (JST)
Received: from mail.hrs.jp (sutnmax1-ppp41.ed.noda.sut.ac.jp [133.31.173.51]) by mail.geocities.co.jp (1.3G-GeocitiesJ-3.3) with ESMTP id EAA06237 for <doc-jp@jp.freebsd.org>; Sun, 13 Feb 2000 04:08:07 +0900 (JST)
Message-Id: <200002121908.EAA06237@mail.geocities.co.jp>
Received: from localhost (alph.hrs.jp [192.168.0.10])
	by mail.hrs.jp (8.9.3/3.7W/DomainMaster) with ESMTP id DAA06718
	for <doc-jp@jp.freebsd.org>; Sun, 13 Feb 2000 03:20:24 +0900 (JST)
	(envelope-from hrs@hrs.jp)
To: doc-jp@jp.freebsd.org
X-Mailer: Mew version 1.94 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Date: Sun, 13 Feb 2000 03:20:23 +0900
From: Hiroki Sato <hrs@geocities.co.jp>
X-Dispatcher: imput version 990905(IM130)
Lines: 77
Reply-To: doc-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990727
X-Sequence: doc-jp 7020
Subject: [doc-jp 7020] books/handbook/hw/chapter.sgml #2
Errors-To: owner-doc-jp@jp.freebsd.org
Sender: owner-doc-jp@jp.freebsd.org
X-Originator: hrs@geocities.co.jp

$B:4F#!wEl5~M}2JBg3X$G$9!#(B

 $BB3$-$G$9!#(B

 # <screen> $B$d(B <programlisting> $B$NItJ,$N(B
 # $BK]Lu$OI,MW$"$j$^$;$s!#(B

(books/handbook/hw/chapter.sgml 1.28 -> 1.30 #2)

+
+      <sect3>
+        <title>USB</title>
+	
+        <sect4>
+          <title>System Configuration</title>
+	  
+          <para>The USB device drivers are a relatively new addition to
+	    FreeBSD and have not yet been included in the GENERIC kernel.  The
+	    following prodecure is an example of how to setup the relevant
+	    drivers on a typical system.</para>
+
+          <procedure>
+            <step>
+       	      <para>Add the <devicename>ums</devicename> device to the usb
+		section of your <link linkend="kernelconfig-config">kernel
+		  configuration</link>.  For example:
+       	      </para>
+       		
+	      <programlisting>controller usb0 controller uhci0 device ums0</programlisting>
+	    </step>
+       		
+	    <step>
+	      <para><link linkend="kernelconfig-building">Rebuild and
+		  install</link> the new kernel.</para>
+	    </step>
+	    
+       	    <step>
+       	      <para>Make the <link linkend="kernelconfig-nodes">device
+		  node</link> by typing:</para>
+
+	      <screen>&prompt.root; <userinput>cd /dev</userinput>
+&prompt.root; <userinput>sh MAKEDEV ums0</userinput></screen>
+	    </step>
+
+	    <step>
+	      <para>Include the following text in
+		<filename>/etc/rc.conf</filename> to ensure correct operation
+		of the mouse daemon:</para>
+	      
+	      <programlisting>moused_enable="YES"
+moused_type="auto"
+moused_port="/dev/ums0"</programlisting>
+            </step>
+	    
+            <step>
+              <para>Reboot the system.</para>
+	      <screen>&prompt.root; <userinput>shutdown -r now</userinput></screen>
+            </step>
+          </procedure>
+        </sect4>
+
+        <sect4>
+          <title>Known Compatible Devices</title>
+
+          <itemizedlist>
+            <listitem>
+              <para>Logitech TrackMan - Marble Wheel</para>
+            </listitem>
+          </itemizedlist>
+        </sect4>
+      </sect3>

--
| $B:4F#(B $B9-@8!wEl5~M}2JBg3X(B <hrs@geocities.co.jp>
|
|                                  j7397067@ed.noda.sut.ac.jp(univ)
|                        hrs@jp.FreeBSD.org(FreeBSD doc-jp Project)
