From owner-cvs-src@FreeBSD.ORG Sun Dec 28 22:09:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF1AF16A4CE; Sun, 28 Dec 2003 22:09:16 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B47443D2F; Sun, 28 Dec 2003 22:09:15 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 2FA5D65418; Mon, 29 Dec 2003 06:09:11 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 82689-04; Mon, 29 Dec 2003 06:09:10 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-18-36.dsl.uk.rapidplay.com [82.147.18.36]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 43B096520F; Mon, 29 Dec 2003 06:09:10 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 45E0615; Mon, 29 Dec 2003 06:09:07 +0000 (GMT) Date: Mon, 29 Dec 2003 06:09:07 +0000 From: Bruce M Simpson To: Bill Paul Message-ID: <20031229060907.GA816@saboteur.dek.spc.org> Mail-Followup-To: Bill Paul , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200312282128.hBSLSawt056827@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312282128.hBSLSawt056827@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/ndis subr_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2003 06:09:16 -0000 On Sun, Dec 28, 2003 at 01:28:36PM -0800, Bill Paul wrote: > Among other things, this makes the following card work with the > NDISulator: > > ndis0: mem 0xda004000-0xda004fff irq 10 at device 9.0 on pci0 > > This is that notoriously undocumented 10Mbps HomePNA Broadcom chipset > that people wanted support for many moons ago. Sadly, the only other > HomePNA NIC I have handy is a 1Mbps device, so I can't actually do > any 10Mbps performance tests, but it talks to my 1Mbps ADMtek card > just fine. Spooky action at a distance. BMS