From owner-freebsd-hardware  Wed Jun 12 20:10:17 1996
Return-Path: owner-hardware
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id UAA00486
          for hardware-outgoing; Wed, 12 Jun 1996 20:10:17 -0700 (PDT)
Received: from gordius.gordian.com (gordius.gordian.com [192.73.220.81])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA00462;
          Wed, 12 Jun 1996 20:10:11 -0700 (PDT)
Received: from delphi.gordian.com (delphi.gordian.com [192.73.220.125]) by gordius.gordian.com (8.7.5/8.6.5) with ESMTP id UAA14825; Wed, 12 Jun 1996 20:09:39 -0700 (PDT)
Received: (from steve@localhost) by delphi.gordian.com (8.7.2/8.6.9) id UAA16639; Wed, 12 Jun 1996 20:09:37 -0700 (PDT)
Date: Wed, 12 Jun 1996 20:09:37 -0700 (PDT)
Message-Id: <199606130309.UAA16639@delphi.gordian.com>
From: Steve Khoo <steve@gordian.com>
To: davidg@Root.COM
CC: freebsd-hardware@FreeBSD.org, freebsd-hackers@FreeBSD.org
In-reply-to: David Greenman's message of Wed, 12 Jun 1996 19:16:39 -0700
Subject: Re: 2.2-960501-SNAP and Digital DC21041 Ethernet - some errors. 
References: <199606130152.SAA15400@delphi.gordian.com>
	<199606130216.TAA00298@Root.COM>
Sender: owner-hardware@FreeBSD.org
X-Loop: FreeBSD.org
Precedence: bulk

>>>>> "David" == David Greenman <davidg@Root.COM> writes:

    >> I got a similar problem in 2.2-960501-SNAP.  The SMC Etherpower 10/100
    >> cards in my P6 keep coming up in 100BaseT while it's only connected to
    >> 10BaseT network.  It's happening more than 50% during reboot.  It's
    >> getting worse now since we have two of those cards in the system now.
    >> Is there a way to force it to do 10BaseT instead?

    David>    Yes, use the link2 flag to ifconfig. I think "link2"
    David>    forces 100Mbps and
    David> "-link2" forces 10Mbps.

Thanks! It works. '-link2' forces 10Mbps.