Date: Thu, 12 Jul 2001 15:50:15 +0100 From: John Murphy <jfm@blueyonder.co.uk> To: "carlos" <carlos_c@sunos.com> Cc: questions@FreeBSD.ORG Subject: Re: Question Message-ID: <i3drkt05qj036pot36eurv9dpvntr965kh@4ax.com> In-Reply-To: <000101c1078c$dd0fca60$e8259818@vtr.vtr.net> References: <000101c1078c$dd0fca60$e8259818@vtr.vtr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
"carlos" <carlos_c@sunos.com> wrote: >hi all (sorry for my poor english) >i have the 4.3 version, but i can not found the drivers for my DAVICOM >DM9102 pci fast ethernet, they should be in /sys/pci ?? > i downloaded the drivers, but they dont have a header (bpfilter.h) and= can >not compile =3D( The driver for your Davicom card is already built in to the Generic kernel for FreeBSD-4.3, unless you've removed it and re-compiled etc. The following lines are from /sys/i386/conf/GENERIC: # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these = NICs! device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes man 4 dc for more information on the driver >pd: someone know how can start the card, like in Redhat, you write "ifup >eth0" >how is here ? =46reeBSD doesn't use the ethn numbering but references the interface. So try something like "ifconfig dc0 up". man 8 ifconfig... John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?i3drkt05qj036pot36eurv9dpvntr965kh>