From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 14:03:12 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 0FE0416A4CE for ; Wed, 8 Dec 2004 14:03:12 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id B31EE43D2F for ; Wed, 8 Dec 2004 14:03:11 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so239845wra for ; Wed, 08 Dec 2004 06:03:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Hyc5nLVAGL4ZhZW8b/RznQek+1wAvDCCD3Upar4a8NWUGft3j/oQNv5i466B3rJ7ynjyW4GphgiryZx3xZ/s3nwr2WZnuSG0XCP3UwfI5GDVGbAaBCT2fkZChdLw+dOaaYH57QDmpFJtRSCu8uG6nlXFxCE2AdQpfEpuo5aNNhU= Received: by 10.54.40.64 with SMTP id n64mr663485wrn; Wed, 08 Dec 2004 06:03:10 -0800 (PST) Received: by 10.54.38.42 with HTTP; Wed, 8 Dec 2004 06:03:10 -0800 (PST) Message-ID: <7cbadc870412080603722df96c@mail.gmail.com> Date: Wed, 8 Dec 2004 16:03:10 +0200 From: Nelis Lamprecht To: "dvc@jtxa.de" In-Reply-To: <41B7A98A.8090101@jtxa.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41B7A98A.8090101@jtxa.de> cc: FreeBSD Questions Subject: Re: ax88790 chipset 100mbit/s support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nelis Lamprecht List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 14:03:12 -0000 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