From owner-freebsd-questions Mon Aug 2 17:58:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from custmail.concentric.net (custmail.concentric.net [205.158.16.13]) by hub.freebsd.org (Postfix) with ESMTP id F2BF714ED0 for ; Mon, 2 Aug 1999 17:58:20 -0700 (PDT) (envelope-from sanjay@packetstream.com) Received: from packetstream.com (w042.z216112002.sjc-ca.dsl.cnc.net [216.112.2.42]) by custmail.concentric.net (8.9.1/8.9.1) with ESMTP id RAA26961 for ; Mon, 2 Aug 1999 17:58:04 -0700 (PDT) Message-ID: <37A64050.96A770CA@packetstream.com> Date: Mon, 02 Aug 1999 18:05:22 -0700 From: Sanjay Nayak Reply-To: sanjay@packetstream.com X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: 3c905 and 3c905B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I am trying to enable the multiple ethernet cards, in my FreeBsd box. IF i have mix of 3com 3c905 and 3c905B. Only 3c905 card is commin up and 3c905B is not. Istarted browing the code where the kernel actually probe the devices. In the file if_vx_pci.c there is a probe routine. Based on the device id passed to the routine , it returns the type of type of the device. In my version of the kernel code , it never returns 3c905B, instead it return NULL. The question i have is, is there any fresh version of the if_vx_pci.c file which supports 3c905B 3com ethernet cards regards sanjay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message