*BSD News Article 67027


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!inferno.mpx.com.au!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!news.cis.okstate.edu!newsfeed.ksu.ksu.edu!lazrus.cca.rockwell.com!newssvr.cacd.rockwell.com!news-feed-1.peachnet.edu!usenet.eel.ufl.edu!arclight.uoregon.edu!news.dacom.co.kr!usenet.seri.re.kr!news.cais.net!nntp.uio.no!nntp.uib.no!nntp-bergen.UNINETT.no!nntp-trd.UNINETT.no!sthaug
From: sthaug@nethelp.no (Steinar Haug)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Multiport Ethernet
Date: 26 Apr 1996 05:59:11 GMT
Organization: Nethelp Consulting, Trondheim, Norway
Lines: 46
Distribution: world
Message-ID: <4lponf$8b5@verdi.nethelp.no>
References: <ABw9tGrG_0@qsar.chem.msu.su>
NNTP-Posting-Host: trane.uninett.no
In-reply-to: "Eugene Radchenko"'s message of 25 Apr 1996 18:36:18 +0400

["Eugene Radchenko"]

|  Well, it almost happened - we are running out of slots in our FBSD
|  server/router. I wonder which (if any) multiport ethernet cards (like SMC
|  EtherPower2) work with FreeBSD. (FBSD driver not included, as might be
|  expected). Are they indeed '2 adapters in one' as marketed (i.e. I just put
|  2 devices - ed[i] and ed[i+1] - in LINT) or is a special driver required?

I have configured a machine which uses one SMC Etherpower2 card and one
ZNYX 314 card. The ZNYX is 4 10baseT ports, for a total of 6 10baseT ports
in 2 PCI slots. Works great with the standard if_de driver - many thanks
to Matt Thomas!

Here is the relevant part of the configuration:

device de0
device de1
device de2
device de3
device de4
device de5

and here is relevant dmesg output:

Probing for devices on PCI bus 2:
de0 <Digital DC21040 Ethernet> rev 35 int a irq 11 on pci2:4
de0: DC21040 [10Mb/s] pass 2.3 Ethernet address 00:00:c0:2b:0e:c0
de0: enabling 10baseT/UTP port
de1 <Digital DC21040 Ethernet> rev 35 int a irq 10 on pci2:5
de1: DC21040 [10Mb/s] pass 2.3 Ethernet address 00:00:c0:4e:10:c0
de1: enabling 10baseT/UTP port
Probing for devices on PCI bus 1:
de2 <Digital DC21040 Ethernet> rev 35 int a irq 10 on pci1:4
de2: ZNYX ZX314 DC21040 [10Mb/s] pass 2.3 Ethernet address 00:c0:95:f0:1d:20
de2: enabling 10baseT/UTP port
de3 <Digital DC21040 Ethernet> rev 35 int a irq 10 on pci1:5
de3: ZNYX ZX314 DC21040 [10Mb/s] pass 2.3 Ethernet address 00:c0:95:f0:1d:21
de3: enabling 10baseT/UTP port
de4 <Digital DC21040 Ethernet> rev 35 int a irq 11 on pci1:6
de4: ZNYX ZX314 DC21040 [10Mb/s] pass 2.3 Ethernet address 00:c0:95:f0:1d:22
de4: enabling 10baseT/UTP port
de5 <Digital DC21040 Ethernet> rev 35 int a irq 11 on pci1:7
de5: ZNYX ZX314 DC21040 [10Mb/s] pass 2.3 Ethernet address 00:c0:95:f0:1d:23
de5: enabling 10baseT/UTP port

Steinar Haug, Nethelp consulting, sthaug@nethelp.no