From owner-freebsd-questions@FreeBSD.ORG Tue Dec 1 00:13:32 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3119B106566C for ; Tue, 1 Dec 2009 00:13:32 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id CF7AC8FC15 for ; Tue, 1 Dec 2009 00:13:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 037B43A3844; Tue, 1 Dec 2009 07:13:29 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1259626409; x= 1261440809; bh=yVUXqilDXGBg3z+m1mE5BTKpIbCpvORyZIpBN1Rwtg0=; b=Q XoBm3dfrpQAzUt2PHYE0gOyXUNRUryk/GRJmHoLplHn9a39oAySD0RZ1528IdbNa nn9oCKFLYMm0yhaGxftgie/W0nyDB4XWaQUjMFuFERVf05rIx+nRp3NOMiIkZvcB FOEX9dkgZi1leKccGa/akomBi+X1Tbds/9/uxK/4qA= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id J4rgJwKj5Qyq; Tue, 1 Dec 2009 07:13:29 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 4AF533A3842; Tue, 1 Dec 2009 07:13:29 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id nB10DSM6096812; Tue, 1 Dec 2009 07:13:28 +0700 (ICT) (envelope-from on) Date: Tue, 1 Dec 2009 07:13:28 +0700 (ICT) Message-Id: <200912010013.nB10DSM6096812@banyan.cs.ait.ac.th> From: Olivier Nicole To: brett@lariat.net In-reply-to: <200911301930.MAA26709@lariat.net> (message from Brett Glass on Mon, 30 Nov 2009 12:29:48 -0700) References: <200911301930.MAA26709@lariat.net> Cc: questions@freebsd.org Subject: Re: CF Ethernet for FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2009 00:13:32 -0000 Hi, > So, I'm interested in finding out if anyone knows of an Ethernet > interface which will plug into the CF socket and has drivers for > FreeBSD. Please let me know; any help would be MUCH appreciated! Not to mentione FreeBSD drivers, but only finding an Ethernet interface that plugs into a CF sockets seems very chalenging: you don't really send/receive the same information to memory and to network interface; CF can address GB of data, while the network card has a few KB at best; etc. Good luck, Olivier