Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4/man4.amiga Note added IDE support.



details:   https://anonhg.NetBSD.org/src/rev/613796f139bb
branches:  trunk
changeset: 782774:613796f139bb
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Mon Nov 19 22:55:05 2012 +0000

description:
Note added IDE support.

diffstat:

 share/man/man4/man4.amiga/xsurf.4 |  17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diffs (54 lines):

diff -r 8067af0993db -r 613796f139bb share/man/man4/man4.amiga/xsurf.4
--- a/share/man/man4/man4.amiga/xsurf.4 Mon Nov 19 22:40:24 2012 +0000
+++ b/share/man/man4/man4.amiga/xsurf.4 Mon Nov 19 22:55:05 2012 +0000
@@ -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 @@
 .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 @@
 .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.



Home | Main Index | Thread Index | Old Index