Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 1997 23:08:28 +0300 (MSK)
From:      Denis Kalinin <denis@satty.npi.msu.su>
To:        freebsd-questions@freebsd.org
Subject:   ZNYX 315
Message-ID:  <Pine.BSI.3.95.970123230722.24008K-100000@satty.npi.msu.su>

next in thread | raw e-mail | index | archive | help



	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"





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.970123230722.24008K-100000>