Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 98 17:14:15 PST
From:      "D. Alex Neilson" <neilson@www.nugate.com>
To:        "Aaron Hughes <aaronh@bind.com>" <aaronh@user1.bind.com>
Cc:        Alex Neilson <neilson@nugate.com>, damian cunniff <cunniff@elvis.rowan.edu>, freebsd-questions@FreeBSD.ORG
Subject:   Re: 3COM NIC 3C905B-TX
Message-ID:  <CMM.0.90.4.910487655.neilson@www.nugate.com>
In-Reply-To: Your message of Sat, 7 Nov 1998 17:59:04 -0500 (EST)

next in thread | raw e-mail | index | archive | help
> [3c905b] is in fact supported and you should be able to get it to work...
> What did the probe for devices show when you booted?

When I booted my system, it would say something like "unrecognized
device" (can't remember now).  I configured it the same as for my
905 (IRQ and address).  You're really sure that it is supported
for 2.2.6?  The man page for 2.2.6 is January 15, 1996 and the
905b isn't a very old card.  Also the wording

	o Added full bus master DMA support for 3c900 and 3c905
	  adapters and added support for the 3c905B.
	  [MERGED: Also in 2.2.8 and later releases on 2.2-STABLE
	  branch]  

in http://www.freebsd.org/releases/3.0R/notes.html seems to strongly
suggest that it was recently added.

Running some fgreps in /usr/src/sys/pci for 905 and 3COM, I get:

if_tx.c:        sc->dot3stats.dot3Compliance = DOT3COMPLIANCE_COLLS;
if_vx_pci.c:   if(device_id == 0x905010b7ul || device_id == 0x905110b7ul)
if_vx_pci.c:      return "3COM 3C590 Etherlink III PCI";
if_vx_pci.c:      return "3COM 3C595 Fast Etherlink III PCI";
if_vx_pci.c:      return "3COM 3C900 Etherlink XL PCI";
if_vx_pci.c:      return "3COM 3C905 Fast Etherlink XL PCI";

I looked through /usr/src/sys/dev/vx also; the source tree
at minnie seems to be down (at least from where I am).


Alex

PS: Hey, www.bind.com looks kewl!

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?CMM.0.90.4.910487655.neilson>