Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/share/man/man4 Pull up 1.8.
details: https://anonhg.NetBSD.org/src/rev/1335f6e3a5e2
branches: netbsd-1-4
changeset: 468049:1335f6e3a5e2
user: tron <tron%NetBSD.org@localhost>
date: Sun Apr 04 11:44:59 1999 +0000
description:
Pull up 1.8.
diffstat:
share/man/man4/we.4 | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diffs (41 lines):
diff -r 2f84b62577b5 -r 1335f6e3a5e2 share/man/man4/we.4
--- a/share/man/man4/we.4 Sun Apr 04 10:27:38 1999 +0000
+++ b/share/man/man4/we.4 Sun Apr 04 11:44:59 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: we.4,v 1.7 1999/03/16 01:19:19 garbled Exp $
+.\" $NetBSD: we.4,v 1.7.2.1 1999/04/04 11:44:59 tron Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -50,6 +50,31 @@
.Nm
device driver supports Western Digital/SMC WD80x3, SMC Elite Ultra, and
SMC EtherEZ Ethernet cards.
+.Sh FLAG VALUES
+For some clone boards the driver is not able to recognize 16bit or 8bit
+interfaces correctly. Since this makes a huge difference (see diagnostic
+section below)
+you can override this by specifying flags values in the config file:
+.Pp
+.Cd "we2 at isa? port 0x300 iomem 0xe0000 irq 15 flags 4"
+.Pp
+The values to add together for flags are:
+.Pp
+.Bl -diag
+.It 2
+force adapter to be treated as 8bit, even if it probes
+as a 16bit interface. Improper use of this flag will make the
+driver fail or send invalid ethernet packets.
+.It 4
+force adapter to be treated as 16bit, even if it probes
+as a 8bit interface. For example the COMPEX ENT/U boards
+identify as WD8003 compatibles, but are in fact 16bit cards.
+Using this flag on a board that realy is a 8bit board will
+result in bogus packets being sent.
+.It 8
+disable the use of double transmit buffers to save space in
+the on-board RAM for more receive buffers.
+.El
.Sh MEDIA SELECTION
The ability to select media from software is dependent on the particular
model of WD/SMC card. The following models support only manual configuration:
Home |
Main Index |
Thread Index |
Old Index