From owner-freebsd-questions Thu Jan 23 12:09:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA08976 for questions-outgoing; Thu, 23 Jan 1997 12:09:07 -0800 (PST) Received: from satty.npi.msu.su (satty.npi.msu.su [158.250.2.251]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA08961 for ; Thu, 23 Jan 1997 12:09:01 -0800 (PST) Received: from localhost (denis@localhost) by satty.npi.msu.su (8.8.3/8.8.4) with SMTP id XAA24666 for ; Thu, 23 Jan 1997 23:08:29 +0300 (MSK) Date: Thu, 23 Jan 1997 23:08:28 +0300 (MSK) From: Denis Kalinin To: freebsd-questions@freebsd.org Subject: ZNYX 315 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Did anyone use this card? it's "Digital DC21040 Ethernet" with 2 (BNC/10baseT) ports. 1) existing driver (if_de.c) supposed to support it as ZX314, but checks for " /* this at least works for the zx342 from Znyx */ sc->tulip_boardsw = &tulip_dc21140_znyx_zx34x_boardsw; } else if (sc->tulip_chipid == TULIP_DC21040 !!! && (sc->tulip_hwaddr[3] & ~3) == 0xF0 !!! && (sc->tulip_hwaddr[5] & 3) == 0 ) { sc->tulip_boardsw =&tulip_dc21040_zx314_master_boardsw; sc->tulip_flags |= TULIP_SHAREDINTR; } " in this case the card is not recognised as ZX314 and therefore hangs on ifconfig of second interface. Had to comment it out. 2) ZX314 probe is "tulip_dc21040_10baset_only_media_*" and therefore BNC port of ZX315 doesn't work. Had to change it to "tulip_dc21040_media_*" to use BNC port. If there is a better way to make this beast work? Denis Kalinin. +---------------------------------------------------+----------------------+ |"My doctor says that I have a malformed public-duty|Denis V Kalinin | | gland and a natural deficiency in moral fibre and |denis@satty.npi.msu.su| | therefore excused from saving Universes." | +7(095)932-8861 | | Ford Prefect. | | +---------------------------------------------------+----------------------+ `Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise.' -- Lewis Carrol, "Alice in Wonderland"