From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 16:56:36 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 37CA416A4CE for ; Mon, 26 Jul 2004 16:56:36 +0000 (GMT) Received: from mx2.magma.ca (mx2.magma.ca [206.191.0.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB42043D3F for ; Mon, 26 Jul 2004 16:56:35 +0000 (GMT) (envelope-from ebudd@grokking.org) Received: from in1.magma.ca (in1.magma.ca [206.191.0.223]) by mx2.magma.ca (Magma's Mail Server) with ESMTP id i6QGu8eh022489 for ; Mon, 26 Jul 2004 12:56:08 -0400 Received: from mx1.sohotech.ca (ottawa-hs-64-26-169-251.s-ip.magma.ca [64.26.169.251]) by in1.magma.ca (Magma's Mail Server) with ESMTP id i6QGu7m5026850 for ; Mon, 26 Jul 2004 12:56:08 -0400 Received: from [192.168.1.3] (heinlein.sohotech.ca [192.168.1.3]) (authenticated bits=0) by mx1.sohotech.ca (8.12.10/8.12.10) with ESMTP id i6QGu5Uk080989 for ; Mon, 26 Jul 2004 12:56:05 -0400 (EDT) (envelope-from ebudd@grokking.org) Message-ID: <410537A5.4040709@grokking.org> Date: Mon, 26 Jul 2004 12:56:05 -0400 From: Ed Budd User-Agent: Mozilla Thunderbird 0.6 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20040726T123353Z_C5AF00120003@nychhc.org> In-Reply-To: <20040726T123353Z_C5AF00120003@nychhc.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.44 Subject: Re: 3COM NIC Card??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 16:56:36 -0000 Hakim Singhji wrote: > Hello All, > > I recently purchased a pair of 3Com 3C905CTXM EtherLink XL PCI TX Network adapter PCI 100 Mbps NIC Cards and I wanted to know if they are compatible with FreeBSD 4.10 (stable). Could someone please give me some feedback on this thanks. > > > Hakim Z. Singhji > Coordinating Mgr. / Infection Control > 718-245-3923 > hakim.singhji@nychhc.org These have always worked great for me. Enable the 'xl' and 'miibus' drivers in your kernel conf: "man xl" for details. EB