From owner-freebsd-questions Tue Oct 14 17:40:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA00531 for questions-outgoing; Tue, 14 Oct 1997 17:40:56 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from silver.sms.fi (silver.sms.fi [194.111.122.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA00522 for ; Tue, 14 Oct 1997 17:40:52 -0700 (PDT) (envelope-from pete@silver.sms.fi) Received: (from pete@localhost) by silver.sms.fi (8.8.7/8.7.3) id DAA23585; Wed, 15 Oct 1997 03:40:41 +0300 (EEST) Date: Wed, 15 Oct 1997 03:40:41 +0300 (EEST) Message-Id: <199710150040.DAA23585@silver.sms.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Petri Helenius To: rreiner@fscinternet.com Cc: questions@FreeBSD.ORG Subject: Full Duplex iwith de0 driver? In-Reply-To: <199710142200.SAA17256@forest.fscinternet.com> References: <199710142202.PAA20750@hub.freebsd.org> <199710142200.SAA17256@forest.fscinternet.com> X-Mailer: VM 6.22 under 19.15p7 XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Richard Reiner writes: > How do I enable full duplex support using the DEC 21140 (de) driver? > > Is there support for this at all? If so, when did it go into the > code tree? > I recently figured out that it was introduced fairly lately into 2.2-stable. In order to see what your card supports do: ifconfig -m de0 If ifconfig complains about the syntax, you need newer OS. Pete