From nobody@FreeBSD.org  Sun Mar  5 00:11:42 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AD91F16A420
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  5 Mar 2006 00:11:42 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A842843D64
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  5 Mar 2006 00:11:36 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k250BajW092633
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 5 Mar 2006 00:11:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k250BaR6092632;
	Sun, 5 Mar 2006 00:11:36 GMT
	(envelope-from nobody)
Message-Id: <200603050011.k250BaR6092632@www.freebsd.org>
Date: Sun, 5 Mar 2006 00:11:36 GMT
From: David Cornejo <dave@dogwood.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: USR 997902 Gig-Ethernet card not recognized by re driver
X-Send-Pr-Version: www-2.3

>Number:         94082
>Category:       kern
>Synopsis:       [re] [patch] USR 997902 Gig-Ethernet card not recognized by re driver
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 05 00:20:04 GMT 2006
>Closed-Date:    Thu Nov 23 00:10:37 GMT 2006
>Last-Modified:  Thu Nov 23 00:10:37 GMT 2006
>Originator:     David Cornejo
>Release:        7.0-CURRENT
>Organization:
Dogwood Media
>Environment:
FreeBSD pbx.dogwood.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sat Mar  4 13:02:40 HST 2006     dave@pbx.dogwood.com:/usr/src/sys/i386/compile/GX150  i386

>Description:
US Robotics Gigabit Ethernet model 997902 card is not recognized by the re driver.
>How-To-Repeat:
Install one.
>Fix:
Index: dev/re/if_re.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/re/if_re.c,v
retrieving revision 1.65
diff -r1.65 if_re.c
181a182,183
>       { USR_VENDORID, USR_DEVICEID_997902, RL_HWREV_8169S,
>               "US Robotics 997902 Gigabit Ethernet" },
Index: pci/if_rlreg.h
===================================================================
RCS file: /home/ncvs/src/sys/pci/if_rlreg.h,v
retrieving revision 1.54
diff -r1.54 if_rlreg.h
887a888,897
>  * US Robotics vendor ID
>  */
> #define USR_VENDORID                          0x16EC
> 
> /*
>  * US Robotics 997902 device ID
>  */
> #define USR_DEVICEID_997902                   0x0116
> 
> /*

>Release-Note:
>Audit-Trail:

From: Nathan Whitehorn <nathanw@uchicago.edu>
To: bug-followup@FreeBSD.org, dave@dogwood.com
Cc:  
Subject: Re: kern/94082: [re] [patch] USR 997902 Gig-Ethernet card not recognized
 by re driver
Date: Tue, 07 Mar 2006 16:17:39 -0600

 I was just about to submit essentially the same patch, which works 
 perfectly here, though you should also add the appropriate line to 
 share/misc/pci_vendors:
 
 16EC   U.S. Robotics
         0116    U.S. Robotics 997902 Gigabit Ethernet
State-Changed-From-To: open->closed 
State-Changed-By: yongari 
State-Changed-When: Thu Nov 23 00:06:29 UTC 2006 
State-Changed-Why:  
re(4) already supports this NIC. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=94082 
>Unformatted:
