From owner-freebsd-current@FreeBSD.ORG Thu Jun 17 19:38:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7904A16A4CE for ; Thu, 17 Jun 2004 19:38:56 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id C096443D41 for ; Thu, 17 Jun 2004 19:38:55 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 1C50E65418; Thu, 17 Jun 2004 20:38:38 +0100 (BST) 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 11579-04-7; Thu, 17 Jun 2004 20:38:37 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 657E165375; Thu, 17 Jun 2004 20:38:37 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id B4498611D; Thu, 17 Jun 2004 20:38:36 +0100 (BST) Date: Thu, 17 Jun 2004 20:38:36 +0100 From: Bruce M Simpson To: Samuel Clements Message-ID: <20040617193836.GE37877@empiric.dek.spc.org> References: <20040616203938.5A2C59CD5F@smtp1.linkline.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040616203938.5A2C59CD5F@smtp1.linkline.com> cc: current@freebsd.org Subject: Re: Project Evil and a PCI DSL modem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 19:38:56 -0000 On Wed, Jun 16, 2004 at 01:39:40PM -0700, Samuel Clements wrote: > So, I may be way off here, but knowing that the 3com 3CP3617B (ADSL PCI > Modem) isn't supported natively under FreeBSD, is there a chance it would be > supported with NDISulator? Before Bill steps in and shouts at you, I'd say: absolutely not. ATM devices will probably never be supported under Project Evil. Benno was working on some native support for the Pulsars, though, and I have partially working code for the SpeedStream 30x0 cards in my Perforce branch. BMS