Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 1996 12:03:30 -0800 (PST)
From:      "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com>
To:        gavin@ormond.unimelb.edu.au (Gavin Cameron)
Cc:        freebsd-isp@freebsd.org
Subject:   Re: multiport ethernet
Message-ID:  <199611282003.MAA10689@GndRsh.aac.dev.com>
In-Reply-To: <199611272355.KAA24753@gateway.ormond.unimelb.edu.au> from Gavin Cameron at "Nov 28, 96 10:55:24 am"

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

> > 
> > > Quoting Gary Clark II (gclarkii@main.gbdata.com):
> > > > Hello,
> > > > 
> > > > Has one used the Cogent Quartet lately?  I need to produce a low
> > > > cost ethernet router here and this thing looks like it should give
> > > > me the most bang for the buck.  
> > > > 
> > > 
> > > SMC has a dual port 10/100 card, SMC8434, that can be had for
> > > $230US.  If you don't need high port density this one may be a
> > > better deal.  Don't know if it works with the de driver.
> > > 
> > > John Capo
> > > 
> > > 
> > 
> > I use a Znyx 314 (http://www.znyx.com/) Works very fine and has a suggest price
> > around $400 I think.
> > 
> 
> Is anyone, anyone at all, currently doing any work to get the znyx 346
> supported? I've sent some email to the guy at 3am software but I don't seem
> to get any replies :-(.

I have Matt's latest code and am trying to intergrate it into both
FreeBSD-current and 2.1.6.  That code does appear to have support
for the Zynx 346 from a quick grep:
dc21040.h:#define       TULIP_ZNYX_ID_ZX346             0x0E01
dc21040.h:#define       TULIP_GP_ZX346_PINS             0x00000143      /* General Purpose Pin directions */
dc21040.h:#define       TULIP_GP_ZX346_AUTONEG_ENABLED  0x00000020      /* 802.3u autoneg enabled */
dc21040.h:#define       TULIP_GP_ZX346_SPEED100         0x00000008      /* 100Mb speed detect */
dc21040.h:#define       TULIP_GP_ZX346_FULLDUPLEX       0x00000004      /* Full Duplex Sensed */
if_de.c:            } else if (id == TULIP_ZNYX_ID_ZX346) {
SkyRsh# 



-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation, Inc.                   Reliable computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611282003.MAA10689>