Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 1996 00:46:50 -0700 (PDT)
From:      nsayer@quack.kfu.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/1727: Add support for 3C900 to vx
Message-ID:  <199610050746.AAA04376@icarus.kfu.com>
Resent-Message-ID: <199610050750.AAA01836@freefall.freebsd.org>

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

>Number:         1727
>Category:       kern
>Synopsis:       Add support for 3C900 to vx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          support
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct  5 00:50:01 PDT 1996
>Last-Modified:
>Originator:     Nick Sayer
>Organization:
just me
>Release:        FreeBSD 2.2-960801-SNAP i386
>Environment:

Tested on Triton-II board w/3C900.

>Description:

The 3C900 is a new, lower cost version of the 3C590. A friend of mine
has worked extensively with both and claims they're both the same thing.
Patching the probe routine to treat a 3C900 like a 3C590 appears to
work just fine, so far as we can tell.

>How-To-Repeat:

>Fix:
	

*** if_vx.c.orig	Sat Oct  5 00:42:10 1996
--- if_vx.c	Sat Oct  5 00:42:59 1996
***************
*** 170,175 ****
--- 170,177 ----
  	pcici_t config_id,
  	pcidi_t device_id)
  {
+    if(device_id == 0x900010b7ul)
+       return "3Com 3c900 EtherLink III PCI";
     if(device_id == 0x590010b7ul)
        return "3Com 3c590 EtherLink III PCI";
     if(device_id == 0x595010b7ul || device_id == 0x595110b7ul ||

>Audit-Trail:
>Unformatted:



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