From denis@rax.org  Sat May 19 03:01:58 2007
Return-Path: <denis@rax.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C091616A400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 May 2007 03:01:58 +0000 (UTC)
	(envelope-from denis@rax.org)
Received: from mail14.bluewin.ch (mail14.bluewin.ch [195.186.19.62])
	by mx1.freebsd.org (Postfix) with ESMTP id 86F0B13C457
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 May 2007 03:01:58 +0000 (UTC)
	(envelope-from denis@rax.org)
Received: from poterne.rax.org (85.0.156.186) by mail14.bluewin.ch (Bluewin 7.3.121)
        id 46499DA2000C691E for FreeBSD-gnats-submit@freebsd.org; Sat, 19 May 2007 02:40:10 +0000
Received: by poterne.rax.org (Postfix, from userid 1001)
	id B5FFA2F968; Sat, 19 May 2007 04:40:09 +0200 (CEST)
Message-Id: <20070519024009.B5FFA2F968@poterne.rax.org>
Date: Sat, 19 May 2007 04:40:09 +0200 (CEST)
From: Denis Fortin <fortin@acm.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: change required in if_re.c to support new hardware rev. of D-Link DGE-528T PCI card
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112774
>Category:       i386
>Synopsis:       [re] [patch] change required in if_re.c to support new hardware rev. of D-Link DGE-528T PCI card
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 19 03:10:02 GMT 2007
>Closed-Date:    Thu Nov 15 17:46:42 UTC 2007
>Last-Modified:  Thu Nov 15 17:50:00 UTC 2007
>Originator:     Denis Fortin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
RAX systems
>Environment:
System: FreeBSD poterne.rax.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 14 09:28:27 CEST 2006 denis@poterne.rax.org:/usr/obj/usr/src/sys/POTERNE i386
	
>Description:
	Latest hardware revision (B1) of D-Link DGE-528T Gigabit Ethernet card
	is no longer detected by the if_re.c driver because the chipset has
	changed slightly.  A quick change in the driver enables detection
	(and proper operation) of the driver.

	There have been a few questions in mailing lists concerning problems
	with recent DGE-528T cards not being detected.  Enclosed patch fixed
	the issue.
	
>How-To-Repeat:
	
	Add a D-Link DGE-528T (hardware rev. B1) in a FreeBSD machine under
	6.2-RELEASE.  Boot.  Notice the card is not detected.
>Fix:
	Apply the following patch to /usr/src/sys/dev/re/if_re.c:

--- /usr/src/sys/dev/re/if_re.c Wed Jan 24 03:57:50 2007
+++ /usr/src/sys/dev/re/if_re.c.new     Sat May 19 04:08:32 2007
@@ -168,6 +168,8 @@
 static struct rl_type re_devs[] = {
        { DLINK_VENDORID, DLINK_DEVICEID_528T, RL_HWREV_8169S,
                "D-Link DGE-528(T) Gigabit Ethernet Adapter" },
+       { DLINK_VENDORID, DLINK_DEVICEID_528T, RL_HWREV_8169_8110SB,
+               "D-Link DGE-528(T) Rev.B1 Gigabit Ethernet Adapter" },
        { RT_VENDORID, RT_DEVICEID_8139, RL_HWREV_8139CPLUS,
                "RealTek 8139C+ 10/100BaseTX" },
        { RT_VENDORID, RT_DEVICEID_8101E, RL_HWREV_8101E,
	
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Mon May 21 13:17:01 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112774 

From: Dennis Yusupoff <Denissia@yandex.ru>
To: bug-followup@FreeBSD.org, fortin@acm.org
Cc:  
Subject: Re: i386/112774: [re] [patch] change required in if_re.c to support new hardware rev. of D-Link DGE-528T PCI card
Date: Mon, 12 Nov 2007 12:38:22 +0300

   , bug-followup!
 
   So, that's the problem with submitting it?
   It's already November...
                                   
                                          ,
                                          . .          
 -- TheBat! 3.95.3 
  12.11.2007  12:37     
 
State-Changed-From-To: open->patched 
State-Changed-By: remko 
State-Changed-When: Mon Nov 12 15:44:39 UTC 2007 
State-Changed-Why:  
Committed to -HEAD, will MFC in a few days. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112774 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: i386/112774: commit references a PR
Date: Mon, 12 Nov 2007 15:44:09 +0000 (UTC)

 remko       2007-11-12 15:44:01 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/dev/re           if_re.c 
   Log:
   Add support for D-Link DGE-528(T) Rev.B1
   
   PR:             112774
   Submitted by:   Denis Fortin <fortin at acm dot org>
   Approved by:    imp (mentor), yongari
   MFC After:      3 days
   
   Revision  Changes    Path
   1.96      +2 -0      src/sys/dev/re/if_re.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: i386/112774: commit references a PR
Date: Thu, 15 Nov 2007 07:10:13 +0000 (UTC)

 remko       2007-11-15 07:10:04 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     sys/dev/re           if_re.c 
   Log:
   MFC rev 1.96 if_re.c
   
     Add support for D-Link DGE-528(T) Rev.B1
   
     PR:           112774
     Submitted by: Denis Fortin <fortin at acm dot org>
     Approved by:  imp (mentor), yongari
     MFC After:    3 days
   
   Approved by:    imp (mentor, implicit)
   
   Revision   Changes    Path
   1.46.2.35  +2 -0      src/sys/dev/re/if_re.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: remko 
State-Changed-When: Thu Nov 15 17:46:41 UTC 2007 
State-Changed-Why:  
Committed to all relevant branches, thanks for the submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112774 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: i386/112774: commit references a PR
Date: Thu, 15 Nov 2007 17:45:56 +0000 (UTC)

 remko       2007-11-15 17:45:46 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     sys/dev/re           if_re.c 
   Log:
   MFC rev 1.96 if_re.c
   
     Add support for D-Link DGE-528(T) Rev.B1
   
     PR:           112774
     Submitted by: Denis Fortin <fortin at acm dot org>
     Approved by:  imp (mentor), yongari
     MFC After:    3 days
   
   Approved by:    imp (mentor, implicit)
   Approved by:    re (kensmith)
   
   Revision  Changes    Path
   1.95.2.1  +2 -0      src/sys/dev/re/if_re.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
