Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2005 14:10:19 GMT
From:      "Anatoli Klassen" <anatoli@aksoft.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/76780: [patch] re NIC driver update for D-Link DGE-528T  detection
Message-ID:  <200508041410.j74EAJ0F092611@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/76780; it has been noted by GNATS.

From: "Anatoli Klassen" <anatoli@aksoft.net>
To: bug-followup@FreeBSD.org,
 andrus@members.ee
Cc:  
Subject: Re: kern/76780: [patch] re NIC driver update for D-Link DGE-528T 
     detection
Date: Thu, 4 Aug 2005 16:04:26 +0200 (CEST)

 Hi
 
 I have the same card (D-Link DGE-528T) on RELENG_5.
 After applying the patch the card is recognized by re driver and works
 without any problems with 1Gbit speed.
 
 Here is the patch from Andrus Nomm:
 
 diff -ru old/sys/dev/re/if_re.c new/sys/dev/re/if_re.c
 --- old/sys/dev/re/if_re.c	Tue Oct 12 21:51:20 2004
 +++ new/sys/dev/re/if_re.c	Thu Jan 27 10:49:49 2005
 @@ -160,6 +160,8 @@
   * Various supported device vendors/types and their names.
   */
  static struct rl_type re_devs[] = {
 +        { DLINK_VENDORID, DLINK_DEVICEID_528T, RL_HWREV_8169S,
 +                "D-Link DGE-528(T) Gigabit Ethernet Adapter" },
  	{ RT_VENDORID, RT_DEVICEID_8139, RL_HWREV_8139CPLUS,
  		"RealTek 8139C+ 10/100BaseTX" },
  	{ RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8169,
 diff -ru old/sys/pci/if_rlreg.h new/sys/pci/if_rlreg.h
 --- old/sys/pci/if_rlreg.h	Tue Oct 12 21:51:20 2004
 +++ new/sys/pci/if_rlreg.h	Fri Jan 28 03:49:06 2005
 @@ -793,6 +793,10 @@
   * D-Link DFE-530TX+ device ID
   */
  #define DLINK_DEVICEID_530TXPLUS		0x1300
 +/*
 + * D-Link DFE-5280T device ID
 + */
 +#define DLINK_DEVICEID_528T			0x4300
 
  /*
   * D-Link DFE-690TXD device ID
 
 



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