Date: Thu, 21 Aug 2003 13:20:24 -0700 From: "Sreekanth" <sreekanth@redlinenetworks.com> To: "'Kevin A. Pieckiel'" <kpieckiel@smartrafficenter.org>, <freebsd-hackers@freebsd.org> Subject: RE: Intel and Broadcom NICs Message-ID: <000e01c36821$a78f9440$ae28a8c0@SREELAPTOP> In-Reply-To: <20030821195316.GA54553@pacer.dmz.smartrafficenter.org>
next in thread | previous in thread | raw e-mail | index | archive | help
The intel nic is a fxp interface.Device ID 1050("Intel 82801BA (D865) Pro/100 VE Ethernet")You probably need to use the latest driver from current.To make sure you have the driver check if you have this line { 0x1050, -1, "Intel 82801BA (D865) Pro/100 VE Ethernet" }, in if_fxp.c Ditto with broadcom NIC Sreekanth > -----Original Message----- > From: owner-freebsd-hackers@freebsd.org > [mailto:owner-freebsd-hackers@freebsd.org] On Behalf Of Kevin > A. Pieckiel > Sent: Thursday, August 21, 2003 12:53 PM > To: freebsd-hackers@freebsd.org > Subject: Intel and Broadcom NICs > > > I've got a Dell Dimension 8300 on which I have loaded > FreeBSD. It has an integrated Intel 10/100 NIC and a > Broadcom 10/100/1000 NIC. I know the Broadcom NIC has a 5705 > chipset, but I don't know about the integrated NIC. I would > have thought both of these NICs were supported, but the bge > driver doesn't indicate that it finds a NIC and none of the > Intel drivers report finding anything, either. What gives? > > Here's the relevant output from pciconf: > > none4@pci2:2:0: class=0x020000 card=0x86531028 > chip=0x165314e4 rev=0x01 hdr=0x00 > vendor = 'Broadcom Corporation' > class = network > subclass = ethernet > none5@pci2:8:0: class=0x020000 card=0x01571028 > chip=0x10508086 rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > class = network > subclass = ethernet > > And here's the relevant output from dmesg: > > pci2: <network, ethernet> at device 2.0 (no driver attached) > pci2: <network, ethernet> at device 8.0 (no driver attached) > > > This is from sources cvs'ed and compiled today (21 Aug 2003). > > Any help would be appreciated. > > Kevin A. Pieckiel _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/free> bsd-hackers > To > unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org" > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.502 / Virus Database: 300 - Release Date: 7/18/2003 > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000e01c36821$a78f9440$ae28a8c0>