Subject: [docathon] converted Ports/sun2/faq.list
To: None <netbsd-docs@netbsd.org>
From: None <dsieger@techfak.uni-bielefeld.de>
List: netbsd-docs
Date: 04/07/2007 01:52:46
--f2QGlHpHGjS2mn6Y
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Ports/sun2/faq.list converted. patch attached.

Note: If you're committing a patch, please be sure to update the
according status entry at 

http://wiki.netbsd.se/index.php/Hackathon5#List_of_.list_files

Thanks,
Daniel

-- 
Daniel Sieger
Faculty of Technology
Bielefeld University
wwwhomes.uni-bielefeld.de/dsieger

--f2QGlHpHGjS2mn6Y
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="sun2-faq.diff"

Index: layout.xml
===================================================================
RCS file: /cvsroot/htdocs/layout.xml,v
retrieving revision 1.250
diff -u -r1.250 layout.xml
--- layout.xml	6 Apr 2007 23:35:53 -0000	1.250
+++ layout.xml	6 Apr 2007 23:50:37 -0000
@@ -313,6 +313,7 @@
         <tocentry page="Ports/sparc64/faq.xml" filename="faq.html"/>
         <tocentry page="Ports/sparc64/projects.xml" filename="projects.html"/>
       </tocentry>
+      <tocentry page="Ports/sun2/faq.xml" dir="sun2" filename="faq.html"/>
       <tocentry page="Ports/sun3/index.xml" dir="sun3" filename="."/>
       <tocentry page="Ports/vax/index.xml" dir="vax" filename="."/>
       <tocentry page="Ports/x68k/index.xml" dir="x68k" filename="."/>
Index: Ports/sun2/Makefile
===================================================================
RCS file: /cvsroot/htdocs/Ports/sun2/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Ports/sun2/Makefile	14 Oct 2005 08:59:58 -0000	1.4
+++ Ports/sun2/Makefile	6 Apr 2007 23:50:37 -0000
@@ -1,5 +1,5 @@
 #	$NetBSD: Makefile,v 1.4 2005/10/14 08:59:58 rillig Exp $
 
-LISTDOCS+=	faq.list
+XMLDOCS+=	faq
 
 .include "../../share/mk/web.site.mk"
Index: Ports/sun2/faq.xml
===================================================================
RCS file: Ports/sun2/faq.xml
diff -N Ports/sun2/faq.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Ports/sun2/faq.xml	6 Apr 2007 23:50:37 -0000
@@ -0,0 +1,89 @@
+<?xml version="1.0"?>
+<!DOCTYPE webpage
+ PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
+        "http://www.NetBSD.org/share/xml/website-netbsd.dtd">
+
+<webpage id="Ports-sun2-faq">
+<config param="desc" value="NetBSD/sun2 Frequently Asked Question"/>
+<config param="cvstag" value="$NetBSD$"/>
+<config param="rcsdate" value="$Date$"/>
+<head>
+
+
+
+
+<!-- Copyright (c) 1994-2003
+	The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED. -->
+
+<title>NetBSD/sun2: Frequently Asked Questions</title>
+</head>
+
+<sect1 role="toc">
+
+<sect2 id="general">
+<title>General Questions</title>
+
+<sect3 id="ec-nfs">
+<title>NFS client with a 3Com 3c400 (<code>ec</code>) card</title>
+
+<para>The 3Com 3c400 (<code>ec</code>) Multibus Ethernet card can only
+buffer two received Ethernet packets, regardless of their length,
+before it starts dropping packets.  Unless overridden, an NFS client
+read requests 8 kilobytes at a time.  This means six or more packets
+will be sent by the server, usually quickly enough to fill the card
+and cause the third and subsequent packets to get dropped.</para>
+
+<para>NFS has an all-or-nothing mentality about it, so the client will
+throw away any packets it did get and just send the request again,
+making for a vicious cycle.  The solution is to tell NFS to only
+request 1 kilobyte at a time, done by adding an option to the client's
+mount command:</para>
+
+<screen>
+&rprompt; mount -t nfs -o -r=1024 <emphasis>server</emphasis>:<emphasis>directory</emphasis> <emphasis>mountpoint</emphasis></screen>
+</sect3>
+
+<sect3 id="sunos_compat">
+<title>SunOS Compatibility</title>
+<para>
+NetBSD/sun2 will one day feature extensive binary compatibility with
+SunOS 3 and SunOS 4 programs, however this work has not been done
+yet.</para>
+</sect3>
+
+<sect3 id="sun2-history">
+<title>History of NetBSD/sun2</title>
+<para>
+The sun2 port of NetBSD was started by Matt Fredette in January 2001.
+He began working with <ulink url="../sun3/">NetBSD/sun3</ulink> from the 1.5 
+release and after a few months had it booting multiuser.  In April
+2001 he began merging the port into the NetBSD tree.</para>
+
+</sect3>
+</sect2>
+
+<sect2 id="other_info">
+<title>Other sources of information</title>
+<sect3 id="other_info_offsite">
+<title>Off-site resources</title>
+<itemizedlist>
+<listitem><para><ulink url="http://www.sunhelp.org/">SunHELP</ulink> -
+much sun related information</para></listitem>
+<listitem><para><ulink url="http://www.sunhelp.org/info-ref.php">Sun
+    Hardware Reference FAQ</ulink> - overview of Sun hardware over the years</para></listitem>
+</itemizedlist>
+</sect3>
+
+<sect3 id="other_info_nbsd">
+<title>Further information at NetBSD.org</title>
+<itemizedlist>
+<listitem><para><ulink url="../../Documentation/network/netboot/intro.sun2.html">Netbooting
+    NetBSD/sun2</ulink>.</para></listitem>
+<listitem><para><ulink url="../../Documentation/">General NetBSD Documentation</ulink>
+    - for questions not specific to NetBSD/sun2.</para></listitem>
+</itemizedlist>
+</sect3>
+</sect2>
+</sect1>
+<parentsec url="./" text="NetBSD/sun2 ports page"/>
+</webpage>

--f2QGlHpHGjS2mn6Y--