Module Name: src
Committed By: rkujawa
Date: Mon Nov 19 22:55:06 UTC 2012
Modified Files:
src/share/man/man4/man4.amiga: xsurf.4
Log Message:
Note added IDE support.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.amiga/xsurf.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/man4.amiga/xsurf.4
diff -u src/share/man/man4/man4.amiga/xsurf.4:1.3 src/share/man/man4/man4.amiga/xsurf.4:1.4
--- src/share/man/man4/man4.amiga/xsurf.4:1.3 Thu Nov 8 23:41:39 2012
+++ src/share/man/man4/man4.amiga/xsurf.4 Mon Nov 19 22:55:05 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: xsurf.4,v 1.3 2012/11/08 23:41:39 rkujawa Exp $
+.\" $NetBSD: xsurf.4,v 1.4 2012/11/19 22:55:05 rkujawa Exp $
.\"
.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd November 9, 2012
+.Dd November 19, 2012
.Dt XSURF 4 amiga
.Os
.Sh NAME
@@ -37,10 +37,12 @@
.Cd "xsurf* at zbus0"
.Cd "ne* at xsurfbus?"
.Cd "gencp* at xsurfbus?"
+.Cd "wdc* at xsurfbus?"
.Sh DESCRIPTION
The
.Nm
-driver provides support for the Individual Computers X-Surf ethernet card.
+driver provides support for ethernet, IDE controller and clockports present on
+the Individual Computers X-Surf card.
.Sh HARDWARE
The
.Nm
@@ -52,7 +54,8 @@ driver supports the following hardware:
.Sh SEE ALSO
.Xr clockport 4 ,
.\" .Xr gencp 4 ,
-.Xr ne 4
+.Xr ne 4 ,
+.Xr wdc 4
.Sh HISTORY
The
.Nm
@@ -69,6 +72,10 @@ The
.Xr ne 4
attachment code was split from Ariadne II driver, written by Bernd Ernesti and
extended by Ignatios Souvatzis.
+IDE controller support was added by Radoslaw Kujawa and Frank Wille.
.Sh CAVEATS
-IDE controller present on X-Surf cards is not supported.
Support for clockports remains largely untested.
+.Sh BUGS
+The X-Surf IDE controller timings are not configurable and are known to be
+incompatible with many hard disks (especially on the early X-Surf revisions).
+This is a purely hardware problem.