From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 2 02:25:38 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A5F637B404 for ; Mon, 2 Jun 2003 02:25:38 -0700 (PDT) Received: from relay4.mail.uk.psi.net (relay4.mail.uk.psi.net [154.32.111.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABF8743F93 for ; Mon, 2 Jun 2003 02:25:36 -0700 (PDT) (envelope-from dmlb@dmlb.org) Received: from gate.ttpcom.com ([193.119.175.2] helo=vader) by relay4.mail.uk.psi.net with smtp (Exim 2.12 #2) id 19MlZO-0005I2-02 for hackers@freebsd.org; Mon, 2 Jun 2003 10:25:34 +0100 Received: from matrix.ttpcom.com ([193.119.172.14]) by vader; Mon, 02 Jun 2003 10:24:24 +0100 (BST) Received: from matrix [193.119.172.14] by matrix.ttpcom.com (SMTPD32-7.07) id A916CCE0254; Mon, 02 Jun 2003 10:29:58 +0100 Received: FROM DJK1Comp BY matrix ; Mon Jun 02 10:29:58 2003 +0100 Message-ID: <005601c328e8$de966db0$a7ac77c1@DJK1Comp> From: "Duncan Barclay" To: , References: <20030527190822.8E08137B401@hub.freebsd.org> <20030602010646.GB82304@dragon.nuxi.com> Date: Mon, 2 Jun 2003 10:25:12 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Subject: Re: Broadcom 44xx (Re: Rrrrrr.....) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 09:25:38 -0000 > On Tue, May 27, 2003 at 12:08:22PM -0700, Bill Paul wrote: > > *NO*, the 44xx chips are *NOT* the same as the 57xx chips. The 57xx > > devices are 10/100/1000. The 44xx are 10/100 *ONLY*. > > Where is the 44xx showing up? I've got one in my new Acer 800Cli laptop (try www.acer.co.uk as Warner said he couldn't find it on the main site). It's Centrino based with 5+hrs of battery life. The 44xx seem to be big SoC type devices with the possibility that NIC, USB, Modem, HomePNA, kitchen sink all exist on the same chip. I've got all of the setup side of the driver done (e.g. PHY and MAC tickling) and now have to get my head around bus_dma so I can start sending packets out of it. Duncan