From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 14:39:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37EFE16A4CE for ; Wed, 8 Dec 2004 14:39:31 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED74343D53 for ; Wed, 8 Dec 2004 14:39:30 +0000 (GMT) (envelope-from dvc@jtxa.de) Received: from [212.227.126.207] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Cc2yY-0001Ac-00; Wed, 08 Dec 2004 15:39:30 +0100 Received: from [217.231.57.71] (helo=[192.168.1.20]) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1Cc2yX-0005rU-00; Wed, 08 Dec 2004 15:39:29 +0100 Message-ID: <41B7120E.3070808@jtxa.de> Date: Wed, 08 Dec 2004 15:39:10 +0100 From: "dvc@jtxa.de" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <41B7A98A.8090101@jtxa.de> <7cbadc870412080603722df96c@mail.gmail.com> In-Reply-To: <7cbadc870412080603722df96c@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:f88fa41607e84e918974873c6ed03233 cc: Nelis Lamprecht Subject: Re: ax88790 chipset 100mbit/s support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 14:39:31 -0000 Nelis Lamprecht wrote: > On Thu, 09 Dec 2004 02:25:30 +0100, dvc@jtxa.de wrote: > >>hello, >> >>i have a 10/100 fast ethernet pccard labeled "sitecom". >>it is built around the asix ax88790 chipset and runs >>at 10 mbit using the ed driver. >> >>is 10 mbit/sec the maximum transfer rate the ed driver >>supports? >> > > > If I'm not mistaken the ed driver is for isa cards and 100mbit is not > achievable on the isa bus. What happens when you type 'ifconfig ed0 > media 100BaseTX mediaopt full-duplex' ? > > nelis > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > hi, thanks for the reply. when i try this, i get ifconfig: SIOCGIFMEDIA: Invalid argument i thinks that's because the ed driver doesn't support setting the media or mediaopts. martin