From owner-freebsd-net Thu Jul 25 6: 3:20 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39EF937B400 for ; Thu, 25 Jul 2002 06:03:18 -0700 (PDT) Received: from sissi.communications-laboratories.com (sissi.communications-laboratories.com [194.152.186.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF0FD43E42 for ; Thu, 25 Jul 2002 06:03:16 -0700 (PDT) (envelope-from pm@communications-laboratories.com) Received: from localhost (pm@localhost) by sissi.communications-laboratories.com (8.12.3/8.11.6) with ESMTP id g6PD3FRD087724 for ; Thu, 25 Jul 2002 15:03:15 +0200 (CEST) (envelope-from pm@communications-laboratories.com) Date: Thu, 25 Jul 2002 15:03:15 +0200 (CEST) From: Manfred Petz To: freebsd-net@freebsd.org Subject: dc(4): Zoom 5001 (RS7112) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, We got some Zoom 5001 PCI adapters which are Docsis 1.1 compliant network adapters (on the cable side there's a CN9414, on the ethernet side it's a RS7112). Under Linux 2.5.24 with the latest Tulip driver, the card works. The FreeBSD drivers, up to -CURRENT, however, don't. The problem is, that the mii_phy_probe() in if_dc.c:dc_attach() returns an error because it doesn't find any PHY entry (dc0: MII without any PHY!). The same happens in the Linux Tulip driver in the parse routine (media.c:tulip_find_mii()), however, somehow the card works nevertheless. Can anybody please help me? :-/ Why does it work with Linux-2.5.24, what are they doing different? Thank you pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message